Browse Source

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
v6.x
Eugene Ostroukhov 8 years ago
committed by Myles Borins
parent
commit
f4f9cf779f
  1. 3
      deps/v8_inspector/third_party/v8_inspector/platform/v8_inspector/v8_inspector.gyp

3
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',

Loading…
Cancel
Save