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

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: Fixed single newline 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
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index e020705e0694537b69c7c869945632ba02b3f9b8..2e6b0546fe24a8bdaa11a17d3620505680fd0537 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -561,7 +561,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") {
@@ -599,5 +599,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
}
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698