| Index: remoting/resources/BUILD.gn
|
| diff --git a/remoting/resources/BUILD.gn b/remoting/resources/BUILD.gn
|
| index 5d17f337f6b47517e417f8e71d027b8c9953c780..085ac3f14b6786b1d955f7617756eb7d314dac7b 100644
|
| --- a/remoting/resources/BUILD.gn
|
| +++ b/remoting/resources/BUILD.gn
|
| @@ -6,8 +6,10 @@ import("//tools/grit/grit_rule.gni")
|
|
|
| # See also remoting_locales_with_underscores below.
|
| remoting_locales = [
|
| + "am",
|
| "ar",
|
| "bg",
|
| + "bn",
|
| "ca",
|
| "cs",
|
| "da",
|
| @@ -18,9 +20,12 @@ remoting_locales = [
|
| "es",
|
| "es-419",
|
| "et",
|
| + "fa",
|
| + "fake-bidi",
|
| "fi",
|
| "fil",
|
| "fr",
|
| + "gu",
|
| "he",
|
| "hi",
|
| "hr",
|
| @@ -28,9 +33,13 @@ remoting_locales = [
|
| "id",
|
| "it",
|
| "ja",
|
| + "kn",
|
| "ko",
|
| "lt",
|
| "lv",
|
| + "ml",
|
| + "mr",
|
| + "ms",
|
| "nb",
|
| "nl",
|
| "pl",
|
| @@ -42,6 +51,9 @@ remoting_locales = [
|
| "sl",
|
| "sr",
|
| "sv",
|
| + "sw",
|
| + "ta",
|
| + "te",
|
| "th",
|
| "tr",
|
| "uk",
|
| @@ -56,6 +68,7 @@ remoting_locales_with_underscores = remoting_locales
|
| remoting_locales_with_underscores -= [
|
| "en-GB",
|
| "es-419",
|
| + "fake-bidi",
|
| "pt-BR",
|
| "pt-PT",
|
| "zh-CN",
|
| @@ -64,12 +77,18 @@ remoting_locales_with_underscores -= [
|
| remoting_locales_with_underscores += [
|
| "en_GB",
|
| "es_419",
|
| + "fake_bidi",
|
| "pt_BR",
|
| "pt_PT",
|
| "zh_CN",
|
| "zh_TW",
|
| ]
|
|
|
| +if (is_chromeos) {
|
| + remoting_locales += ["en-US"]
|
| + remoting_locales_with_underscores += ["en_US"]
|
| +}
|
| +
|
| group("resources") {
|
| deps = [
|
| ":copy_locales",
|
| @@ -134,8 +153,6 @@ grit("strings") {
|
| # generated file root.
|
| output_dir = root_gen_dir
|
|
|
| - resource_ids = "resource_ids"
|
| -
|
| outputs = [
|
| "remoting/base/string_resources.h",
|
| ]
|
|
|