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

Unified Diff: chrome/android/chrome_public_apk_tmpl.gni

Issue 2123753005: Creating new gn arg: enable_all_proguard_optimizations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again Created 4 years, 5 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/BUILD.gn ('k') | testing/android/proguard_for_test.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_public_apk_tmpl.gni
diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
index a99b02a68147caa47a14fe1487ac284bc488e043..765438a6bc4649eb37c14607edab08b8af6a879d 100644
--- a/chrome/android/chrome_public_apk_tmpl.gni
+++ b/chrome/android/chrome_public_apk_tmpl.gni
@@ -50,6 +50,9 @@ template("chrome_public_apk_tmpl") {
proguard_configs = []
proguard_configs =
[ "//chrome/android/java/proguard.flags" ] + _prev_proguard_configs
+ if (!enable_all_proguard_optimizations) {
+ proguard_configs += [ "//testing/android/proguard_for_test.flags" ]
+ }
}
if (!defined(use_chromium_linker)) {
« no previous file with comments | « chrome/android/BUILD.gn ('k') | testing/android/proguard_for_test.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698