| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 <include name="IDR_WEBUI_IMAGES_ERROR" | 182 <include name="IDR_WEBUI_IMAGES_ERROR" |
| 183 file="images/error.svg" type="BINDATA" /> | 183 file="images/error.svg" type="BINDATA" /> |
| 184 <include name="IDR_WEBUI_IMAGES_SELECT" | 184 <include name="IDR_WEBUI_IMAGES_SELECT" |
| 185 file="images/select.png" type="BINDATA" /> | 185 file="images/select.png" type="BINDATA" /> |
| 186 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" | 186 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" |
| 187 file="images/throbber_medium.svg" type="BINDATA" /> | 187 file="images/throbber_medium.svg" type="BINDATA" /> |
| 188 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" | 188 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" |
| 189 file="images/throbber_small.svg" type="BINDATA" /> | 189 file="images/throbber_small.svg" type="BINDATA" /> |
| 190 <include name="IDR_WEBUI_IMAGES_TRASH" | 190 <include name="IDR_WEBUI_IMAGES_TRASH" |
| 191 file="images/trash.png" type="BINDATA" /> | 191 file="images/trash.png" type="BINDATA" /> |
| 192 <include name="IDR_WEBUI_IMAGES_WARNING" |
| 193 file="images/warning.svg" type="BINDATA" /> |
| 192 | 194 |
| 193 <part file="cr_elements_images.grdp" /> | 195 <part file="cr_elements_images.grdp" /> |
| 194 </includes> | 196 </includes> |
| 195 <structures> | 197 <structures> |
| 196 <structure name="IDR_WEBUI_CSS_ACTION_LINK" | 198 <structure name="IDR_WEBUI_CSS_ACTION_LINK" |
| 197 file="css/action_link.css" type="chrome_html" /> | 199 file="css/action_link.css" type="chrome_html" /> |
| 198 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 200 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
| 199 file="css/alert_overlay.css" type="chrome_html" /> | 201 file="css/alert_overlay.css" type="chrome_html" /> |
| 200 <structure name="IDR_WEBUI_CSS_APPS_COMMON" | 202 <structure name="IDR_WEBUI_CSS_APPS_COMMON" |
| 201 file="css/apps/common.css" type="chrome_html" /> | 203 file="css/apps/common.css" type="chrome_html" /> |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 type="chrome_html" /> | 437 type="chrome_html" /> |
| 436 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 438 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 437 file="js/chromeos/ui_account_tweaks.js" | 439 file="js/chromeos/ui_account_tweaks.js" |
| 438 type="chrome_html" /> | 440 type="chrome_html" /> |
| 439 </if> | 441 </if> |
| 440 <part file="cr_elements_resources.grdp" /> | 442 <part file="cr_elements_resources.grdp" /> |
| 441 <part file="polymer_resources.grdp" /> | 443 <part file="polymer_resources.grdp" /> |
| 442 </structures> | 444 </structures> |
| 443 </release> | 445 </release> |
| 444 </grit> | 446 </grit> |
| OLD | NEW |