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

Unified Diff: chrome/app/BUILD.gn

Issue 2163543004: MD Settings: re-enable settings translations ONCE AND FOR ALL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yay golf! Created 4 years, 5 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/BUILD.gn ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index 9dc9cd7030321de28f09719a03eec80a8d1307dc..77963b0bee7ac0d57ebdd8e3ddaa782519edea3b 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -266,52 +266,6 @@ grit("chromium_strings") {
]
}
-# GYP version: chrome/settings_strings.gyp:settings_strings
-# (generate_settings_strings action)
-grit("settings_strings") {
- source = "settings_strings.grd"
- output_dir = "$root_gen_dir/chrome"
- use_qualified_include = true
- outputs = [
- "grit/settings_strings.h",
-
- # The settings strings are not being treated as strings because they are
- # not translated (English only), this should change in late 2015.
- "settings_strings.pak",
- ]
-}
-
-# GYP version: chrome/settings_chromium_strings.gyp:settings_chromium_strings
-# (generate_settings_chromium_strings action)
-grit("settings_chromium_strings") {
- source = "settings_chromium_strings.grd"
- output_dir = "$root_gen_dir/chrome"
- use_qualified_include = true
- outputs = [
- "grit/settings_chromium_strings.h",
-
- # These strings are not being treated as strings because they are
- # not translated (English only), this should change in late 2015.
- "settings_chromium_strings.pak",
- ]
-}
-
-# GYP version:
-# chrome/settings_google_chrome_strings.gyp:settings_google_chrome_strings
-# (generate_settings_google_chrome_strings action)
-grit("settings_google_chrome_strings") {
- source = "settings_google_chrome_strings.grd"
- output_dir = "$root_gen_dir/chrome"
- use_qualified_include = true
- outputs = [
- "grit/settings_google_chrome_strings.h",
-
- # These strings are not being treated as strings because they are
- # not translated (English only), this should change in late 2015.
- "settings_google_chrome_strings.pak",
- ]
-}
-
static_library("test_support") {
testonly = true
visibility = [ "//chrome/test:test_support" ]
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698