| Index: chrome/android/chrome_public_apk_tmpl.gni
|
| diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
|
| index 78cd4cb46cd1e7c338f5f9c243f73c6a04f7c4ff..7169b26eece95f51f2eab34cbf3fc2de6226da86 100644
|
| --- a/chrome/android/chrome_public_apk_tmpl.gni
|
| +++ b/chrome/android/chrome_public_apk_tmpl.gni
|
| @@ -52,9 +52,6 @@ template("chrome_public_apk_tmpl") {
|
| "//chrome/android/java/proguard.flags",
|
| "//base/android/base_proguard_config.flags",
|
| ]
|
| - if (!enable_all_proguard_optimizations) {
|
| - proguard_configs += [ "//testing/android/proguard_for_test.flags" ]
|
| - }
|
| }
|
|
|
| if (!defined(use_chromium_linker)) {
|
|
|