Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index c1245af0d42408d3bbc6fd4d296df5dace6b63a3..5d852eedc1f8078444cc82239d8b9ffe09ca9c56 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -178,3 +178,7 @@ enable_configuration_policy = !is_ios |
| enable_mac_keystone = is_mac && is_chrome_branded && is_official_build |
| enable_mac_crash_collection = is_mac && is_chrome_branded && is_official_build |
| + |
| +# TODO(aberent): Enable for other platforms once the build machines have |
| +# Java on them (and hence can run the closure compiler). |
| +strip_resource_files = is_android |
|
Dirk Pranke
2016/07/25 21:12:36
Does this really need to be in features.gni ? Can
brettw
2016/07/26 21:01:01
Yes, please, see the comment at the top of this fi
aberent
2016/07/27 09:46:35
Done.
|