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

Unified Diff: chrome/chrome_shell.gypi

Issue 1107653003: Enable proguard for ChromeShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proguard-refactor
Patch Set: Created 5 years, 8 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/shell/java/proguard.flags ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_shell.gypi
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index b614ff36bccff056c3ed68f4b2914480e188dc4a..b601201cf094fb3ab576a7aba5a0a62e659e1d26 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -107,6 +107,8 @@
'additional_input_paths': [
'<@(chrome_android_pak_output_resources)',
],
+ 'proguard_enabled': 'true',
+ 'proguard_flags_paths': ['android/shell/java/proguard.flags'],
},
'includes': [ '../build/java_apk.gypi', ],
},
« no previous file with comments | « chrome/android/shell/java/proguard.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698