diff options
author | Eugene Ostroukhov <eostroukhov@chromium.org> | 2016-09-23 14:13:49 -0700 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-09-30 11:17:49 -0400 |
commit | f4f9cf779f41e300b82fe3949f387e761c3e4e0c (patch) | |
tree | 12f7df9b2aa0d8bcb7f9011ac4ea20e25bec1d52 /deps | |
parent | e80ae1350cc0a280a15598dae374e2f7bd768822 (diff) | |
download | node-new-f4f9cf779f41e300b82fe3949f387e761c3e4e0c.tar.gz |
inspector: build file cleanup
Remove obsolete build file entries.
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/8753
Diffstat (limited to 'deps')
-rw-r--r-- | deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp b/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp index dead4f127f..c957ee2c18 100644 --- a/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp +++ b/deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp @@ -262,7 +262,6 @@ 'InspectedContext.h', 'JavaScriptCallFrame.cpp', 'JavaScriptCallFrame.h', - 'MuteConsoleScope.h', 'PlatformSTL.h', 'RemoteObjectId.cpp', 'RemoteObjectId.h', @@ -307,11 +306,9 @@ 'V8StringUtil.h', 'V8ValueCopier.cpp', 'V8ValueCopier.h', - 'public/V8EventListenerInfo.h', 'public/V8ContextInfo.h', 'public/V8Inspector.h', 'public/V8InspectorClient.h', - 'public/V8HeapProfilerAgent.h', 'public/V8InspectorSession.h', 'public/V8StackTrace.h', |