summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-09-25 12:57:03 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-09-25 19:44:53 +0200
commitc79d5163e530892c62b08d8b814b588220c26ec8 (patch)
tree771823ddf0dac11efe378f8ddc6ddcd0e756a0f0 /node.gyp
parent42af62f33adda57d8913768d939c1f4d0f8fe5a3 (diff)
downloadnode-new-c79d5163e530892c62b08d8b814b588220c26ec8.tar.gz
src: remove ObjectWrap dependency from core
Drop the ObjectWrap dependency in favor of an internal WeakObject class. Let's us stop worrying about API and ABI compatibility when making changes to the way node.js deals with weakly persistent handles internally.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 3ff177ad98..7947a237df 100644
--- a/node.gyp
+++ b/node.gyp
@@ -144,6 +144,8 @@
'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