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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 # GYP version: chrome/chrome_resources.gyp:chrome_strings
9 # (generate_locale_settings action)
10 grit("locale_settings") { 8 grit("locale_settings") {
11 source = "locale_settings.grd" 9 source = "locale_settings.grd"
12 use_qualified_include = true 10 use_qualified_include = true
13 output_dir = "$root_gen_dir/chrome" 11 output_dir = "$root_gen_dir/chrome"
14 outputs = [ 12 outputs = [
15 "grit/locale_settings.h", 13 "grit/locale_settings.h",
16 "locale_settings_am.pak", 14 "locale_settings_am.pak",
17 "locale_settings_ar.pak", 15 "locale_settings_ar.pak",
18 "locale_settings_bg.pak", 16 "locale_settings_bg.pak",
19 "locale_settings_bn.pak", 17 "locale_settings_bn.pak",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "locale_settings_te.pak", 61 "locale_settings_te.pak",
64 "locale_settings_th.pak", 62 "locale_settings_th.pak",
65 "locale_settings_tr.pak", 63 "locale_settings_tr.pak",
66 "locale_settings_uk.pak", 64 "locale_settings_uk.pak",
67 "locale_settings_vi.pak", 65 "locale_settings_vi.pak",
68 "locale_settings_zh-CN.pak", 66 "locale_settings_zh-CN.pak",
69 "locale_settings_zh-TW.pak", 67 "locale_settings_zh-TW.pak",
70 ] 68 ]
71 } 69 }
72 70
73 # GYP version: chrome/chrome_resources.gyp:platform_locale_settings
74 grit("platform_locale_settings") { 71 grit("platform_locale_settings") {
75 if (is_win) { 72 if (is_win) {
76 source = "locale_settings_win.grd" 73 source = "locale_settings_win.grd"
77 } else if (is_mac || is_ios) { 74 } else if (is_mac || is_ios) {
78 source = "locale_settings_mac.grd" 75 source = "locale_settings_mac.grd"
79 } else if (is_chromeos) { 76 } else if (is_chromeos) {
80 if (is_chrome_branded) { 77 if (is_chrome_branded) {
81 source = "locale_settings_google_chromeos.grd" 78 source = "locale_settings_google_chromeos.grd"
82 } else { 79 } else {
83 source = "locale_settings_chromiumos.grd" 80 source = "locale_settings_chromiumos.grd"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "platform_locale_settings_th.pak", 138 "platform_locale_settings_th.pak",
142 "platform_locale_settings_tr.pak", 139 "platform_locale_settings_tr.pak",
143 "platform_locale_settings_uk.pak", 140 "platform_locale_settings_uk.pak",
144 "platform_locale_settings_vi.pak", 141 "platform_locale_settings_vi.pak",
145 "platform_locale_settings_zh-CN.pak", 142 "platform_locale_settings_zh-CN.pak",
146 "platform_locale_settings_zh-TW.pak", 143 "platform_locale_settings_zh-TW.pak",
147 ] 144 ]
148 145
149 output_dir = "$root_gen_dir/chrome" 146 output_dir = "$root_gen_dir/chrome"
150 } 147 }
OLDNEW
« 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