Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/v8.gyp

Issue 29558562: Issue 5698 - remove inspector and fix linking for android on linux (Closed) Base URL: https://github.com/adblockplus/v8-googlesource.git
Patch Set: Created Sept. 28, 2017, 7:34 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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+': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld