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

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

Issue 2490473004: [DevTools] Roll third_party/inspector_protocol to e23134c5aa6131e5a3a3afbefce255becce3a3bd. (Closed)
Patch Set: ui_devtools Created 4 years, 1 month 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/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index bbf3f6a4233b240c339635beaf37855a585652de..469e9e037cfec32e9a0a2d3428f238067115a519 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -79,7 +79,6 @@ blink_core_sources("inspector") {
"MainThreadDebugger.h",
"NetworkResourcesData.cpp",
"NetworkResourcesData.h",
- "ProtocolPlatform.h",
"ThreadDebugger.cpp",
"ThreadDebugger.h",
"V8InspectorString.cpp",
@@ -126,6 +125,8 @@ inspector_protocol_generate("protocol_sources") {
out_dir = blink_core_output_dir
config_file = "inspector_protocol_config.json"
+ _imported = rebase_path(v8_inspector_js_protocol, root_build_dir)
+ config_values = [ "imported.path=$_imported" ]
inputs = [
"browser_protocol.json",
« no previous file with comments | « components/ui_devtools/string_util.cc ('k') | third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698