From cbe57479c496049726001581abc5f296b94a6e9f Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 14 Jun 2016 07:47:54 -0700 Subject: deps: switch to upstream v8_inspector This change picks up v8_inspector directly from the upstream chromium repository [1]; dropping the intermediate repository. The upstream code has been refactored substantially to make it easy to share code without adaptation with Node.js. The deps/v8_inspector directory is now simply a gathering of dependencies: * platform/v8_inspector: vendored from [2]. * platform/inspector_protocol: vendored from [3]. * deps/jinja2: vendored from [4]. * deps/markupsafe: vendored from [5]. [1]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform [2]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector [3]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol [4]: https://github.com/mitsuhiko/jinja2 [5]: https://github.com/mitsuhiko/markupsafe PR-URL: https://github.com/nodejs/node/pull/7302 Reviewed-By: indutny - Fedor Indutny Reviewed-By: bnoordhuis - Ben Noordhuis --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index c26a42242d..0656691c24 100644 --- a/node.gyp +++ b/node.gyp @@ -263,7 +263,7 @@ 'src/inspector-agent.h', ], 'dependencies': [ - 'deps/v8_inspector/v8_inspector.gyp:v8_inspector', + 'deps/v8_inspector/platform/v8_inspector/v8_inspector.gyp:v8_inspector_stl', ], 'include_dirs': [ 'deps/v8_inspector', -- cgit v1.2.1