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

Unified Diff: build/config/features.gni

Issue 1267583003: Fix gn gen for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 849b32cdab247cec52a46e32564177e4d4042262..50993dfc7d1dd345641269b97f15162fd9d1a2b8 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -60,7 +60,8 @@ declare_args() {
# TODO(GYP) The GYP build has || chromecast==1 for this:
proprietary_codecs = is_android || is_chrome_branded
- enable_configuration_policy = true
+ # TODO(gyp) true
+ enable_configuration_policy = !is_ios
# Enables support for background apps.
enable_background = !is_ios && !is_android
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698