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

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

Issue 1136273003: [Android] Remove v14 resource verification entirely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed AssertNoDeprecatedAttributesInDir Created 5 years, 7 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/java.gypi » ('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 6140b5eaa3c8ce718c8a9c3d5bfefc174ef01525..bd82978c9ca1c212308dca36585b7d874b6d1b26 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -523,10 +523,9 @@ template("jinja_template_resources") {
# android_manifest: AndroidManifest.xml for this target. Defaults to
# //build/android/AndroidManifest.xml.
# custom_package: java package for generated .java files.
-# v14_verify_only: If true, don't generate v14/v17 resources and just verify
-# that the resources are v14-compliant (see
-# build/android/gyp/generate_v14_compatible_resources.py). Defaults to
-# false.
+# v14_skip: If true, don't run v14 resource generator on this. Defaults to
+# false. (see build/android/gyp/generate_v14_compatible_resources.py)
+#
# shared_resources: If true make a resource package that can be loaded by a
# different application at runtime to access the package's resources.
#
@@ -579,10 +578,6 @@ template("android_resources") {
custom_package = invoker.custom_package
}
- if (defined(invoker.v14_verify_only)) {
- v14_verify_only = invoker.v14_verify_only
- }
-
if (defined(invoker.v14_skip)) {
v14_skip = invoker.v14_skip
}
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698