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

Unified Diff: build/java_apk.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/java.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index ab415a9ad624b443dbaf14ea99649a9a4055e882..c4544333b6e9df63b13db11c61f9c11d46207d2c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -139,7 +139,6 @@
'symlink_script_device_path': '<(device_intermediate_dir)/create_symlinks.sh',
'create_standalone_apk%': 1,
'res_v14_skip%': 0,
- 'res_v14_verify_only%': 0,
'variables': {
'variables': {
'native_lib_target%': '',
@@ -608,9 +607,6 @@
['res_v14_skip == 1', {
'process_resources_options+': ['--v14-skip']
}],
- ['res_v14_verify_only == 1', {
- 'process_resources_options+': ['--v14-verify-only']
- }],
['shared_resources == 1', {
'process_resources_options+': ['--shared-resources']
}],
« no previous file with comments | « build/java.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698