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

Unified Diff: build/java_apk.gypi

Issue 362543004: Fix generation of v14 resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/android/gyp/generate_v14_compatible_resources.py ('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 5f3653dd2f7594e769cadac5d97236e150208253..db791684fa6a9379e734cefc92ac6bfa2f27a773 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -494,7 +494,7 @@
'--proguard-file', '<(generated_proguard_file)',
- '--resource-dir', '<(resource_dir)',
+ '--resource-dirs', '<(resource_dir)',
cjhopman 2014/06/30 21:46:10 did you know that python will accept any unique pr
newt (away) 2014/06/30 22:38:08 huh, funky. what about --halp ?
'--resource-zip-out', '<(resource_zip_path)',
'--R-dir', '<(intermediate_dir)/gen',
« no previous file with comments | « build/android/gyp/generate_v14_compatible_resources.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698