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

Side by Side Diff: ui/strings/BUILD.gn

Issue 411543005: Encode all grit outputs in .gn files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/resources/BUILD.gn ('k') | webkit/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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 # Meta target that includes both ui_strings and app_locale_settings. Most 7 # Meta target that includes both ui_strings and app_locale_settings. Most
8 # targets want both. You can depend on the individually if you need to. 8 # targets want both. You can depend on the individually if you need to.
9 group("strings") { 9 group("strings") {
10 deps = [ 10 deps = [
11 ":ui_strings", 11 ":ui_strings",
12 ":app_locale_settings", 12 ":app_locale_settings",
13 ] 13 ]
14 } 14 }
15 15
16 grit("ui_strings") { 16 grit("ui_strings") {
17 source = "ui_strings.grd" 17 source = "ui_strings.grd"
18 outputs = [
19 "grit/ui_strings.h",
20 "ui_strings_am.pak",
21 "ui_strings_ar.pak",
22 "ui_strings_bg.pak",
23 "ui_strings_bn.pak",
24 "ui_strings_ca.pak",
25 "ui_strings_cs.pak",
26 "ui_strings_da.pak",
27 "ui_strings_de.pak",
28 "ui_strings_el.pak",
29 "ui_strings_en-GB.pak",
30 "ui_strings_en-US.pak",
31 "ui_strings_es.pak",
32 "ui_strings_es-419.pak",
33 "ui_strings_et.pak",
34 "ui_strings_fa.pak",
35 "ui_strings_fake-bidi.pak",
36 "ui_strings_fi.pak",
37 "ui_strings_fil.pak",
38 "ui_strings_fr.pak",
39 "ui_strings_gu.pak",
40 "ui_strings_he.pak",
41 "ui_strings_hi.pak",
42 "ui_strings_hr.pak",
43 "ui_strings_hu.pak",
44 "ui_strings_id.pak",
45 "ui_strings_it.pak",
46 "ui_strings_ja.pak",
47 "ui_strings_kn.pak",
48 "ui_strings_ko.pak",
49 "ui_strings_lt.pak",
50 "ui_strings_lv.pak",
51 "ui_strings_ml.pak",
52 "ui_strings_mr.pak",
53 "ui_strings_ms.pak",
54 "ui_strings_nl.pak",
55 "ui_strings_nb.pak",
56 "ui_strings_pl.pak",
57 "ui_strings_pt-BR.pak",
58 "ui_strings_pt-PT.pak",
59 "ui_strings_ro.pak",
60 "ui_strings_ru.pak",
61 "ui_strings_sk.pak",
62 "ui_strings_sl.pak",
63 "ui_strings_sr.pak",
64 "ui_strings_sv.pak",
65 "ui_strings_sw.pak",
66 "ui_strings_ta.pak",
67 "ui_strings_te.pak",
68 "ui_strings_th.pak",
69 "ui_strings_tr.pak",
70 "ui_strings_uk.pak",
71 "ui_strings_vi.pak",
72 "ui_strings_zh-CN.pak",
73 "ui_strings_zh-TW.pak",
74 ]
18 } 75 }
19 76
20 grit("app_locale_settings") { 77 grit("app_locale_settings") {
21 source = "app_locale_settings.grd" 78 source = "app_locale_settings.grd"
79 outputs = [
80 "grit/app_locale_settings.h",
81 "app_locale_settings_am.pak",
82 "app_locale_settings_ar.pak",
83 "app_locale_settings_bg.pak",
84 "app_locale_settings_bn.pak",
85 "app_locale_settings_ca.pak",
86 "app_locale_settings_cs.pak",
87 "app_locale_settings_da.pak",
88 "app_locale_settings_de.pak",
89 "app_locale_settings_el.pak",
90 "app_locale_settings_en-GB.pak",
91 "app_locale_settings_en-US.pak",
92 "app_locale_settings_es.pak",
93 "app_locale_settings_es-419.pak",
94 "app_locale_settings_et.pak",
95 "app_locale_settings_fa.pak",
96 "app_locale_settings_fake-bidi.pak",
97 "app_locale_settings_fi.pak",
98 "app_locale_settings_fil.pak",
99 "app_locale_settings_fr.pak",
100 "app_locale_settings_gu.pak",
101 "app_locale_settings_he.pak",
102 "app_locale_settings_hi.pak",
103 "app_locale_settings_hr.pak",
104 "app_locale_settings_hu.pak",
105 "app_locale_settings_id.pak",
106 "app_locale_settings_it.pak",
107 "app_locale_settings_ja.pak",
108 "app_locale_settings_kn.pak",
109 "app_locale_settings_ko.pak",
110 "app_locale_settings_lt.pak",
111 "app_locale_settings_lv.pak",
112 "app_locale_settings_ml.pak",
113 "app_locale_settings_mr.pak",
114 "app_locale_settings_ms.pak",
115 "app_locale_settings_nl.pak",
116 "app_locale_settings_nb.pak",
117 "app_locale_settings_pl.pak",
118 "app_locale_settings_pt-BR.pak",
119 "app_locale_settings_pt-PT.pak",
120 "app_locale_settings_ro.pak",
121 "app_locale_settings_ru.pak",
122 "app_locale_settings_sk.pak",
123 "app_locale_settings_sl.pak",
124 "app_locale_settings_sr.pak",
125 "app_locale_settings_sv.pak",
126 "app_locale_settings_sw.pak",
127 "app_locale_settings_ta.pak",
128 "app_locale_settings_te.pak",
129 "app_locale_settings_th.pak",
130 "app_locale_settings_tr.pak",
131 "app_locale_settings_uk.pak",
132 "app_locale_settings_vi.pak",
133 "app_locale_settings_zh-CN.pak",
134 "app_locale_settings_zh-TW.pak",
135 ]
22 } 136 }
OLDNEW
« no previous file with comments | « ui/resources/BUILD.gn ('k') | webkit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698