Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: third_party/WebKit/Source/core/core.gyp

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated the chromevox script Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gyp
diff --git a/third_party/WebKit/Source/core/core.gyp b/third_party/WebKit/Source/core/core.gyp
index 1272f453af6e784e64d6e7238276b69b9c420a99..28361dc48d522c41b86e63a06e8fa1b17a0a0709 100644
--- a/third_party/WebKit/Source/core/core.gyp
+++ b/third_party/WebKit/Source/core/core.gyp
@@ -169,8 +169,9 @@
'dependencies': [
'webcore_prerequisites',
'core_generated.gyp:make_core_generated',
- 'inspector_protocol_sources',
'inspector_instrumentation_sources',
+ 'inspector_protocol_sources',
+ 'inspector/v8/v8_inspector.gyp:injected_script_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/generated.gyp:modules_event_generated',
@@ -234,8 +235,9 @@
'target_name': 'webcore_prerequisites',
'type': 'none',
'dependencies': [
- 'inspector_protocol_sources',
'inspector_instrumentation_sources',
+ 'inspector_protocol_sources',
+ 'inspector/v8/v8_inspector.gyp:injected_script_sources',
'core_generated.gyp:make_core_generated',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
@@ -649,8 +651,9 @@
# webcore_generated dependency
'core_generated.gyp:make_core_generated',
- 'inspector_protocol_sources',
'inspector_instrumentation_sources',
+ 'inspector_protocol_sources',
+ 'inspector/v8/v8_inspector.gyp:injected_script_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/generated.gyp:modules_event_generated',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698