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

Unified Diff: components/cronet/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 import for annotation 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: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 99f4a657dcef1877a6e8f723d1972393df5a9702..19a8269391e2aea1963fade5fc158cd24c59eb40 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -342,7 +342,7 @@ android_apk("cronet_sample_apk") {
]
run_findbugs_override = true
- if (!is_debug) {
+ if (!is_java_debug) {
proguard_enabled = true
proguard_configs = [
"proguard.cfg",
@@ -381,7 +381,7 @@ instrumentation_test_apk("cronet_sample_test_apk") {
additional_apks = [ "//net/android:net_test_support_apk" ]
run_findbugs_override = true
- proguard_enabled = !is_debug
+ proguard_enabled = !is_java_debug
}
generate_jni("cronet_tests_jni_headers") {

Powered by Google App Engine
This is Rietveld 408576698