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

Unified Diff: chrome/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
« 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 1d58c22fd7cef65c592fe362e98713cac742f045..76669503f70f3ff9fb983ab11c18b0c41044c0ac 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -13,10 +13,8 @@ action("devtools_protocol_constants") {
"//third_party/WebKit/Source/core/inspector:protocol_version",
]
blink_protocol = "$root_gen_dir/blink/core/inspector/protocol.json"
- browser_protocol = "//content/browser/devtools/browser_protocol.json"
inputs = [
blink_protocol,
- browser_protocol,
]
outputs = [
"$target_gen_dir/devtools_protocol_constants.cc",
@@ -26,7 +24,6 @@ action("devtools_protocol_constants") {
args = [ "chrome" ]
args += rebase_path(outputs, root_build_dir)
args += [ rebase_path(blink_protocol, root_build_dir) ]
- args += [ rebase_path(browser_protocol, root_build_dir) ]
}
# GYP version: chrome/chrome_debugger.gypi:debugger
« 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