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

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

Issue 2310473002: 🔟 Remove Parcelable -keep from base proguard rules (Closed)
Patch Set: Created 4 years, 3 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
« base/android/base_proguard_config.flags ('K') | « build/android/gyp/proguard.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 231016f0550724e61130ab4aeddfb9c56460ec4e..db0c06185bfd8fc0b3adc2ad43ac6c477f1f1d94 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -1807,12 +1807,6 @@ if (enable_java_templates) {
visibility += [ ":$_dex_target_name" ]
}
- # TODO(agrieve): Delete proguard_config once all usages are move to
- # proguard_preprocess_config.
- if (defined(invoker.proguard_config)) {
- proguard_preprocess_config = invoker.proguard_config
- }
-
build_config = _build_config
input_jar_path = invoker.jar_path
output_jar_path = _jar_path
@@ -2097,11 +2091,6 @@ if (enable_java_templates) {
input_jar_path = _javac_jar_path
output_jar_path = _process_prebuilt_jar_path
- # TODO(agrieve): Delete proguard_config once all usages are move to
- # proguard_preprocess_config.
- if (defined(invoker.proguard_config)) {
- proguard_preprocess_config = invoker.proguard_config
- }
deps = [
":$_javac_target_name",
]
« base/android/base_proguard_config.flags ('K') | « build/android/gyp/proguard.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698