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

Unified Diff: headless/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
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index e1a853ee47ccb18a0d79241a9908309ffe26829e..ffcad64f72b511bd9e32012b55f70b85950de138 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -56,9 +56,11 @@ grit("headless_lib_resources_grit") {
action("gen_devtools_client_api") {
script = "//headless/lib/browser/client_api_generator.py"
-
+ deps = [
+ "//third_party/WebKit/Source/core/inspector:protocol_version",
+ ]
inputs = [
- "//third_party/WebKit/Source/devtools/protocol.json",
+ "$root_gen_dir/blink/core/inspector/protocol.json",
]
outputs = [

Powered by Google App Engine
This is Rietveld 408576698