| Index: chrome/app/resources/BUILD.gn
|
| diff --git a/chrome/app/resources/BUILD.gn b/chrome/app/resources/BUILD.gn
|
| index 97323f1d2a076c46054b29befeb41f88eda95ccb..70badf27b289c0fe007f6c851124be3993f00c14 100644
|
| --- a/chrome/app/resources/BUILD.gn
|
| +++ b/chrome/app/resources/BUILD.gn
|
| @@ -76,7 +76,7 @@ grit("platform_locale_settings") {
|
| source = "locale_settings_win.grd"
|
| } else if (is_mac || is_ios) {
|
| source = "locale_settings_mac.grd"
|
| - } else if (is_chromeos) {
|
| + } else if (use_cros_fe) {
|
| if (is_chrome_branded) {
|
| source = "locale_settings_google_chromeos.grd"
|
| } else {
|
|
|