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

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

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that are used in policy 3 <!-- This file contains definitions of resources that are used in policy
4 templates and will be translated for each locale. --> 4 templates and will be translated for each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="app/policy/common/html/am/chrome_policy_list.html" type="d oc" lang="am" /> 9 <output filename="app/policy/common/html/am/chrome_policy_list.html" type="d oc" lang="am" />
10 <output filename="app/policy/common/html/ar/chrome_policy_list.html" type="d oc" lang="ar" /> 10 <output filename="app/policy/common/html/ar/chrome_policy_list.html" type="d oc" lang="ar" />
11 <output filename="app/policy/common/html/bg/chrome_policy_list.html" type="d oc" lang="bg" /> 11 <output filename="app/policy/common/html/bg/chrome_policy_list.html" type="d oc" lang="bg" />
12 <output filename="app/policy/common/html/bn/chrome_policy_list.html" type="d oc" lang="bn" /> 12 <output filename="app/policy/common/html/bn/chrome_policy_list.html" type="d oc" lang="bn" />
13 <output filename="app/policy/common/html/ca/chrome_policy_list.html" type="d oc" lang="ca" /> 13 <output filename="app/policy/common/html/ca/chrome_policy_list.html" type="d oc" lang="ca" />
14 <output filename="app/policy/common/html/cs/chrome_policy_list.html" type="d oc" lang="cs" /> 14 <output filename="app/policy/common/html/cs/chrome_policy_list.html" type="d oc" lang="cs" />
15 <output filename="app/policy/common/html/da/chrome_policy_list.html" type="d oc" lang="da" /> 15 <output filename="app/policy/common/html/da/chrome_policy_list.html" type="d oc" lang="da" />
16 <output filename="app/policy/common/html/de/chrome_policy_list.html" type="d oc" lang="de" /> 16 <output filename="app/policy/common/html/de/chrome_policy_list.html" type="d oc" lang="de" />
17 <output filename="app/policy/common/html/el/chrome_policy_list.html" type="d oc" lang="el" /> 17 <output filename="app/policy/common/html/el/chrome_policy_list.html" type="d oc" lang="el" />
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 <file path="policy_templates_zh-TW.xtb" lang="zh-TW" /> 300 <file path="policy_templates_zh-TW.xtb" lang="zh-TW" />
301 </translations> 301 </translations>
302 <release seq="1" allow_pseudo="false"> 302 <release seq="1" allow_pseudo="false">
303 <structures fallback_to_english="true"> 303 <structures fallback_to_english="true">
304 <!-- List of policies and placeholder texts. This item should precede any 304 <!-- List of policies and placeholder texts. This item should precede any
305 message definitions. --> 305 message definitions. -->
306 <structure name="IDD_POLICY_SOURCE_FILE" file="policy_templates.json" type ="policy_template_metafile" /> 306 <structure name="IDD_POLICY_SOURCE_FILE" file="policy_templates.json" type ="policy_template_metafile" />
307 </structures> 307 </structures>
308 </release> 308 </release>
309 </grit> 309 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698