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

Unified Diff: android_webview/system_webview_apk_tmpl.gni

Issue 2150533005: Annotated functions/classes more cleanly kept (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keeping all native functions 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
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | 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 b3d5d84e64936ae8cdba684ffef88e3955363aca..92c7676dbca3eefee3e3d3c601852e82f1febe2e 100644
--- a/android_webview/system_webview_apk_tmpl.gni
+++ b/android_webview/system_webview_apk_tmpl.gni
@@ -28,7 +28,10 @@ template("system_webview_apk_tmpl") {
if (!is_java_debug) {
proguard_enabled = true
- proguard_configs = [ "//android_webview/apk/java/proguard.flags" ]
+ proguard_configs = [
+ "//android_webview/apk/java/proguard.flags",
+ "//base/android/base_proguard_config.flags",
+ ]
}
}
}
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | base/android/base_proguard_config.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698