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

Side by Side Diff: components/policy/resources/policy_templates.gni

Issue 957283003: Add policy_templates target for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scope outputs by {policy_templates} as Gn variables are global. Created 5 years, 9 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 | « components/policy/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # This file contains the list of outputs from policy_templates.grd
6 # for use within GN. It should always mirror the list in policy_templates.grd.
7
8 templates_dir = "$root_gen_dir/chrome/app/policy"
pneubeck (no reviews) 2015/03/07 02:05:45 AFAIU, this variable is also exported by this file
knn 2015/03/09 10:23:02 Thanks for catching this!
9
10 policy_templates_android_outputs = [
11 "$templates_dir/android/values-am-v21/restriction_values.xml",
12 "$templates_dir/android/values-ar-v21/restriction_values.xml",
13 "$templates_dir/android/values-bg-v21/restriction_values.xml",
14 "$templates_dir/android/values-bn-v21/restriction_values.xml",
15 "$templates_dir/android/values-ca-v21/restriction_values.xml",
16 "$templates_dir/android/values-cs-v21/restriction_values.xml",
17 "$templates_dir/android/values-da-v21/restriction_values.xml",
18 "$templates_dir/android/values-de-v21/restriction_values.xml",
19 "$templates_dir/android/values-el-v21/restriction_values.xml",
20 "$templates_dir/android/values-en-rGB-v21/restriction_values.xml",
21 "$templates_dir/android/values-es-rES-v21/restriction_values.xml",
22 "$templates_dir/android/values-es-v21/restriction_values.xml",
23 "$templates_dir/android/values-et-v21/restriction_values.xml",
24 "$templates_dir/android/values-fa-v21/restriction_values.xml",
25 "$templates_dir/android/values-fi-v21/restriction_values.xml",
26 "$templates_dir/android/values-fil-v21/restriction_values.xml",
27 "$templates_dir/android/values-fr-v21/restriction_values.xml",
28 "$templates_dir/android/values-gu-v21/restriction_values.xml",
29 "$templates_dir/android/values-he-v21/restriction_values.xml",
30 "$templates_dir/android/values-hi-v21/restriction_values.xml",
31 "$templates_dir/android/values-hr-v21/restriction_values.xml",
32 "$templates_dir/android/values-hu-v21/restriction_values.xml",
33 "$templates_dir/android/values-id-v21/restriction_values.xml",
34 "$templates_dir/android/values-it-v21/restriction_values.xml",
35 "$templates_dir/android/values-ja-v21/restriction_values.xml",
36 "$templates_dir/android/values-kn-v21/restriction_values.xml",
37 "$templates_dir/android/values-ko-v21/restriction_values.xml",
38 "$templates_dir/android/values-lt-v21/restriction_values.xml",
39 "$templates_dir/android/values-lv-v21/restriction_values.xml",
40 "$templates_dir/android/values-ml-v21/restriction_values.xml",
41 "$templates_dir/android/values-mr-v21/restriction_values.xml",
42 "$templates_dir/android/values-ms-v21/restriction_values.xml",
43 "$templates_dir/android/values-nb-v21/restriction_values.xml",
44 "$templates_dir/android/values-nl-v21/restriction_values.xml",
45 "$templates_dir/android/values-pl-v21/restriction_values.xml",
46 "$templates_dir/android/values-pt-rBR-v21/restriction_values.xml",
47 "$templates_dir/android/values-pt-rPT-v21/restriction_values.xml",
48 "$templates_dir/android/values-ro-v21/restriction_values.xml",
49 "$templates_dir/android/values-ru-v21/restriction_values.xml",
50 "$templates_dir/android/values-sk-v21/restriction_values.xml",
51 "$templates_dir/android/values-sl-v21/restriction_values.xml",
52 "$templates_dir/android/values-sr-v21/restriction_values.xml",
53 "$templates_dir/android/values-sv-v21/restriction_values.xml",
54 "$templates_dir/android/values-sw-v21/restriction_values.xml",
55 "$templates_dir/android/values-ta-v21/restriction_values.xml",
56 "$templates_dir/android/values-te-v21/restriction_values.xml",
57 "$templates_dir/android/values-th-v21/restriction_values.xml",
58 "$templates_dir/android/values-tr-v21/restriction_values.xml",
59 "$templates_dir/android/values-uk-v21/restriction_values.xml",
60 "$templates_dir/android/values-v21/restriction_values.xml",
61 "$templates_dir/android/values-vi-v21/restriction_values.xml",
62 "$templates_dir/android/values-zh-rCN-v21/restriction_values.xml",
63 "$templates_dir/android/values-zh-rTW-v21/restriction_values.xml",
64 ]
65
66 policy_templates_doc_outputs = [
67 "$templates_dir/common/html/am/chrome_policy_list.html",
68 "$templates_dir/common/html/ar/chrome_policy_list.html",
69 "$templates_dir/common/html/bg/chrome_policy_list.html",
70 "$templates_dir/common/html/bn/chrome_policy_list.html",
71 "$templates_dir/common/html/ca/chrome_policy_list.html",
72 "$templates_dir/common/html/cs/chrome_policy_list.html",
73 "$templates_dir/common/html/da/chrome_policy_list.html",
74 "$templates_dir/common/html/de/chrome_policy_list.html",
75 "$templates_dir/common/html/el/chrome_policy_list.html",
76 "$templates_dir/common/html/en-GB/chrome_policy_list.html",
77 "$templates_dir/common/html/en-US/chrome_policy_list.html",
78 "$templates_dir/common/html/es-419/chrome_policy_list.html",
79 "$templates_dir/common/html/es/chrome_policy_list.html",
80 "$templates_dir/common/html/et/chrome_policy_list.html",
81 "$templates_dir/common/html/fa/chrome_policy_list.html",
82 "$templates_dir/common/html/fi/chrome_policy_list.html",
83 "$templates_dir/common/html/fil/chrome_policy_list.html",
84 "$templates_dir/common/html/fr/chrome_policy_list.html",
85 "$templates_dir/common/html/gu/chrome_policy_list.html",
86 "$templates_dir/common/html/he/chrome_policy_list.html",
87 "$templates_dir/common/html/hi/chrome_policy_list.html",
88 "$templates_dir/common/html/hr/chrome_policy_list.html",
89 "$templates_dir/common/html/hu/chrome_policy_list.html",
90 "$templates_dir/common/html/id/chrome_policy_list.html",
91 "$templates_dir/common/html/it/chrome_policy_list.html",
92 "$templates_dir/common/html/ja/chrome_policy_list.html",
93 "$templates_dir/common/html/kn/chrome_policy_list.html",
94 "$templates_dir/common/html/ko/chrome_policy_list.html",
95 "$templates_dir/common/html/lt/chrome_policy_list.html",
96 "$templates_dir/common/html/lv/chrome_policy_list.html",
97 "$templates_dir/common/html/ml/chrome_policy_list.html",
98 "$templates_dir/common/html/mr/chrome_policy_list.html",
99 "$templates_dir/common/html/ms/chrome_policy_list.html",
100 "$templates_dir/common/html/nb/chrome_policy_list.html",
101 "$templates_dir/common/html/nl/chrome_policy_list.html",
102 "$templates_dir/common/html/pl/chrome_policy_list.html",
103 "$templates_dir/common/html/pt-BR/chrome_policy_list.html",
104 "$templates_dir/common/html/pt-PT/chrome_policy_list.html",
105 "$templates_dir/common/html/ro/chrome_policy_list.html",
106 "$templates_dir/common/html/ru/chrome_policy_list.html",
107 "$templates_dir/common/html/sk/chrome_policy_list.html",
108 "$templates_dir/common/html/sl/chrome_policy_list.html",
109 "$templates_dir/common/html/sr/chrome_policy_list.html",
110 "$templates_dir/common/html/sv/chrome_policy_list.html",
111 "$templates_dir/common/html/sw/chrome_policy_list.html",
112 "$templates_dir/common/html/ta/chrome_policy_list.html",
113 "$templates_dir/common/html/te/chrome_policy_list.html",
114 "$templates_dir/common/html/th/chrome_policy_list.html",
115 "$templates_dir/common/html/tr/chrome_policy_list.html",
116 "$templates_dir/common/html/uk/chrome_policy_list.html",
117 "$templates_dir/common/html/vi/chrome_policy_list.html",
118 "$templates_dir/common/html/zh-CN/chrome_policy_list.html",
119 "$templates_dir/common/html/zh-TW/chrome_policy_list.html",
120 ]
121
122 policy_templates_linux_outputs = [ "$templates_dir/linux/examples/chrome.json" ]
123
124 policy_templates_mac_outputs = [
125 "$templates_dir/ios/chrome_policy.plist",
126 "$templates_dir/mac/app-Manifest.plist",
127 "$templates_dir/mac/strings/am.lproj/Localizable.strings",
128 "$templates_dir/mac/strings/ar.lproj/Localizable.strings",
129 "$templates_dir/mac/strings/bg.lproj/Localizable.strings",
130 "$templates_dir/mac/strings/bn.lproj/Localizable.strings",
131 "$templates_dir/mac/strings/ca.lproj/Localizable.strings",
132 "$templates_dir/mac/strings/cs.lproj/Localizable.strings",
133 "$templates_dir/mac/strings/da.lproj/Localizable.strings",
134 "$templates_dir/mac/strings/de.lproj/Localizable.strings",
135 "$templates_dir/mac/strings/el.lproj/Localizable.strings",
136 "$templates_dir/mac/strings/en.lproj/Localizable.strings",
137 "$templates_dir/mac/strings/en_GB.lproj/Localizable.strings",
138 "$templates_dir/mac/strings/es.lproj/Localizable.strings",
139 "$templates_dir/mac/strings/es_419.lproj/Localizable.strings",
140 "$templates_dir/mac/strings/et.lproj/Localizable.strings",
141 "$templates_dir/mac/strings/fa.lproj/Localizable.strings",
142 "$templates_dir/mac/strings/fi.lproj/Localizable.strings",
143 "$templates_dir/mac/strings/fil.lproj/Localizable.strings",
144 "$templates_dir/mac/strings/fr.lproj/Localizable.strings",
145 "$templates_dir/mac/strings/gu.lproj/Localizable.strings",
146 "$templates_dir/mac/strings/he.lproj/Localizable.strings",
147 "$templates_dir/mac/strings/hi.lproj/Localizable.strings",
148 "$templates_dir/mac/strings/hr.lproj/Localizable.strings",
149 "$templates_dir/mac/strings/hu.lproj/Localizable.strings",
150 "$templates_dir/mac/strings/id.lproj/Localizable.strings",
151 "$templates_dir/mac/strings/it.lproj/Localizable.strings",
152 "$templates_dir/mac/strings/ja.lproj/Localizable.strings",
153 "$templates_dir/mac/strings/kn.lproj/Localizable.strings",
154 "$templates_dir/mac/strings/ko.lproj/Localizable.strings",
155 "$templates_dir/mac/strings/lt.lproj/Localizable.strings",
156 "$templates_dir/mac/strings/lv.lproj/Localizable.strings",
157 "$templates_dir/mac/strings/ml.lproj/Localizable.strings",
158 "$templates_dir/mac/strings/mr.lproj/Localizable.strings",
159 "$templates_dir/mac/strings/ms.lproj/Localizable.strings",
160 "$templates_dir/mac/strings/nb.lproj/Localizable.strings",
161 "$templates_dir/mac/strings/nl.lproj/Localizable.strings",
162 "$templates_dir/mac/strings/pl.lproj/Localizable.strings",
163 "$templates_dir/mac/strings/pt_BR.lproj/Localizable.strings",
164 "$templates_dir/mac/strings/pt_PT.lproj/Localizable.strings",
165 "$templates_dir/mac/strings/ro.lproj/Localizable.strings",
166 "$templates_dir/mac/strings/ru.lproj/Localizable.strings",
167 "$templates_dir/mac/strings/sk.lproj/Localizable.strings",
168 "$templates_dir/mac/strings/sl.lproj/Localizable.strings",
169 "$templates_dir/mac/strings/sr.lproj/Localizable.strings",
170 "$templates_dir/mac/strings/sv.lproj/Localizable.strings",
171 "$templates_dir/mac/strings/sw.lproj/Localizable.strings",
172 "$templates_dir/mac/strings/ta.lproj/Localizable.strings",
173 "$templates_dir/mac/strings/te.lproj/Localizable.strings",
174 "$templates_dir/mac/strings/th.lproj/Localizable.strings",
175 "$templates_dir/mac/strings/tr.lproj/Localizable.strings",
176 "$templates_dir/mac/strings/uk.lproj/Localizable.strings",
177 "$templates_dir/mac/strings/vi.lproj/Localizable.strings",
178 "$templates_dir/mac/strings/zh_CN.lproj/Localizable.strings",
179 "$templates_dir/mac/strings/zh_TW.lproj/Localizable.strings",
180 ]
181
182 policy_templates_windows_outputs = [
183 "$templates_dir/windows/adm/am/chrome.adm",
184 "$templates_dir/windows/adm/ar/chrome.adm",
185 "$templates_dir/windows/adm/bg/chrome.adm",
186 "$templates_dir/windows/adm/bn/chrome.adm",
187 "$templates_dir/windows/adm/ca/chrome.adm",
188 "$templates_dir/windows/adm/cs/chrome.adm",
189 "$templates_dir/windows/adm/da/chrome.adm",
190 "$templates_dir/windows/adm/de/chrome.adm",
191 "$templates_dir/windows/adm/el/chrome.adm",
192 "$templates_dir/windows/adm/en-GB/chrome.adm",
193 "$templates_dir/windows/adm/en-US/chrome.adm",
194 "$templates_dir/windows/adm/es-419/chrome.adm",
195 "$templates_dir/windows/adm/es/chrome.adm",
196 "$templates_dir/windows/adm/et/chrome.adm",
197 "$templates_dir/windows/adm/fa/chrome.adm",
198 "$templates_dir/windows/adm/fi/chrome.adm",
199 "$templates_dir/windows/adm/fil/chrome.adm",
200 "$templates_dir/windows/adm/fr/chrome.adm",
201 "$templates_dir/windows/adm/gu/chrome.adm",
202 "$templates_dir/windows/adm/he/chrome.adm",
203 "$templates_dir/windows/adm/hi/chrome.adm",
204 "$templates_dir/windows/adm/hr/chrome.adm",
205 "$templates_dir/windows/adm/hu/chrome.adm",
206 "$templates_dir/windows/adm/id/chrome.adm",
207 "$templates_dir/windows/adm/it/chrome.adm",
208 "$templates_dir/windows/adm/ja/chrome.adm",
209 "$templates_dir/windows/adm/kn/chrome.adm",
210 "$templates_dir/windows/adm/ko/chrome.adm",
211 "$templates_dir/windows/adm/lt/chrome.adm",
212 "$templates_dir/windows/adm/lv/chrome.adm",
213 "$templates_dir/windows/adm/ml/chrome.adm",
214 "$templates_dir/windows/adm/mr/chrome.adm",
215 "$templates_dir/windows/adm/ms/chrome.adm",
216 "$templates_dir/windows/adm/nb/chrome.adm",
217 "$templates_dir/windows/adm/nl/chrome.adm",
218 "$templates_dir/windows/adm/pl/chrome.adm",
219 "$templates_dir/windows/adm/pt-BR/chrome.adm",
220 "$templates_dir/windows/adm/pt-PT/chrome.adm",
221 "$templates_dir/windows/adm/ro/chrome.adm",
222 "$templates_dir/windows/adm/ru/chrome.adm",
223 "$templates_dir/windows/adm/sk/chrome.adm",
224 "$templates_dir/windows/adm/sl/chrome.adm",
225 "$templates_dir/windows/adm/sr/chrome.adm",
226 "$templates_dir/windows/adm/sv/chrome.adm",
227 "$templates_dir/windows/adm/sw/chrome.adm",
228 "$templates_dir/windows/adm/ta/chrome.adm",
229 "$templates_dir/windows/adm/te/chrome.adm",
230 "$templates_dir/windows/adm/th/chrome.adm",
231 "$templates_dir/windows/adm/tr/chrome.adm",
232 "$templates_dir/windows/adm/uk/chrome.adm",
233 "$templates_dir/windows/adm/vi/chrome.adm",
234 "$templates_dir/windows/adm/zh-CN/chrome.adm",
235 "$templates_dir/windows/adm/zh-TW/chrome.adm",
236 "$templates_dir/windows/admx/am/chrome.adml",
237 "$templates_dir/windows/admx/ar/chrome.adml",
238 "$templates_dir/windows/admx/bg/chrome.adml",
239 "$templates_dir/windows/admx/bn/chrome.adml",
240 "$templates_dir/windows/admx/ca/chrome.adml",
241 "$templates_dir/windows/admx/chrome.admx",
242 "$templates_dir/windows/admx/cs/chrome.adml",
243 "$templates_dir/windows/admx/da/chrome.adml",
244 "$templates_dir/windows/admx/de/chrome.adml",
245 "$templates_dir/windows/admx/el/chrome.adml",
246 "$templates_dir/windows/admx/en-GB/chrome.adml",
247 "$templates_dir/windows/admx/en-US/chrome.adml",
248 "$templates_dir/windows/admx/es-419/chrome.adml",
249 "$templates_dir/windows/admx/es/chrome.adml",
250 "$templates_dir/windows/admx/et/chrome.adml",
251 "$templates_dir/windows/admx/fa/chrome.adml",
252 "$templates_dir/windows/admx/fi/chrome.adml",
253 "$templates_dir/windows/admx/fil/chrome.adml",
254 "$templates_dir/windows/admx/fr/chrome.adml",
255 "$templates_dir/windows/admx/gu/chrome.adml",
256 "$templates_dir/windows/admx/he/chrome.adml",
257 "$templates_dir/windows/admx/hi/chrome.adml",
258 "$templates_dir/windows/admx/hr/chrome.adml",
259 "$templates_dir/windows/admx/hu/chrome.adml",
260 "$templates_dir/windows/admx/id/chrome.adml",
261 "$templates_dir/windows/admx/it/chrome.adml",
262 "$templates_dir/windows/admx/ja/chrome.adml",
263 "$templates_dir/windows/admx/kn/chrome.adml",
264 "$templates_dir/windows/admx/ko/chrome.adml",
265 "$templates_dir/windows/admx/lt/chrome.adml",
266 "$templates_dir/windows/admx/lv/chrome.adml",
267 "$templates_dir/windows/admx/ml/chrome.adml",
268 "$templates_dir/windows/admx/mr/chrome.adml",
269 "$templates_dir/windows/admx/ms/chrome.adml",
270 "$templates_dir/windows/admx/nb/chrome.adml",
271 "$templates_dir/windows/admx/nl/chrome.adml",
272 "$templates_dir/windows/admx/pl/chrome.adml",
273 "$templates_dir/windows/admx/pt-BR/chrome.adml",
274 "$templates_dir/windows/admx/pt-PT/chrome.adml",
275 "$templates_dir/windows/admx/ro/chrome.adml",
276 "$templates_dir/windows/admx/ru/chrome.adml",
277 "$templates_dir/windows/admx/sk/chrome.adml",
278 "$templates_dir/windows/admx/sl/chrome.adml",
279 "$templates_dir/windows/admx/sr/chrome.adml",
280 "$templates_dir/windows/admx/sv/chrome.adml",
281 "$templates_dir/windows/admx/sw/chrome.adml",
282 "$templates_dir/windows/admx/ta/chrome.adml",
283 "$templates_dir/windows/admx/te/chrome.adml",
284 "$templates_dir/windows/admx/th/chrome.adml",
285 "$templates_dir/windows/admx/tr/chrome.adml",
286 "$templates_dir/windows/admx/uk/chrome.adml",
287 "$templates_dir/windows/admx/vi/chrome.adml",
288 "$templates_dir/windows/admx/zh-CN/chrome.adml",
289 "$templates_dir/windows/admx/zh-TW/chrome.adml",
290 "$templates_dir/windows/examples/chrome.reg",
291 ]
OLDNEW
« no previous file with comments | « components/policy/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698