| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 6559a39f74665a38e9435990f990f5d3548bd668..6c12e5ef0d494be345646f620d4e3234c9264167 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -407,6 +407,10 @@ android_apk("chrome_shell_apk") {
|
| #}],
|
| #],
|
| #},
|
| + if (!is_debug) {
|
| + proguard_enabled = true
|
| + proguard_configs = [ "shell/java/proguard.flags" ]
|
| + }
|
| }
|
|
|
| chrome_sync_shell_manifest =
|
| @@ -492,6 +496,9 @@ android_library("chrome_shell_test_java") {
|
|
|
| # GYP: //chrome/chrome_tests.gypi:chrome_shell_test_apk
|
| instrumentation_test_apk("chrome_shell_test_apk") {
|
| + if (!is_debug) {
|
| + proguard_enabled = true
|
| + }
|
| apk_under_test = ":chrome_shell_apk"
|
| deps = [
|
| ":chrome_javatests",
|
|
|