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

Unified Diff: remoting/remoting_locales.gni

Issue 1108953002: Uncomment missing GN resource dependencies in remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cros_shared_dbg
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_locales.gni
diff --git a/remoting/remoting_locales.gni b/remoting/remoting_locales.gni
index d4dd4e8f57481c5656c82b5f6d777eb887fa3553..b37d177b8e052e075420da1af310d8b8fd830ed1 100644
--- a/remoting/remoting_locales.gni
+++ b/remoting/remoting_locales.gni
@@ -6,11 +6,11 @@ webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales"
# See also remoting_locales_with_underscores below.
remoting_locales = [
- #"am",
+ "am",
"ar",
"bg",
- #"bn",
+ "bn",
"ca",
"cs",
"da",
@@ -22,13 +22,13 @@ remoting_locales = [
"es-419",
"et",
- #"fa",
- #"fake-bidi",
+ "fa",
+ "fake-bidi",
"fi",
"fil",
"fr",
- #"gu",
+ "gu",
"he",
"hi",
"hr",
@@ -37,14 +37,14 @@ remoting_locales = [
"it",
"ja",
- #"kn",
+ "kn",
"ko",
"lt",
"lv",
- #"ml",
- #"mr",
- #"ms",
+ "ml",
+ "mr",
+ "ms",
"nb",
"nl",
"pl",
@@ -57,9 +57,9 @@ remoting_locales = [
"sr",
"sv",
- #"sw",
- #"ta",
- #"te",
+ "sw",
+ "ta",
+ "te",
"th",
"tr",
"uk",
@@ -75,7 +75,7 @@ remoting_locales_with_underscores -= [
"en-GB",
"es-419",
- #"fake-bidi",
+ "fake-bidi",
"pt-BR",
"pt-PT",
"zh-CN",
@@ -85,7 +85,7 @@ remoting_locales_with_underscores += [
"en_GB",
"es_419",
- #"fake_bidi",
+ "fake_bidi",
"pt_BR",
"pt_PT",
"zh_CN",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698