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

Unified Diff: build/android/gyp/proguard.py

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/apk_obfuscate.py ('k') | build/android/gyp/util/proguard_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/proguard.py
diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py
index 4bbb5d50f442598d06046769a14b6030c727cf4f..d019350a33ce56bd05c4d051f2757a99630e7c6f 100755
--- a/build/android/gyp/proguard.py
+++ b/build/android/gyp/proguard.py
@@ -61,11 +61,12 @@ def main(args):
classpath = list(set(options.classpath))
proguard.libraryjars(classpath)
+ proguard.verbose(options.verbose)
input_paths = proguard.GetInputs()
build_utils.CallAndWriteDepfileIfStale(
- lambda: proguard.CheckOutput(options.verbose),
+ proguard.CheckOutput,
options,
input_paths=input_paths,
input_strings=proguard.build(),
« no previous file with comments | « build/android/gyp/apk_obfuscate.py ('k') | build/android/gyp/util/proguard_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698