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

Unified Diff: content/browser/devtools/BUILD.gn

Issue 2100883002: DevTools: merge browser_protocol.json files from content and core/inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix Created 4 years, 5 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: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index da789a4a217f4b7fb1f8da752577ba4a2021c18a..68d4bd13257728667cdc40d863bf8f19414a5a2d 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -43,10 +43,8 @@ action("gen_devtools_protocol_handler") {
"devtools_protocol_handler_generator.py"
blink_protocol = "$root_gen_dir/blink/core/inspector/protocol.json"
- browser_protocol = "browser_protocol.json"
inputs = [
blink_protocol,
- browser_protocol,
]
outputs = [
« no previous file with comments | « chrome/browser/devtools/devtools_protocol_constants_generator.py ('k') | content/browser/devtools/browser_protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698