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

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

Issue 2511133002: Fix for 'Remove iOS plist generation and ios_plist writer' (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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 # This file contains the list of outputs from policy_templates.grd 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. 6 # for use within GN. It should always mirror the list in policy_templates.grd.
7 7
8 policy_templates_base_dir = "$root_gen_dir/chrome/app/policy" 8 policy_templates_base_dir = "$root_gen_dir/chrome/app/policy"
9 9
10 policy_templates_android_outputs = 10 policy_templates_android_outputs =
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "$policy_templates_base_dir/common/html/uk/chrome_policy_list.html", 63 "$policy_templates_base_dir/common/html/uk/chrome_policy_list.html",
64 "$policy_templates_base_dir/common/html/vi/chrome_policy_list.html", 64 "$policy_templates_base_dir/common/html/vi/chrome_policy_list.html",
65 "$policy_templates_base_dir/common/html/zh-CN/chrome_policy_list.html", 65 "$policy_templates_base_dir/common/html/zh-CN/chrome_policy_list.html",
66 "$policy_templates_base_dir/common/html/zh-TW/chrome_policy_list.html", 66 "$policy_templates_base_dir/common/html/zh-TW/chrome_policy_list.html",
67 ] 67 ]
68 68
69 policy_templates_linux_outputs = 69 policy_templates_linux_outputs =
70 [ "$policy_templates_base_dir/linux/examples/chrome.json" ] 70 [ "$policy_templates_base_dir/linux/examples/chrome.json" ]
71 71
72 policy_templates_mac_outputs = [ 72 policy_templates_mac_outputs = [
73 "$policy_templates_base_dir/ios/chrome_policy.plist",
74 "$policy_templates_base_dir/mac/app-Manifest.plist", 73 "$policy_templates_base_dir/mac/app-Manifest.plist",
75 74
76 "$policy_templates_base_dir/mac/strings/am.lproj/Localizable.strings", 75 "$policy_templates_base_dir/mac/strings/am.lproj/Localizable.strings",
77 "$policy_templates_base_dir/mac/strings/ar.lproj/Localizable.strings", 76 "$policy_templates_base_dir/mac/strings/ar.lproj/Localizable.strings",
78 "$policy_templates_base_dir/mac/strings/bg.lproj/Localizable.strings", 77 "$policy_templates_base_dir/mac/strings/bg.lproj/Localizable.strings",
79 "$policy_templates_base_dir/mac/strings/bn.lproj/Localizable.strings", 78 "$policy_templates_base_dir/mac/strings/bn.lproj/Localizable.strings",
80 "$policy_templates_base_dir/mac/strings/ca.lproj/Localizable.strings", 79 "$policy_templates_base_dir/mac/strings/ca.lproj/Localizable.strings",
81 "$policy_templates_base_dir/mac/strings/cs.lproj/Localizable.strings", 80 "$policy_templates_base_dir/mac/strings/cs.lproj/Localizable.strings",
82 "$policy_templates_base_dir/mac/strings/da.lproj/Localizable.strings", 81 "$policy_templates_base_dir/mac/strings/da.lproj/Localizable.strings",
83 "$policy_templates_base_dir/mac/strings/de.lproj/Localizable.strings", 82 "$policy_templates_base_dir/mac/strings/de.lproj/Localizable.strings",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "$policy_templates_base_dir/windows/admx/sw/chrome.adml", 232 "$policy_templates_base_dir/windows/admx/sw/chrome.adml",
234 "$policy_templates_base_dir/windows/admx/ta/chrome.adml", 233 "$policy_templates_base_dir/windows/admx/ta/chrome.adml",
235 "$policy_templates_base_dir/windows/admx/te/chrome.adml", 234 "$policy_templates_base_dir/windows/admx/te/chrome.adml",
236 "$policy_templates_base_dir/windows/admx/th/chrome.adml", 235 "$policy_templates_base_dir/windows/admx/th/chrome.adml",
237 "$policy_templates_base_dir/windows/admx/tr/chrome.adml", 236 "$policy_templates_base_dir/windows/admx/tr/chrome.adml",
238 "$policy_templates_base_dir/windows/admx/uk/chrome.adml", 237 "$policy_templates_base_dir/windows/admx/uk/chrome.adml",
239 "$policy_templates_base_dir/windows/admx/vi/chrome.adml", 238 "$policy_templates_base_dir/windows/admx/vi/chrome.adml",
240 "$policy_templates_base_dir/windows/admx/zh-CN/chrome.adml", 239 "$policy_templates_base_dir/windows/admx/zh-CN/chrome.adml",
241 "$policy_templates_base_dir/windows/admx/zh-TW/chrome.adml", 240 "$policy_templates_base_dir/windows/admx/zh-TW/chrome.adml",
242 ] 241 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698