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

Unified Diff: android_webview/system_webview_apk_tmpl.gni

Issue 2329573002: Refactor base's proguard flags to be more usable by cronet (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
« no previous file with comments | « no previous file | base/android/base_proguard_config.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/system_webview_apk_tmpl.gni
diff --git a/android_webview/system_webview_apk_tmpl.gni b/android_webview/system_webview_apk_tmpl.gni
index 0667b9e8939ed90950896c14e004fe6fb23ab6cf..828263e2b84ddcb54928e4d4a2d63e92a3ac7cf6 100644
--- a/android_webview/system_webview_apk_tmpl.gni
+++ b/android_webview/system_webview_apk_tmpl.gni
@@ -33,8 +33,8 @@ template("system_webview_apk_tmpl") {
}
proguard_configs += [
"//android_webview/apk/java/proguard.flags",
- "//base/android/base_proguard_config.flags",
- "//base/android/release_proguard_config.flags",
+ "//base/android/proguard/chromium_apk.flags",
+ "//base/android/proguard/chromium_code.flags",
]
}
}
« no previous file with comments | « no previous file | base/android/base_proguard_config.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698