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

Unified Diff: chrome/app/resources/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698