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

Unified Diff: BUILD.gn

Issue 1079083003: Fix gn_all deps when enable_configuration_policy=false (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto latest master 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 91763004b3ae1e95e54c5dcd72ce8faff8a6f2bc..fc5ecd4d1fdb4d3fa5594ad16bd8ec057ace9897 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -50,7 +50,6 @@ group("gn_all") {
"//chrome/test/chromedriver:chromedriver_unittests",
"//components:components_browsertests",
"//components:components_unittests",
- "//components/policy:policy_templates",
"//content/shell:content_shell",
"//content/test:content_browsertests",
"//content/test:content_perftests",
@@ -176,6 +175,10 @@ group("gn_all") {
deps += [ "//tools/xdisplaycheck" ]
}
+ if (enable_configuration_policy) {
+ deps += [ "//components/policy:policy_templates" ]
+ }
+
if (v8_use_external_startup_data) {
deps += [ "//gin:gin_v8_snapshot_fingerprint" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698