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

Unified Diff: remoting/resources/BUILD.gn

Issue 682863002: Repack remoting resources into Chrome on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@It2me_ChromeOS
Patch Set: Fix GN build error Created 6 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
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698