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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

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/build/scripts/rjsmin.py ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index b17343c190d43225aa177c64f538e573d4e443a4..1f20d25a8bd5b48cc08d16ceb82c7513ae9ee1b8 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -51,6 +51,7 @@ source_set("generated") {
":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
+ "inspector/v8:injected_script_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -99,6 +100,7 @@ source_set("prerequisites") {
":make_core_generated",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
+ "inspector/v8:injected_script_sources",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
# FIXME: don't depend on bindings_modules http://crbug.com/358074
@@ -398,6 +400,10 @@ source_set("core_generated") {
"$blink_core_output_dir/InspectorOverridesInl.h",
"$blink_core_output_dir/InstrumentingAgentsInl.h",
+ # Additional files from injected_script_sources list.
+ "$blink_core_output_dir/inspector/v8/DebuggerScript.h",
+ "$blink_core_output_dir/inspector/v8/InjectedScriptSource.h",
+
# Additional .cpp files for SVG.
"$blink_core_output_dir/SVGElementFactory.cpp",
@@ -422,6 +428,7 @@ source_set("core_generated") {
":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
+ "inspector/v8:injected_script_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
« no previous file with comments | « third_party/WebKit/Source/build/scripts/rjsmin.py ('k') | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698