| 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/shared_resources.h" type="rc_header"> | 6 <output filename="grit/shared_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/shared_resources_map.cc" | 9 <output filename="grit/shared_resources_map.cc" |
| 10 type="resource_file_map_source" /> | 10 type="resource_file_map_source" /> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 <include name="IDR_SHARED_IMAGES_SPINNER" | 28 <include name="IDR_SHARED_IMAGES_SPINNER" |
| 29 file="shared/images/spinner.svg" type="BINDATA" /> | 29 file="shared/images/spinner.svg" type="BINDATA" /> |
| 30 <include name="IDR_SHARED_IMAGES_THROBBER" | 30 <include name="IDR_SHARED_IMAGES_THROBBER" |
| 31 file="shared/images/throbber.svg" type="BINDATA" /> | 31 file="shared/images/throbber.svg" type="BINDATA" /> |
| 32 <include name="IDR_SHARED_IMAGES_TRASH" | 32 <include name="IDR_SHARED_IMAGES_TRASH" |
| 33 file="shared/images/trash.png" type="BINDATA" /> | 33 file="shared/images/trash.png" type="BINDATA" /> |
| 34 <include name="IDR_SHARED_IMAGES_X" | 34 <include name="IDR_SHARED_IMAGES_X" |
| 35 file="shared/images/x.png" type="BINDATA" /> | 35 file="shared/images/x.png" type="BINDATA" /> |
| 36 <include name="IDR_SHARED_IMAGES_X_HOVER" | 36 <include name="IDR_SHARED_IMAGES_X_HOVER" |
| 37 file="shared/images/x-hover.png" type="BINDATA" /> | 37 file="shared/images/x-hover.png" type="BINDATA" /> |
| 38 <include name="IDR_SHARED_IMAGES_X_PRESSED" |
| 39 file="shared/images/x-pressed.png" type="BINDATA" /> |
| 38 <include name="IDR_SHARED_IMAGES_CLOUDS" | 40 <include name="IDR_SHARED_IMAGES_CLOUDS" |
| 39 file="shared/images/clouds.png" type="BINDATA" /> | 41 file="shared/images/clouds.png" type="BINDATA" /> |
| 40 </includes> | 42 </includes> |
| 41 <structures> | 43 <structures> |
| 42 <structure name="IDR_SHARED_CSS_ABOUT" | 44 <structure name="IDR_SHARED_CSS_ABOUT" |
| 43 file="shared/css/about_memory.css" type="chrome_html" /> | 45 file="shared/css/about_memory.css" type="chrome_html" /> |
| 44 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" | 46 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" |
| 45 file="shared/css/alert_overlay.css" type="chrome_html" /> | 47 file="shared/css/alert_overlay.css" type="chrome_html" /> |
| 46 <structure name="IDR_SHARED_CSS_BUBBLE" | 48 <structure name="IDR_SHARED_CSS_BUBBLE" |
| 47 file="shared/css/bubble.css" type="chrome_html" /> | 49 file="shared/css/bubble.css" type="chrome_html" /> |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" | 202 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" |
| 201 file="shared/css/chromeos/ui_account_tweaks.css" | 203 file="shared/css/chromeos/ui_account_tweaks.css" |
| 202 type="chrome_html" /> | 204 type="chrome_html" /> |
| 203 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" | 205 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" |
| 204 file="shared/js/chromeos/ui_account_tweaks.js" | 206 file="shared/js/chromeos/ui_account_tweaks.js" |
| 205 type="chrome_html" /> | 207 type="chrome_html" /> |
| 206 </if> | 208 </if> |
| 207 </structures> | 209 </structures> |
| 208 </release> | 210 </release> |
| 209 </grit> | 211 </grit> |
| OLD | NEW |