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

Unified Diff: build/android/locale_pak_resources.gypi

Issue 1357423011: Support alternative locale zip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | build/java.gypi » ('j') | build/java_apk.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/locale_pak_resources.gypi
diff --git a/build/android/locale_pak_resources.gypi b/build/android/locale_pak_resources.gypi
index 6f8e56f8f15c27360d1e077d4693b2ed6aefa3eb..020b831ebf8fdf60bfab4d990e9f59de42e99c7c 100644
--- a/build/android/locale_pak_resources.gypi
+++ b/build/android/locale_pak_resources.gypi
@@ -12,6 +12,8 @@
# Variables:
# locale_pak_files - List of .pak files to process.
# Names must be of the form "en.pak" or "en-US.pak".
+# resource_zip_path - the path of generated zip file, optional, normally, you
+# don't need to set this variable.
#
# Example
# {
@@ -25,12 +27,12 @@
#
{
'variables': {
- 'resources_zip_path': '<(PRODUCT_DIR)/res.java/<(_target_name).zip',
+ 'resources_zip_path%': '<(PRODUCT_DIR)/res.java/<(_target_name).zip',
},
'all_dependent_settings': {
'variables': {
- 'additional_input_paths': ['<(resources_zip_path)'],
- 'dependencies_res_zip_paths': ['<(resources_zip_path)'],
+ 'additional_locale_input_paths': ['<(resources_zip_path)'],
+ 'dependencies_locale_zip_paths': ['<(resources_zip_path)'],
},
},
'actions': [{
« no previous file with comments | « no previous file | build/java.gypi » ('j') | build/java_apk.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698