| Index: src/v8.gyp |
| diff --git a/src/v8.gyp b/src/v8.gyp |
| index e6e456788066711c092e825ea7bb3206c5986744..a6762b1be3ab29b63301e923eb3586920a22735c 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'], |
| + 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'], |
| 'targets': [ |
| { |
| 'target_name': 'v8', |
| @@ -525,9 +525,6 @@ |
| 'dependencies': [ |
| 'v8_libbase', |
| 'v8_libsampler', |
| - 'inspector/inspector.gyp:protocol_generated_sources#target', |
| - 'inspector/inspector.gyp:inspector_injected_script#target', |
| - 'inspector/inspector.gyp:inspector_debugger_script#target', |
| ], |
| 'objs': ['foo.o'], |
| 'variables': { |
| @@ -539,7 +536,6 @@ |
| '<(SHARED_INTERMEDIATE_DIR)' |
| ], |
| 'sources': [ ### gcmole(all) ### |
| - '<@(inspector_all_sources)', |
| '../include/v8-debug.h', |
| '../include/v8-platform.h', |
| '../include/v8-profiler.h', |
| @@ -1772,7 +1768,6 @@ |
| # limit. This breaks it into multiple pieces to avoid the limit. |
| # See http://crbug.com/485155. |
| 'msvs_shard': 4, |
| - # This will prevent V8's .cc files conflicting with the inspector's |
| # .cpp files in the same shard. |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |
| @@ -2477,8 +2472,8 @@ |
| 'dependencies': [ |
| 'v8_base', |
| 'v8_builtins_setup', |
| - 'v8_libbase', |
| 'v8_libplatform', |
| + 'v8_libbase', |
| 'v8_nosnapshot', |
| ], |
| 'include_dirs+': [ |