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

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

Issue 2035653005: DevTools: split protocol.json into files per domain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/devtools/devtools_protocol_constants.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index 55ef983a1ed22b77107c6d544002f1cb16692d7d..fa3fa877ad52ff127d3c5c1db54573217000adc7 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -9,8 +9,11 @@ if (!is_android) {
action("devtools_protocol_constants") {
script = "devtools_protocol_constants_generator.py"
-
- blink_protocol = "//third_party/WebKit/Source/devtools/protocol.json"
+ deps = [
+ "//third_party/WebKit/Source/core/inspector:protocol_version",
+ ]
+ blink_protocol =
+ "$target_gen_dir/../../../blink/core/inspector/protocol.json"
browser_protocol = "//content/browser/devtools/browser_protocol.json"
inputs = [
blink_protocol,
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_protocol_constants.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698