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

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

Issue 2310473002: 🔟 Remove Parcelable -keep from base proguard rules (Closed)
Patch Set: Created 4 years, 3 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: build/android/gyp/proguard.py
diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py
index 672ce54c4501382bdba6d62d70aa3d77038b62dd..071f32438439df45f57c169c8d6dec3993cf7d3f 100755
--- a/build/android/gyp/proguard.py
+++ b/build/android/gyp/proguard.py
@@ -70,7 +70,6 @@ def main(args):
proguard.injars(options.input_paths)
proguard.configs(options.proguard_configs)
proguard.outjar(options.output_path)
- print options.proguard_configs
if options.mapping:
proguard.mapping(options.mapping)

Powered by Google App Engine
This is Rietveld 408576698