Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1226)

Unified Diff: chrome/android/BUILD.gn

Issue 2031033002: Adding option for Proguard jar to be switched. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Findbugs suppression Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698