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

Unified Diff: testing/test.gni

Issue 2000333003: Allow test and unittest_apk GN targets to use proguard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the "+" Created 4 years, 7 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 | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index c01306c644880a3b574cda10aec1445640e51451..11726836ed174fb162e47ed8bf1362743fa03230 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -158,6 +158,8 @@ template("test") {
_apk_specific_vars = [
"android_manifest",
"enable_multidex",
+ "proguard_configs",
+ "proguard_enabled",
"use_default_launcher",
"write_asset_list",
]
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698