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

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

Issue 2302533002: 🔏 Rename proguard_config -> proguard_preprocess_config (Closed)
Patch Set: Created 4 years, 4 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') | build/secondary/third_party/android_tools/BUILD.gn » ('j') | 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 97d7dd19c8dd3acc46eae5939de812c44f6db71d..38cba3c1bc26b15bab318d3470e5e8c85df3c3cd 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1170,7 +1170,7 @@ if (enable_java_templates) {
#
# proguard_preprocess: If true, proguard preprocessing will be run. This can
# be used to remove unwanted parts of the library.
- # proguard_config: Path to the proguard config for preprocessing.
+ # proguard_preprocess_config: Path to the proguard config for preprocessing.
#
# supports_android: If true, Android targets (android_library, android_apk)
# may depend on this target. Note: if true, this target must only use the
@@ -1219,7 +1219,7 @@ if (enable_java_templates) {
# jar_dep: Target that builds jar_path (optional).
# proguard_preprocess: If true, proguard preprocessing will be run. This can
# be used to remove unwanted parts of the library.
- # proguard_config: Path to the proguard config for preprocessing.
+ # proguard_preprocess_config: Path to the proguard config for preprocessing.
# supports_android: If true, Android targets (android_library, android_apk)
# may depend on this target. Note: if true, this target must only use the
# subset of Java available on Android.
@@ -1269,7 +1269,7 @@ if (enable_java_templates) {
#
# proguard_preprocess: If true, proguard preprocessing will be run. This can
# be used to remove unwanted parts of the library.
- # proguard_config: Path to the proguard config for preprocessing.
+ # proguard_preprocess_config: Path to the proguard config for preprocessing.
#
# dex_path: If set, the resulting .dex.jar file will be placed under this
# path.
@@ -1358,7 +1358,7 @@ if (enable_java_templates) {
# jar_path: Path to the prebuilt jar.
# proguard_preprocess: If true, proguard preprocessing will be run. This can
# be used to remove unwanted parts of the library.
- # proguard_config: Path to the proguard config for preprocessing.
+ # proguard_preprocess_config: Path to the proguard config for preprocessing.
#
# Example
# android_java_prebuilt("foo_java") {
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/secondary/third_party/android_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698