Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 849b32cdab247cec52a46e32564177e4d4042262..af013ec12871111a0ffe3fbf9fa32927c652df32 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 |
|
brettw
2015/08/04 18:07:28
This comment won't make any sense to me later. "Ho
Dirk Pranke
2015/08/04 18:27:15
Will change.
|
| + enable_configuration_policy = !is_ios |
| # Enables support for background apps. |
| enable_background = !is_ios && !is_android |