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

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

Issue 2404253003: Reland #2 of Fix monochrome not booting issue (Closed)
Patch Set: Use ui::SetLocalePaksStoredInApk(true) in monochrome entry point 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
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 14b21d752372ffbf7e8e84346306cc89ab6c6138..f656ea6854a3aea061b680c6bad559bc2ce49831 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)) {

Powered by Google App Engine
This is Rietveld 408576698