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

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 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 | « chrome/android/java/src/org/chromium/chrome/browser/ChromeStrictMode.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index b8fffd5bb3db7b6120762b75c552531c6b60057c..b8dcfa5242ad75e810b7b8249c1d91ab68f08826 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -341,7 +341,7 @@ android_apk("cronet_sample_apk") {
]
run_findbugs_override = true
- if (!is_debug) {
+ if (!is_java_debug) {
proguard_enabled = true
proguard_configs = [
"proguard.cfg",
@@ -380,7 +380,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") {
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ChromeStrictMode.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698