| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 <include name="IDR_WEBUI_IMAGES_ERROR" | 186 <include name="IDR_WEBUI_IMAGES_ERROR" |
| 187 file="images/error.svg" type="BINDATA" /> | 187 file="images/error.svg" type="BINDATA" /> |
| 188 <include name="IDR_WEBUI_IMAGES_SELECT" | 188 <include name="IDR_WEBUI_IMAGES_SELECT" |
| 189 file="images/select.png" type="BINDATA" /> | 189 file="images/select.png" type="BINDATA" /> |
| 190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" | 190 <include name="IDR_WEBUI_IMAGES_THROBBER_MEDIUM" |
| 191 file="images/throbber_medium.svg" type="BINDATA" /> | 191 file="images/throbber_medium.svg" type="BINDATA" /> |
| 192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" | 192 <include name="IDR_WEBUI_IMAGES_THROBBER_SMALL" |
| 193 file="images/throbber_small.svg" type="BINDATA" /> | 193 file="images/throbber_small.svg" type="BINDATA" /> |
| 194 <include name="IDR_WEBUI_IMAGES_TRASH" | 194 <include name="IDR_WEBUI_IMAGES_TRASH" |
| 195 file="images/trash.png" type="BINDATA" /> | 195 file="images/trash.png" type="BINDATA" /> |
| 196 <include name="IDR_WEBUI_IMAGES_CHECK_CIRCLE" | |
| 197 file="images/check_circle.svg" type="BINDATA" /> | |
| 198 | 196 |
| 199 <part file="cr_elements_images.grdp" /> | 197 <part file="cr_elements_images.grdp" /> |
| 200 </includes> | 198 </includes> |
| 201 <structures> | 199 <structures> |
| 202 <structure name="IDR_WEBUI_CSS_ACTION_LINK" | 200 <structure name="IDR_WEBUI_CSS_ACTION_LINK" |
| 203 file="css/action_link.css" type="chrome_html" /> | 201 file="css/action_link.css" type="chrome_html" /> |
| 204 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 202 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
| 205 file="css/alert_overlay.css" type="chrome_html" /> | 203 file="css/alert_overlay.css" type="chrome_html" /> |
| 206 <structure name="IDR_WEBUI_CSS_APPS_COMMON" | 204 <structure name="IDR_WEBUI_CSS_APPS_COMMON" |
| 207 file="css/apps/common.css" type="chrome_html" /> | 205 file="css/apps/common.css" type="chrome_html" /> |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 type="chrome_html" /> | 445 type="chrome_html" /> |
| 448 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 446 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 449 file="js/chromeos/ui_account_tweaks.js" | 447 file="js/chromeos/ui_account_tweaks.js" |
| 450 type="chrome_html" /> | 448 type="chrome_html" /> |
| 451 </if> | 449 </if> |
| 452 <part file="cr_elements_resources.grdp" /> | 450 <part file="cr_elements_resources.grdp" /> |
| 453 <part file="polymer_resources.grdp" /> | 451 <part file="polymer_resources.grdp" /> |
| 454 </structures> | 452 </structures> |
| 455 </release> | 453 </release> |
| 456 </grit> | 454 </grit> |
| OLD | NEW |