| Index: src/v8.gyp | 
| diff --git a/src/v8.gyp b/src/v8.gyp | 
| index 218b173af2aab365d705728795e7f480463311a9..54559238ec62a97a366d007ba176e895f7b85d17 100644 | 
| --- a/src/v8.gyp | 
| +++ b/src/v8.gyp | 
| @@ -37,7 +37,7 @@ | 
| 'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)', | 
| 'v8_os_page_size%': 0, | 
| }, | 
| - 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi', 'inspector/inspector.gypi'], | 
| 
 
sergei
2018/04/09 09:48:10
As in the previous changes (https://github.com/adb
 
sergei
2018/04/11 09:46:52
Forgot to mention that that inspector is not merel
 
 | 
| + 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'], | 
| 'targets': [ | 
| { | 
| 'target_name': 'v8', | 
| @@ -526,8 +526,6 @@ | 
| 'dependencies': [ | 
| 'v8_libbase', | 
| 'v8_libsampler', | 
| - 'inspector/inspector.gyp:protocol_generated_sources#target', | 
| - 'inspector/inspector.gyp:inspector_injected_script#target', | 
| ], | 
| 'objs': ['foo.o'], | 
| 'variables': { | 
| @@ -539,7 +537,6 @@ | 
| '<(SHARED_INTERMEDIATE_DIR)' | 
| ], | 
| 'sources': [ ### gcmole(all) ### | 
| - '<@(inspector_all_sources)', | 
| '../include/v8-debug.h', | 
| '../include/v8-platform.h', | 
| '../include/v8-profiler.h', |