| Index: remoting/remoting_locales.gni
|
| diff --git a/remoting/remoting_locales.gni b/remoting/remoting_locales.gni
|
| index b37d177b8e052e075420da1af310d8b8fd830ed1..1d722deae4c2d6fbee55f94eec1855b5ef1abd6e 100644
|
| --- a/remoting/remoting_locales.gni
|
| +++ b/remoting/remoting_locales.gni
|
| @@ -92,13 +92,13 @@ remoting_locales_with_underscores += [
|
| "zh_TW",
|
| ]
|
|
|
| -if (is_chromeos) {
|
| +if (is_chromeos_ui) {
|
| remoting_locales += [ "en-US" ]
|
| remoting_locales_with_underscores += [ "en_US" ]
|
| }
|
|
|
| messages_locales = remoting_locales_with_underscores
|
| -if (!is_chromeos) {
|
| +if (!is_chromeos_ui) {
|
| # The messages output includes a separate one for en-US that the pak ones
|
| # don't have. We don't need to do this on ChromeOS since en_US is in the
|
| # locales list be default there.
|
|
|