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

Unified Diff: build/java.gypi

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/rules.gni ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index 716eb34beacc735d95e9fa43c756911a812433f8..75c1829e1dce81cdefd0504292e197ae80badcd1 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -70,7 +70,6 @@
'res_extra_dirs': [],
'res_extra_files': [],
'res_v14_skip%': 0,
- 'res_v14_verify_only%': 0,
'resource_input_paths': ['>@(res_extra_files)'],
'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name)',
'compile_stamp': '<(intermediate_dir)/compile.stamp',
@@ -161,9 +160,6 @@
['res_v14_skip == 1', {
'process_resources_options': ['--v14-skip']
}],
- ['res_v14_verify_only == 1', {
- 'process_resources_options': ['--v14-verify-only']
- }],
],
},
'inputs': [
« no previous file with comments | « build/config/android/rules.gni ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698