| OLD | NEW |
| 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 = |
| 11 "$policy_templates_base_dir/android/values-am-v21/restriction_values.xml", | 11 [ "$policy_templates_base_dir/android/values-v21/restriction_values.xml" ] |
| 12 "$policy_templates_base_dir/android/values-ar-v21/restriction_values.xml", | |
| 13 "$policy_templates_base_dir/android/values-bg-v21/restriction_values.xml", | |
| 14 "$policy_templates_base_dir/android/values-bn-v21/restriction_values.xml", | |
| 15 "$policy_templates_base_dir/android/values-ca-v21/restriction_values.xml", | |
| 16 "$policy_templates_base_dir/android/values-cs-v21/restriction_values.xml", | |
| 17 "$policy_templates_base_dir/android/values-da-v21/restriction_values.xml", | |
| 18 "$policy_templates_base_dir/android/values-de-v21/restriction_values.xml", | |
| 19 "$policy_templates_base_dir/android/values-el-v21/restriction_values.xml", | |
| 20 "$policy_templates_base_dir/android/values-en-rGB-v21/restriction_values.xml", | |
| 21 "$policy_templates_base_dir/android/values-es-rES-v21/restriction_values.xml", | |
| 22 "$policy_templates_base_dir/android/values-es-v21/restriction_values.xml", | |
| 23 "$policy_templates_base_dir/android/values-et-v21/restriction_values.xml", | |
| 24 "$policy_templates_base_dir/android/values-fa-v21/restriction_values.xml", | |
| 25 "$policy_templates_base_dir/android/values-fi-v21/restriction_values.xml", | |
| 26 "$policy_templates_base_dir/android/values-fil-v21/restriction_values.xml", | |
| 27 "$policy_templates_base_dir/android/values-fr-v21/restriction_values.xml", | |
| 28 "$policy_templates_base_dir/android/values-gu-v21/restriction_values.xml", | |
| 29 "$policy_templates_base_dir/android/values-he-v21/restriction_values.xml", | |
| 30 "$policy_templates_base_dir/android/values-hi-v21/restriction_values.xml", | |
| 31 "$policy_templates_base_dir/android/values-hr-v21/restriction_values.xml", | |
| 32 "$policy_templates_base_dir/android/values-hu-v21/restriction_values.xml", | |
| 33 "$policy_templates_base_dir/android/values-id-v21/restriction_values.xml", | |
| 34 "$policy_templates_base_dir/android/values-it-v21/restriction_values.xml", | |
| 35 "$policy_templates_base_dir/android/values-ja-v21/restriction_values.xml", | |
| 36 "$policy_templates_base_dir/android/values-kn-v21/restriction_values.xml", | |
| 37 "$policy_templates_base_dir/android/values-ko-v21/restriction_values.xml", | |
| 38 "$policy_templates_base_dir/android/values-lt-v21/restriction_values.xml", | |
| 39 "$policy_templates_base_dir/android/values-lv-v21/restriction_values.xml", | |
| 40 "$policy_templates_base_dir/android/values-ml-v21/restriction_values.xml", | |
| 41 "$policy_templates_base_dir/android/values-mr-v21/restriction_values.xml", | |
| 42 "$policy_templates_base_dir/android/values-ms-v21/restriction_values.xml", | |
| 43 "$policy_templates_base_dir/android/values-nb-v21/restriction_values.xml", | |
| 44 "$policy_templates_base_dir/android/values-nl-v21/restriction_values.xml", | |
| 45 "$policy_templates_base_dir/android/values-pl-v21/restriction_values.xml", | |
| 46 "$policy_templates_base_dir/android/values-pt-rBR-v21/restriction_values.xml", | |
| 47 "$policy_templates_base_dir/android/values-pt-rPT-v21/restriction_values.xml", | |
| 48 "$policy_templates_base_dir/android/values-ro-v21/restriction_values.xml", | |
| 49 "$policy_templates_base_dir/android/values-ru-v21/restriction_values.xml", | |
| 50 "$policy_templates_base_dir/android/values-sk-v21/restriction_values.xml", | |
| 51 "$policy_templates_base_dir/android/values-sl-v21/restriction_values.xml", | |
| 52 "$policy_templates_base_dir/android/values-sr-v21/restriction_values.xml", | |
| 53 "$policy_templates_base_dir/android/values-sv-v21/restriction_values.xml", | |
| 54 "$policy_templates_base_dir/android/values-sw-v21/restriction_values.xml", | |
| 55 "$policy_templates_base_dir/android/values-ta-v21/restriction_values.xml", | |
| 56 "$policy_templates_base_dir/android/values-te-v21/restriction_values.xml", | |
| 57 "$policy_templates_base_dir/android/values-th-v21/restriction_values.xml", | |
| 58 "$policy_templates_base_dir/android/values-tr-v21/restriction_values.xml", | |
| 59 "$policy_templates_base_dir/android/values-uk-v21/restriction_values.xml", | |
| 60 "$policy_templates_base_dir/android/values-v21/restriction_values.xml", | |
| 61 "$policy_templates_base_dir/android/values-vi-v21/restriction_values.xml", | |
| 62 "$policy_templates_base_dir/android/values-zh-rCN-v21/restriction_values.xml", | |
| 63 "$policy_templates_base_dir/android/values-zh-rTW-v21/restriction_values.xml", | |
| 64 ] | |
| 65 | 12 |
| 66 policy_templates_doc_outputs = [ | 13 policy_templates_doc_outputs = [ |
| 67 "$policy_templates_base_dir/common/html/am/chrome_policy_list.html", | 14 "$policy_templates_base_dir/common/html/am/chrome_policy_list.html", |
| 68 "$policy_templates_base_dir/common/html/ar/chrome_policy_list.html", | 15 "$policy_templates_base_dir/common/html/ar/chrome_policy_list.html", |
| 69 "$policy_templates_base_dir/common/html/bg/chrome_policy_list.html", | 16 "$policy_templates_base_dir/common/html/bg/chrome_policy_list.html", |
| 70 "$policy_templates_base_dir/common/html/bn/chrome_policy_list.html", | 17 "$policy_templates_base_dir/common/html/bn/chrome_policy_list.html", |
| 71 "$policy_templates_base_dir/common/html/ca/chrome_policy_list.html", | 18 "$policy_templates_base_dir/common/html/ca/chrome_policy_list.html", |
| 72 "$policy_templates_base_dir/common/html/cs/chrome_policy_list.html", | 19 "$policy_templates_base_dir/common/html/cs/chrome_policy_list.html", |
| 73 "$policy_templates_base_dir/common/html/da/chrome_policy_list.html", | 20 "$policy_templates_base_dir/common/html/da/chrome_policy_list.html", |
| 74 "$policy_templates_base_dir/common/html/de/chrome_policy_list.html", | 21 "$policy_templates_base_dir/common/html/de/chrome_policy_list.html", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "$policy_templates_base_dir/windows/admx/ta/chrome.adml", | 230 "$policy_templates_base_dir/windows/admx/ta/chrome.adml", |
| 284 "$policy_templates_base_dir/windows/admx/te/chrome.adml", | 231 "$policy_templates_base_dir/windows/admx/te/chrome.adml", |
| 285 "$policy_templates_base_dir/windows/admx/th/chrome.adml", | 232 "$policy_templates_base_dir/windows/admx/th/chrome.adml", |
| 286 "$policy_templates_base_dir/windows/admx/tr/chrome.adml", | 233 "$policy_templates_base_dir/windows/admx/tr/chrome.adml", |
| 287 "$policy_templates_base_dir/windows/admx/uk/chrome.adml", | 234 "$policy_templates_base_dir/windows/admx/uk/chrome.adml", |
| 288 "$policy_templates_base_dir/windows/admx/vi/chrome.adml", | 235 "$policy_templates_base_dir/windows/admx/vi/chrome.adml", |
| 289 "$policy_templates_base_dir/windows/admx/zh-CN/chrome.adml", | 236 "$policy_templates_base_dir/windows/admx/zh-CN/chrome.adml", |
| 290 "$policy_templates_base_dir/windows/admx/zh-TW/chrome.adml", | 237 "$policy_templates_base_dir/windows/admx/zh-TW/chrome.adml", |
| 291 "$policy_templates_base_dir/windows/examples/chrome.reg", | 238 "$policy_templates_base_dir/windows/examples/chrome.reg", |
| 292 ] | 239 ] |
| OLD | NEW |