Commit 156e80e7 authored by dpranke's avatar dpranke Committed by Commit bot

Uncomment missing GN resource dependencies in remoting.

Without these, a GN clobber build fails, and we get warnings
during the non-compile builds.

R=garykac@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1108953002

Cr-Commit-Position: refs/heads/master@{#327165}
parent 6c395564
...@@ -6,11 +6,11 @@ webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales" ...@@ -6,11 +6,11 @@ webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales"
# See also remoting_locales_with_underscores below. # See also remoting_locales_with_underscores below.
remoting_locales = [ remoting_locales = [
#"am", "am",
"ar", "ar",
"bg", "bg",
#"bn", "bn",
"ca", "ca",
"cs", "cs",
"da", "da",
...@@ -22,13 +22,13 @@ remoting_locales = [ ...@@ -22,13 +22,13 @@ remoting_locales = [
"es-419", "es-419",
"et", "et",
#"fa", "fa",
#"fake-bidi", "fake-bidi",
"fi", "fi",
"fil", "fil",
"fr", "fr",
#"gu", "gu",
"he", "he",
"hi", "hi",
"hr", "hr",
...@@ -37,14 +37,14 @@ remoting_locales = [ ...@@ -37,14 +37,14 @@ remoting_locales = [
"it", "it",
"ja", "ja",
#"kn", "kn",
"ko", "ko",
"lt", "lt",
"lv", "lv",
#"ml", "ml",
#"mr", "mr",
#"ms", "ms",
"nb", "nb",
"nl", "nl",
"pl", "pl",
...@@ -57,9 +57,9 @@ remoting_locales = [ ...@@ -57,9 +57,9 @@ remoting_locales = [
"sr", "sr",
"sv", "sv",
#"sw", "sw",
#"ta", "ta",
#"te", "te",
"th", "th",
"tr", "tr",
"uk", "uk",
...@@ -75,7 +75,7 @@ remoting_locales_with_underscores -= [ ...@@ -75,7 +75,7 @@ remoting_locales_with_underscores -= [
"en-GB", "en-GB",
"es-419", "es-419",
#"fake-bidi", "fake-bidi",
"pt-BR", "pt-BR",
"pt-PT", "pt-PT",
"zh-CN", "zh-CN",
...@@ -85,7 +85,7 @@ remoting_locales_with_underscores += [ ...@@ -85,7 +85,7 @@ remoting_locales_with_underscores += [
"en_GB", "en_GB",
"es_419", "es_419",
#"fake_bidi", "fake_bidi",
"pt_BR", "pt_BR",
"pt_PT", "pt_PT",
"zh_CN", "zh_CN",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment