summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_locales.gni
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-04-22 13:37:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-22 20:37:26 +0000
commitaa86d5f0d050b3322ed02d81e5f51787726f5511 (patch)
treed9dc58626585dd4beb5ba730dd8c65086a903ba0 /remoting/remoting_locales.gni
parent44aee8794af1c4dbbf29caa7708da78f6b4e7fcf (diff)
downloadchromium_src-aa86d5f0d050b3322ed02d81e5f51787726f5511.zip
chromium_src-aa86d5f0d050b3322ed02d81e5f51787726f5511.tar.gz
chromium_src-aa86d5f0d050b3322ed02d81e5f51787726f5511.tar.bz2
[Chromoting] Enable the Chromoting webapp build in GN
Previous only a single sad and lonely html file (main.html) from the Chromoting webapp build was converted to GN. With this cl, then entirety of the Chromoting webapp has been converted to GN and produces results identical to the GYP build. BUG= Review URL: https://codereview.chromium.org/1087693003 Cr-Commit-Position: refs/heads/master@{#326368}
Diffstat (limited to 'remoting/remoting_locales.gni')
-rw-r--r--remoting/remoting_locales.gni36
1 files changed, 22 insertions, 14 deletions
diff --git a/remoting/remoting_locales.gni b/remoting/remoting_locales.gni
index 0bd0536..d4dd4e8 100644
--- a/remoting/remoting_locales.gni
+++ b/remoting/remoting_locales.gni
@@ -6,10 +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",
@@ -20,12 +21,14 @@ remoting_locales = [
"es",
"es-419",
"et",
- "fa",
- "fake-bidi",
+
+ #"fa",
+ #"fake-bidi",
"fi",
"fil",
"fr",
- "gu",
+
+ #"gu",
"he",
"hi",
"hr",
@@ -33,13 +36,15 @@ remoting_locales = [
"id",
"it",
"ja",
- "kn",
+
+ #"kn",
"ko",
"lt",
"lv",
- "ml",
- "mr",
- "ms",
+
+ #"ml",
+ #"mr",
+ #"ms",
"nb",
"nl",
"pl",
@@ -51,9 +56,10 @@ remoting_locales = [
"sl",
"sr",
"sv",
- "sw",
- "ta",
- "te",
+
+ #"sw",
+ #"ta",
+ #"te",
"th",
"tr",
"uk",
@@ -68,7 +74,8 @@ remoting_locales_with_underscores = remoting_locales
remoting_locales_with_underscores -= [
"en-GB",
"es-419",
- "fake-bidi",
+
+ #"fake-bidi",
"pt-BR",
"pt-PT",
"zh-CN",
@@ -77,7 +84,8 @@ remoting_locales_with_underscores -= [
remoting_locales_with_underscores += [
"en_GB",
"es_419",
- "fake_bidi",
+
+ #"fake_bidi",
"pt_BR",
"pt_PT",
"zh_CN",