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

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

Issue 2619273002: Android: Stop generating proguard dump.txt (Closed)
Patch Set: Android: Stop generating proguard dump.txt 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 b7a42d34657803380fb6e7f4c2cb7913b202f196..058fce76d39ef6a1953d2c0267bdcd255077b395 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -767,7 +767,6 @@ if (enable_java_templates) {
depfile = "${target_gen_dir}/${target_name}.d"
outputs = [
_output_jar_path,
- "$_output_jar_path.dump",
"$_output_jar_path.seeds",
"$_output_jar_path.mapping",
"$_output_jar_path.usage",
« 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