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

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: 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
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..9fb42b835d1a773c637896d51a5a6610eefc5944 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -49,6 +49,8 @@ source_set("generated") {
deps = [
":make_core_generated",
":prerequisites",
+ "inspector:debugger_script",
+ "inspector:injected_script_source",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin",
@@ -97,6 +99,8 @@ source_set("prerequisites") {
]
deps = [
":make_core_generated",
+ "inspector:debugger_script",
+ "inspector:injected_script_source",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -420,6 +424,8 @@ source_set("core_generated") {
public_deps = [
":make_core_generated",
":prerequisites",
+ "inspector:debugger_script",
+ "inspector:injected_script_source",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin",

Powered by Google App Engine
This is Rietveld 408576698