| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 <include name="IDR_WEBUI_IMAGES_SELECT" | 195 <include name="IDR_WEBUI_IMAGES_SELECT" |
| 196 file="images/select.png" type="BINDATA" /> | 196 file="images/select.png" type="BINDATA" /> |
| 197 <include name="IDR_WEBUI_IMAGES_SPINNER" | 197 <include name="IDR_WEBUI_IMAGES_SPINNER" |
| 198 file="images/spinner.svg" type="BINDATA" /> | 198 file="images/spinner.svg" type="BINDATA" /> |
| 199 <include name="IDR_WEBUI_IMAGES_THROBBER" | 199 <include name="IDR_WEBUI_IMAGES_THROBBER" |
| 200 file="images/throbber.svg" type="BINDATA" /> | 200 file="images/throbber.svg" type="BINDATA" /> |
| 201 <include name="IDR_WEBUI_IMAGES_TRASH" | 201 <include name="IDR_WEBUI_IMAGES_TRASH" |
| 202 file="images/trash.png" type="BINDATA" /> | 202 file="images/trash.png" type="BINDATA" /> |
| 203 <include name="IDR_WEBUI_IMAGES_CLOUDS" | 203 <include name="IDR_WEBUI_IMAGES_CLOUDS" |
| 204 file="images/clouds.png" type="BINDATA" /> | 204 file="images/clouds.png" type="BINDATA" /> |
| 205 |
| 206 <part file="cr_elements_images.grdp" /> |
| 205 </includes> | 207 </includes> |
| 206 <structures> | 208 <structures> |
| 207 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" | 209 <structure name="IDR_WEBUI_CSS_ALERT_OVERLAY" |
| 208 file="css/alert_overlay.css" type="chrome_html" /> | 210 file="css/alert_overlay.css" type="chrome_html" /> |
| 209 <structure name="IDR_WEBUI_CSS_BUBBLE" | 211 <structure name="IDR_WEBUI_CSS_BUBBLE" |
| 210 file="css/bubble.css" type="chrome_html" /> | 212 file="css/bubble.css" type="chrome_html" /> |
| 211 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" | 213 <structure name="IDR_WEBUI_CSS_BUBBLE_BUTTON" |
| 212 file="css/bubble_button.css" type="chrome_html" /> | 214 file="css/bubble_button.css" type="chrome_html" /> |
| 213 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" | 215 <structure name="IDR_WEBUI_CSS_BUTTER_BAR" |
| 214 file="css/butter_bar.css" type="chrome_html" /> | 216 file="css/butter_bar.css" type="chrome_html" /> |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 type="chrome_html" /> | 386 type="chrome_html" /> |
| 385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" | 387 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" |
| 386 file="js/chromeos/ui_account_tweaks.js" | 388 file="js/chromeos/ui_account_tweaks.js" |
| 387 type="chrome_html" /> | 389 type="chrome_html" /> |
| 388 </if> | 390 </if> |
| 389 <part file="cr_elements_resources.grdp" /> | 391 <part file="cr_elements_resources.grdp" /> |
| 390 <part file="polymer_resources.grdp" /> | 392 <part file="polymer_resources.grdp" /> |
| 391 </structures> | 393 </structures> |
| 392 </release> | 394 </release> |
| 393 </grit> | 395 </grit> |
| OLD | NEW |