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

Unified Diff: components/BUILD.gn

Issue 1414583004: Fix gyp/gn with configuration_policy=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert remoting_host change Created 5 years, 2 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 | « android_webview/android_webview.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5342da3121b84055f227c6166d12d8df30278c51..00c9beaa556e06509637dd5ef59029750be9a7be 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -109,7 +109,6 @@ group("all_components") {
"//components/pdf/renderer",
"//components/plugins/common",
"//components/plugins/renderer",
- "//components/policy",
"//components/power",
"//components/precache/core",
"//components/precache/content",
@@ -169,6 +168,10 @@ group("all_components") {
"//components/webcrypto",
]
+ if (enable_configuration_policy) {
+ deps += [ "//components/policy" ]
+ }
+
if (!is_chromeos || !enable_extensions) {
deps -= [ "//components/chrome_apps" ]
}
« no previous file with comments | « android_webview/android_webview.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698