summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
authorEugene Ostroukhov <eostroukhov@chromium.org>2017-10-06 15:14:30 -0700
committerJames M Snell <jasnell@gmail.com>2017-10-13 13:23:59 -0700
commit4faa2314b1ab4d25e41760da7d6107d483047fc4 (patch)
tree856e1f5599e7d46b7bb940bbb02a236c9e5a3a02 /node.gypi
parent07ec10d43b91f85ba1b8af3331e8c38f3f071254 (diff)
downloadandroid-node-v8-4faa2314b1ab4d25e41760da7d6107d483047fc4.tar.gz
android-node-v8-4faa2314b1ab4d25e41760da7d6107d483047fc4.tar.bz2
android-node-v8-4faa2314b1ab4d25e41760da7d6107d483047fc4.zip
inspector: Move JS API code to separate file
PR-URL: https://github.com/nodejs/node/pull/16056 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gypi b/node.gypi
index e9905ab443..6ef47849a7 100644
--- a/node.gypi
+++ b/node.gypi
@@ -82,6 +82,7 @@
'sources': [
'src/inspector_agent.cc',
'src/inspector_io.cc',
+ 'src/inspector_js_api.cc',
'src/inspector_socket.cc',
'src/inspector_socket_server.cc',
'src/inspector_agent.h',