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

Unified Diff: build/config/android/config.gni

Issue 1568583005: Add proguard_verbose GN arg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/android/gyp/util/proguard_util.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 14857a38ffbde7cfdde6c1de9e8441a06a771e3d..aff3b2f04f1d52fb8402c89686483d79413580c8 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -77,6 +77,9 @@ if (is_android) {
# run_findbugs is false.
findbugs_verbose = false
+ # Enables verbose proguard output (summaries and unfiltered output).
+ proguard_verbose = false
+
# Set to true to enable the Errorprone compiler
use_errorprone_java_compiler = false
« no previous file with comments | « build/android/gyp/util/proguard_util.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698