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

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

Issue 2369683002: Revert of Move language pak files to assets. (Closed)
Patch Set: Created 4 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 | « build/android/gyp/write_build_config.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 797e82aa02297cf6a67f0f243aca5157c52e04f9..67e84c01735cfb6f4b89230cd5c40f8d3dce4bea 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -275,6 +275,13 @@
rebase_path(invoker.r_text, root_build_dir),
]
}
+ if (defined(invoker.is_locale_resource) && invoker.is_locale_resource) {
+ args += [ "--is-locale-resource" ]
+ }
+ if (defined(invoker.has_alternative_locale_resource) &&
+ invoker.has_alternative_locale_resource) {
+ args += [ "--has-alternative-locale-resource" ]
+ }
}
if (is_android_resources && defined(invoker.resource_dirs)) {
« no previous file with comments | « build/android/gyp/write_build_config.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698