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

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

Issue 2678073002: Android: Delete proguard_preprocess logic (Closed)
Patch Set: Created 3 years, 10 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/internal_rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 7abf41c6cb0912927adcaf2578f743253f79a2ba..1bfb321793d830237cd43c715e3b91279f37d115 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1115,9 +1115,6 @@ if (enable_java_templates) {
# output_name: File name for the output .jar (not including extension).
# Defaults to the input .jar file name.
#
- # proguard_preprocess: If true, proguard preprocessing will be run. This can
- # be used to remove unwanted parts of the library.
- # proguard_preprocess_config: Path to the proguard config for preprocessing.
# proguard_configs: List of proguard configs to use in final apk step for
# any apk that depends on this library.
#
@@ -1171,9 +1168,6 @@ if (enable_java_templates) {
# entrypoint.
# output_name: File name for the output .jar (not including extension).
# Defaults to the input .jar file name.
- # proguard_preprocess: If true, proguard preprocessing will be run. This can
- # be used to remove unwanted parts of the library.
- # proguard_preprocess_config: Path to the proguard config for preprocessing.
# proguard_configs: List of proguard configs to use in final apk step for
# any apk that depends on this library.
# supports_android: If true, Android targets (android_library, android_apk)
@@ -1303,9 +1297,6 @@ if (enable_java_templates) {
# jar_excluded_patterns: List of patterns of .class files to exclude from the
# final jar.
#
- # proguard_preprocess: If true, proguard preprocessing will be run. This can
- # be used to remove unwanted parts of the library.
- # proguard_preprocess_config: Path to the proguard config for preprocessing.
# proguard_configs: List of proguard configs to use in final apk step for
# any apk that depends on this library.
#
@@ -1398,9 +1389,6 @@ if (enable_java_templates) {
# jar_path: Path to the prebuilt jar.
# output_name: File name for the output .jar (not including extension).
# Defaults to the input .jar file name.
- # proguard_preprocess: If true, proguard preprocessing will be run. This can
- # be used to remove unwanted parts of the library.
- # proguard_preprocess_config: Path to the proguard config for preprocessing.
# proguard_configs: List of proguard configs to use in final apk step for
# any apk that depends on this library.
#
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698