| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 9d33d917ada5a5aef84fe5f0b4d655bccbfd4aca..c85da73f62d0b61bbfab5a71a5bafd7212e55da3 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -177,3 +177,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
|
|
|