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

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

Issue 1104973002: Fix //content/test:test_support under component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « content/browser/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index a44c55ad0f5467c938fa72db1a6b3e94e2a12028..e65cfe7da9d178fe986d0034d790b3399e695c92 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -8,7 +8,6 @@ import("//tools/grit/grit_rule.gni")
group("resources") {
deps = [
":devtools_resources",
- ":devtools_protocol_handler",
]
}
@@ -36,7 +35,7 @@ grit("devtools_resources") {
}
action("gen_devtools_protocol_handler") {
- visibility = [ ":devtools_protocol_handler" ]
+ visibility = [ "//content/browser" ]
script = "//content/browser/devtools/protocol/" +
"devtools_protocol_handler_generator.py"
@@ -56,8 +55,3 @@ action("gen_devtools_protocol_handler") {
args =
rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
}
-
-source_set("devtools_protocol_handler") {
- visibility = [ ":resources" ]
- sources = get_target_outputs(":gen_devtools_protocol_handler")
-}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698