OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This comment is only here because changes to resources are not picked up | 2 <!-- This comment is only here because changes to resources are not picked up |
3 without changes to the corresponding grd file. --> | 3 without changes to the corresponding grd file. --> |
4 <grit latest_public_release="0" current_release="1"> | 4 <grit latest_public_release="0" current_release="1"> |
5 <outputs> | 5 <outputs> |
6 <output filename="grit/webui_resources.h" type="rc_header"> | 6 <output filename="grit/webui_resources.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="grit/webui_resources_map.cc" | 9 <output filename="grit/webui_resources_map.cc" |
10 type="resource_file_map_source" /> | 10 type="resource_file_map_source" /> |
11 <output filename="grit/webui_resources_map.h" type="resource_map_header" /> | 11 <output filename="grit/webui_resources_map.h" type="resource_map_header" /> |
12 <output filename="webui_resources.pak" type="data_package" /> | 12 <output filename="webui_resources.pak" type="data_package" /> |
13 </outputs> | 13 </outputs> |
14 <release seq="1"> | 14 <release seq="1"> |
15 <includes> | 15 <includes> |
16 <include name="IDR_WEBUI_I18N_TEMPLATE_JS" file="js/i18n_template.js" flat
tenhtml="true" type="BINDATA" /> | 16 <include name="IDR_WEBUI_I18N_TEMPLATE_JS" file="js/i18n_template.js" flat
tenhtml="true" type="BINDATA" /> |
17 <include name="IDR_WEBUI_I18N_TEMPLATE_POLYMER_JS" file="js/i18n_template_
polymer.js" flattenhtml="true" type="BINDATA" /> | |
18 <include name="IDR_WEBUI_JSTEMPLATE_JS" file="js/jstemplate_compiled.js" f
lattenhtml="true" type="BINDATA" /> | 17 <include name="IDR_WEBUI_JSTEMPLATE_JS" file="js/jstemplate_compiled.js" f
lattenhtml="true" type="BINDATA" /> |
19 <include name="IDR_WEBUI_ANALYTICS_JS" file="js/analytics.js" flattenhtml=
"true" type="BINDATA" /> | 18 <include name="IDR_WEBUI_ANALYTICS_JS" file="js/analytics.js" flattenhtml=
"true" type="BINDATA" /> |
20 <!-- Roboto Font --> | 19 <!-- Roboto Font --> |
21 <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_LATIN_WOFF2" file="roboto/r
oboto-regular-latin.woff2" type="BINDATA" /> | 20 <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_LATIN_WOFF2" file="roboto/r
oboto-regular-latin.woff2" type="BINDATA" /> |
22 <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_LATIN_WOFF2" file="roboto/ro
boto-medium-latin.woff2" type="BINDATA" /> | 21 <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_LATIN_WOFF2" file="roboto/ro
boto-medium-latin.woff2" type="BINDATA" /> |
23 | 22 |
24 <!-- Component apps common image resources - 1x --> | 23 <!-- Component apps common image resources - 1x --> |
25 <!-- White button --> | 24 <!-- White button --> |
26 <include name="IDR_WEBUI_IMAGES_APPS_BUTTON" | 25 <include name="IDR_WEBUI_IMAGES_APPS_BUTTON" |
27 file="../../views/resources/default_100_percent/common/button.png
" type="BINDATA" /> | 26 file="../../views/resources/default_100_percent/common/button.png
" type="BINDATA" /> |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 type="chrome_html" /> | 393 type="chrome_html" /> |
395 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 394 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
396 file="js/chromeos/ui_account_tweaks.js" | 395 file="js/chromeos/ui_account_tweaks.js" |
397 type="chrome_html" /> | 396 type="chrome_html" /> |
398 </if> | 397 </if> |
399 <part file="cr_elements_resources.grdp" /> | 398 <part file="cr_elements_resources.grdp" /> |
400 <part file="polymer_resources.grdp" /> | 399 <part file="polymer_resources.grdp" /> |
401 </structures> | 400 </structures> |
402 </release> | 401 </release> |
403 </grit> | 402 </grit> |
OLD | NEW |