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_CLOUDS" | |
39 file="shared/images/clouds.png" type="BINDATA" /> | |
40 </includes> | 38 </includes> |
41 <structures> | 39 <structures> |
42 <structure name="IDR_SHARED_CSS_ABOUT" | 40 <structure name="IDR_SHARED_CSS_ABOUT" |
43 file="shared/css/about_memory.css" type="chrome_html" /> | 41 file="shared/css/about_memory.css" type="chrome_html" /> |
44 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" | 42 <structure name="IDR_SHARED_CSS_ALERT_OVERLAY" |
45 file="shared/css/alert_overlay.css" type="chrome_html" /> | 43 file="shared/css/alert_overlay.css" type="chrome_html" /> |
46 <structure name="IDR_SHARED_CSS_DIALOGS" | 44 <structure name="IDR_SHARED_CSS_DIALOGS" |
47 file="shared/css/dialogs.css" type="chrome_html" /> | 45 file="shared/css/dialogs.css" type="chrome_html" /> |
48 <structure name="IDR_SHARED_CSS_LIST" | 46 <structure name="IDR_SHARED_CSS_LIST" |
49 file="shared/css/list.css" type="chrome_html" /> | 47 file="shared/css/list.css" type="chrome_html" /> |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" | 194 <structure name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" |
197 file="shared/css/chromeos/ui_account_tweaks.css" | 195 file="shared/css/chromeos/ui_account_tweaks.css" |
198 type="chrome_html" /> | 196 type="chrome_html" /> |
199 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" | 197 <structure name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" |
200 file="shared/js/chromeos/ui_account_tweaks.js" | 198 file="shared/js/chromeos/ui_account_tweaks.js" |
201 type="chrome_html" /> | 199 type="chrome_html" /> |
202 </if> | 200 </if> |
203 </structures> | 201 </structures> |
204 </release> | 202 </release> |
205 </grit> | 203 </grit> |
OLD | NEW |