| 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",
|
| + ]
|
| }
|
| }
|
| }
|
|
|