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" output_all_resource_defines= "false"> | 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> |
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" /> |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
307 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" | 307 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" |
308 file="html/cr/ui/overlay.html" type="chrome_html" /> | 308 file="html/cr/ui/overlay.html" type="chrome_html" /> |
309 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" | 309 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" |
310 file="html/cr/ui/position_util.html" type="chrome_html" /> | 310 file="html/cr/ui/position_util.html" type="chrome_html" /> |
311 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" | 311 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" |
312 file="html/event_tracker.html" type="chrome_html" /> | 312 file="html/event_tracker.html" type="chrome_html" /> |
313 <structure name="IDR_WEBUI_HTML_ICON" | 313 <structure name="IDR_WEBUI_HTML_ICON" |
314 file="html/icon.html" type="chrome_html" /> | 314 file="html/icon.html" type="chrome_html" /> |
315 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" | 315 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" |
316 file="html/i18n_template.html" type="chrome_html" /> | 316 file="html/i18n_template.html" type="chrome_html" /> |
317 <structure name="IDR_WEBUI_HTML_MD_SELECT_CSS_HTML" | |
318 file="html/md_select_css.html" | |
319 type="chrome_html" flattenhtml="true" /> | |
michaelpg
2016/11/17 01:58:15
do we really need flattenhtml?
Alexander Alekseev
2016/11/17 02:25:08
Removed.
| |
317 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" | 320 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" |
318 file="html/load_time_data.html" type="chrome_html" /> | 321 file="html/load_time_data.html" type="chrome_html" /> |
319 <structure name="IDR_WEBUI_HTML_PARSE_HTML_SUBSET" | 322 <structure name="IDR_WEBUI_HTML_PARSE_HTML_SUBSET" |
320 file="html/parse_html_subset.html" type="chrome_html" /> | 323 file="html/parse_html_subset.html" type="chrome_html" /> |
321 <structure name="IDR_WEBUI_HTML_POLYMER" | 324 <structure name="IDR_WEBUI_HTML_POLYMER" |
322 file="html/polymer.html" type="chrome_html" /> | 325 file="html/polymer.html" type="chrome_html" /> |
323 <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR" | 326 <structure name="IDR_WEBUI_HTML_I18N_BEHAVIOR" |
324 file="html/i18n_behavior.html" type="chrome_html" /> | 327 file="html/i18n_behavior.html" type="chrome_html" /> |
325 <structure name="IDR_WEBUI_HTML_UTIL" | 328 <structure name="IDR_WEBUI_HTML_UTIL" |
326 file="html/util.html" type="chrome_html" /> | 329 file="html/util.html" type="chrome_html" /> |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
470 file="js/chromeos/ui_account_tweaks.js" | 473 file="js/chromeos/ui_account_tweaks.js" |
471 type="chrome_html" /> | 474 type="chrome_html" /> |
472 </if> | 475 </if> |
473 <if expr="not is_android"> | 476 <if expr="not is_android"> |
474 <part file="cr_elements_resources.grdp" /> | 477 <part file="cr_elements_resources.grdp" /> |
475 <part file="polymer_resources.grdp" /> | 478 <part file="polymer_resources.grdp" /> |
476 </if> | 479 </if> |
477 </structures> | 480 </structures> |
478 </release> | 481 </release> |
479 </grit> | 482 </grit> |
OLD | NEW |