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