Chromium Code Reviews| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 321 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" | 321 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" |
| 322 file="html/cr/ui/overlay.html" type="chrome_html" /> | 322 file="html/cr/ui/overlay.html" type="chrome_html" /> |
| 323 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE" | 323 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE" |
| 324 file="html/cr/ui/page_manager/page.html" type="chrome_html" | 324 file="html/cr/ui/page_manager/page.html" type="chrome_html" |
| 325 flattenhtml="true" /> | 325 flattenhtml="true" /> |
| 326 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE_MANAGER" | 326 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE_MANAGER" |
| 327 file="html/cr/ui/page_manager/page_manager.html" | 327 file="html/cr/ui/page_manager/page_manager.html" |
| 328 type="chrome_html" /> | 328 type="chrome_html" /> |
| 329 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" | 329 <structure name="IDR_WEBUI_HTML_CR_UI_POSITION_UTIL" |
| 330 file="html/cr/ui/position_util.html" type="chrome_html" /> | 330 file="html/cr/ui/position_util.html" type="chrome_html" /> |
| 331 <structure name="IDR_WEBUI_HTML_CR_UI_SPLITTER" | |
| 332 file="html/cr/ui/splitter.html" type="chrome_html" /> | |
|
tsergeant
2017/03/13 02:46:33
Looks like you forgot to add this file to git.
calamity
2017/03/13 07:04:50
Oops. One of those things you assume was always th
| |
| 331 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" | 333 <structure name="IDR_WEBUI_HTML_EVENT_TRACKER" |
| 332 file="html/event_tracker.html" type="chrome_html" /> | 334 file="html/event_tracker.html" type="chrome_html" /> |
| 333 <structure name="IDR_WEBUI_HTML_ICON" | 335 <structure name="IDR_WEBUI_HTML_ICON" |
| 334 file="html/icon.html" type="chrome_html" /> | 336 file="html/icon.html" type="chrome_html" /> |
| 335 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" | 337 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE" |
| 336 file="html/i18n_template.html" type="chrome_html" /> | 338 file="html/i18n_template.html" type="chrome_html" /> |
| 337 <structure name="IDR_WEBUI_HTML_MD_SELECT_CSS_HTML" | 339 <structure name="IDR_WEBUI_HTML_MD_SELECT_CSS_HTML" |
| 338 file="html/md_select_css.html" type="chrome_html" | 340 file="html/md_select_css.html" type="chrome_html" |
| 339 flattenhtml="true" /> | 341 flattenhtml="true" /> |
| 340 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" | 342 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA" |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 496 file="js/chromeos/ui_account_tweaks.js" | 498 file="js/chromeos/ui_account_tweaks.js" |
| 497 type="chrome_html" /> | 499 type="chrome_html" /> |
| 498 </if> | 500 </if> |
| 499 <if expr="not is_android"> | 501 <if expr="not is_android"> |
| 500 <part file="cr_elements_resources.grdp" /> | 502 <part file="cr_elements_resources.grdp" /> |
| 501 <part file="polymer_resources.grdp" /> | 503 <part file="polymer_resources.grdp" /> |
| 502 </if> | 504 </if> |
| 503 </structures> | 505 </structures> |
| 504 </release> | 506 </release> |
| 505 </grit> | 507 </grit> |
| OLD | NEW |