| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index d3bf7635f3b5dfc7c95d0ac9b1ab269e4e5ddb2e..01134f5f9a348ff7b67d5e60abacb7223fd52112 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
|
|
|