| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index cdb044a477ba183a925d98dc4fa22a671d311a7b..93dbef4dc1f841f942f1a85aae9ae912f780507a 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -559,7 +559,7 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
| "//net/android:net_test_support_apk",
|
| ]
|
| isolate_file = "../chrome_public_test_apk.isolate"
|
| - proguard_enabled = !is_debug
|
| + proguard_enabled = !is_java_debug
|
| }
|
|
|
| android_library("chrome_sync_shell_test_apk_java") {
|
| @@ -597,5 +597,5 @@ instrumentation_test_apk("chrome_sync_shell_test_apk") {
|
| ":chrome_sync_shell_test_apk_java",
|
| ":chrome_sync_shell_test_apk_manifest",
|
| ]
|
| - proguard_enabled = !is_debug
|
| + proguard_enabled = !is_java_debug
|
| }
|
|
|