summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-11-04 10:49:55 -0800
committerTrevor Norris <trev.norris@gmail.com>2013-11-12 13:38:31 -0800
commitd120d92bfef0b5012e76c636335fee80e9c1e4a9 (patch)
tree277864e238d78271c82b3e77c8f3e8c850c35bd9 /node.gyp
parent6cea16f2c9ec0666708e924fa93c664ddb000b5c (diff)
downloadnode-new-d120d92bfef0b5012e76c636335fee80e9c1e4a9.tar.gz
base-object: add BaseObject
BaseObject is a class that just handles the Persistent handle attached to the class instance. This also removed WeakObject. Reordering the inheritance chain helps prevent unneeded calls on instances that don't call MakeCallback.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 4bb73980d7..095ba84fdb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -117,6 +117,8 @@
# headers to make for a more pleasant IDE experience
'src/async-wrap.h',
'src/async-wrap-inl.h',
+ 'src/base-object.h',
+ 'src/base-object-inl.h',
'src/env.h',
'src/env-inl.h',
'src/handle_wrap.h',
@@ -145,8 +147,6 @@
'src/tree.h',
'src/util.h',
'src/util-inl.h',
- 'src/weak-object.h',
- 'src/weak-object-inl.h',
'deps/http_parser/http_parser.h',
'<(SHARED_INTERMEDIATE_DIR)/node_natives.h',
# javascript files to make for an even more pleasant IDE experience