Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Ostroukhov <eostroukhov@chromium.org>2016-12-13 04:08:31 +0300
committerJames M Snell <jasnell@gmail.com>2017-05-28 17:00:31 +0300
commitc7182b9d9c2691f0149fed8d0a1056f36957e1eb (patch)
tree1026dace083ac28ab4b5c93e446aa606268e7916 /node.gyp
parent3c3b36af0f3546c16aefc43c55e35784cb97715a (diff)
inspector: JavaScript bindings for the inspector
PR-URL: https://github.com/nodejs/node/pull/12263 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Josh Gavant <josh.gavant@outlook.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index f50aea34755..c188072d0a2 100644
--- a/node.gyp
+++ b/node.gyp
@@ -43,6 +43,7 @@
'lib/_http_outgoing.js',
'lib/_http_server.js',
'lib/https.js',
+ 'lib/inspector.js',
'lib/module.js',
'lib/net.js',
'lib/os.js',