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

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

Issue 2371843002: Reland of Move language pak files to assets. (Closed)
Patch Set: Fix ContentShell context setPrivateDataPrefix that was breaking tests Created 4 years, 2 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/resource_sizes.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 ad42da6e39fb8dd36d86151700cbe8e1f7cf7295..32fd3b23ef681466afce1b7178aeac9ce3df5482 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -275,13 +275,6 @@ template("write_build_config") {
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/resource_sizes.py ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698