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

Unified Diff: build/config/android/internal_rules.gni

Issue 2626323002: Android: Write all proguard flags to out.jar.flags file (Closed)
Patch Set: Created 3 years, 11 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/android/gyp/util/proguard_util.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index b00752de8b520743d7c2e7d5cccfca8c5d05cd46..73c5608d51b443f6b57160005675705aa7362664 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -766,8 +766,9 @@ if (enable_java_templates) {
depfile = "${target_gen_dir}/${target_name}.d"
outputs = [
_output_jar_path,
- "$_output_jar_path.seeds",
+ "$_output_jar_path.flags",
"$_output_jar_path.mapping",
+ "$_output_jar_path.seeds",
"$_output_jar_path.usage",
]
args = [
« no previous file with comments | « build/android/gyp/util/proguard_util.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698