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

Unified Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 2150533005: Annotated functions/classes more cleanly kept (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor touchups 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
« base/base_proguard_config.flags ('K') | « chrome/android/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/android/webapk/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index 87fb83537f57ad34d364508dddb7466b6819b5e0..6b1828b63c119e46b37312f83c6585c0ba941b76 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -86,7 +86,10 @@ android_apk("webapk") {
]
if (!is_java_debug) {
proguard_enabled = true
- proguard_configs = [ "//chrome/android/java/proguard.flags" ]
+ proguard_configs = [
+ "//chrome/android/java/proguard.flags",
+ "//base/base_proguard_config.flags",
Yaron 2016/07/18 13:41:21 This is a bit awkward as webapk shell doesn't depe
agrieve 2016/07/18 15:53:16 //build/android would be another place that makes
+ ]
}
}
« base/base_proguard_config.flags ('K') | « chrome/android/java/proguard.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698