| 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" /> |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" | 423 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" |
| 424 file="js/polymer_config.js" type="chrome_html" /> | 424 file="js/polymer_config.js" type="chrome_html" /> |
| 425 <structure name="IDR_WEBUI_JS_UTIL" | 425 <structure name="IDR_WEBUI_JS_UTIL" |
| 426 file="js/util.js" type="chrome_html" flattenhtml="true" /> | 426 file="js/util.js" type="chrome_html" flattenhtml="true" /> |
| 427 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" | 427 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" |
| 428 file="js/webui_resource_test.js" type="chrome_html" /> | 428 file="js/webui_resource_test.js" type="chrome_html" /> |
| 429 <if expr="chromeos"> | 429 <if expr="chromeos"> |
| 430 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" | 430 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" |
| 431 file="css/chromeos/ui_account_tweaks.css" | 431 file="css/chromeos/ui_account_tweaks.css" |
| 432 type="chrome_html" /> | 432 type="chrome_html" /> |
| 433 <structure name="IDR_WEBUI_HTML_UI_ACCOUNT_TWEAKS" |
| 434 file="html/chromeos/ui_account_tweaks.html" |
| 435 type="chrome_html" /> |
| 433 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 436 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 434 file="js/chromeos/ui_account_tweaks.js" | 437 file="js/chromeos/ui_account_tweaks.js" |
| 435 type="chrome_html" /> | 438 type="chrome_html" /> |
| 436 </if> | 439 </if> |
| 437 <part file="cr_elements_resources.grdp" /> | 440 <part file="cr_elements_resources.grdp" /> |
| 438 <part file="polymer_resources.grdp" /> | 441 <part file="polymer_resources.grdp" /> |
| 439 </structures> | 442 </structures> |
| 440 </release> | 443 </release> |
| 441 </grit> | 444 </grit> |
| OLD | NEW |