| Index: chrome/app/resources/BUILD.gn
|
| diff --git a/chrome/app/resources/BUILD.gn b/chrome/app/resources/BUILD.gn
|
| index 486f423d02f469aa156d446c0553978344620c84..6b51660c365066af2388974cad6f9ff6a75743db 100644
|
| --- a/chrome/app/resources/BUILD.gn
|
| +++ b/chrome/app/resources/BUILD.gn
|
| @@ -5,8 +5,6 @@
|
| import("//build/config/chrome_build.gni")
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| -# GYP version: chrome/chrome_resources.gyp:chrome_strings
|
| -# (generate_locale_settings action)
|
| grit("locale_settings") {
|
| source = "locale_settings.grd"
|
| use_qualified_include = true
|
| @@ -70,7 +68,6 @@ grit("locale_settings") {
|
| ]
|
| }
|
|
|
| -# GYP version: chrome/chrome_resources.gyp:platform_locale_settings
|
| grit("platform_locale_settings") {
|
| if (is_win) {
|
| source = "locale_settings_win.grd"
|
|
|