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

Unified Diff: build/config/locales.gni

Issue 2003433003: [GN] Use build/config/locales.gni to simplify grit invocations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@locale
Patch Set: Fix "analyse" by adding a new variable locales_with_fake_bidi Created 4 years, 7 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 | components/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/locales.gni
diff --git a/build/config/locales.gni b/build/config/locales.gni
index 76b7d213b3f23589a7d3361fb0f55d5ce1c9dad7..98c53c602748cecfa5f57d5264fa48fafe7c19a9 100644
--- a/build/config/locales.gni
+++ b/build/config/locales.gni
@@ -99,6 +99,8 @@ if (!is_ios) {
ios_packed_locales = locales - ios_unsupported_locales
}
+locales_with_fake_bidi = locales + [ "fake-bidi" ]
+
# Same as the locales list but in the format Mac expects for output files:
# it uses underscores instead of hyphens, and "en" instead of "en-US".
locales_as_mac_outputs = [
« no previous file with comments | « no previous file | components/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698