| 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" /> |
| 11 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> | 11 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> |
| 12 <output filename="shared_resources.pak" type="data_package" /> | 12 <output filename="shared_resources.pak" type="data_package" /> |
| 13 </outputs> | 13 </outputs> |
| 14 <release seq="1"> | 14 <release seq="1"> |
| 15 <includes> | 15 <includes> |
| 16 <include name="IDR_SHARED_CSS_ABOUT" | 16 <include name="IDR_SHARED_CSS_ABOUT" |
| 17 file="shared/css/about_memory.css" type="BINDATA" /> | 17 file="shared/css/about_memory.css" type="BINDATA" /> |
| 18 <include name="IDR_SHARED_CSS_ALERT_OVERLAY" | 18 <include name="IDR_SHARED_CSS_ALERT_OVERLAY" |
| 19 file="shared/css/alert_overlay.css" type="BINDATA" /> | 19 file="shared/css/alert_overlay.css" type="BINDATA" /> |
| 20 <include name="IDR_SHARED_CSS_DIALOGS" | 20 <include name="IDR_SHARED_CSS_DIALOGS" |
| 21 file="shared/css/dialogs.css" type="BINDATA" /> | 21 file="shared/css/dialogs.css" type="BINDATA" /> |
| 22 <include name="IDR_SHARED_CSS_LIST" | 22 <include name="IDR_SHARED_CSS_LIST" |
| 23 file="shared/css/list.css" type="BINDATA" /> | 23 file="shared/css/list.css" type="BINDATA" /> |
| 24 <include name="IDR_SHARED_CSS_MENU" | 24 <include name="IDR_SHARED_CSS_MENU" |
| 25 file="shared/css/menu.css" type="BINDATA" flattenhtml="true" /> | 25 file="shared/css/menu.css" type="BINDATA" flattenhtml="true" /> |
| 26 <include name="IDR_SHARED_CSS_MENU_BUTTON" | 26 <include name="IDR_SHARED_CSS_MENU_BUTTON" |
| 27 file="shared/css/menu_button.css" type="BINDATA" | 27 file="shared/css/menu_button.css" type="BINDATA" |
| 28 flattenhtml="true" /> | 28 flattenhtml="true" /> |
| 29 <include name="IDR_SHARED_CSS_CHROME2" | 29 <include name="IDR_SHARED_CSS_CHROME" |
| 30 file="shared/css/chrome_shared2.css" type="BINDATA" | 30 file="shared/css/chrome_shared.css" type="BINDATA" |
| 31 flattenhtml="true" /> | 31 flattenhtml="true" /> |
| 32 <include name="IDR_SHARED_CSS_CHROME2_TOUCH" | 32 <include name="IDR_SHARED_CSS_CHROME_TOUCH" |
| 33 file="shared/css/chrome_shared2_touch.css" type="BINDATA" | 33 file="shared/css/chrome_shared_touch.css" type="BINDATA" |
| 34 flattenhtml="true" /> | 34 flattenhtml="true" /> |
| 35 <include name="IDR_SHARED_CSS_OVERLAY" | 35 <include name="IDR_SHARED_CSS_OVERLAY" |
| 36 file="shared/css/overlay.css" type="BINDATA" | 36 file="shared/css/overlay.css" type="BINDATA" |
| 37 flattenhtml="true" /> | 37 flattenhtml="true" /> |
| 38 <include name="IDR_SHARED_CSS_SPINNER" | 38 <include name="IDR_SHARED_CSS_SPINNER" |
| 39 file="shared/css/spinner.css" type="BINDATA" /> | 39 file="shared/css/spinner.css" type="BINDATA" /> |
| 40 <include name="IDR_SHARED_CSS_TABLE" | 40 <include name="IDR_SHARED_CSS_TABLE" |
| 41 file="shared/css/table.css" type="BINDATA" /> | 41 file="shared/css/table.css" type="BINDATA" /> |
| 42 <include name="IDR_SHARED_CSS_TABS" | 42 <include name="IDR_SHARED_CSS_TABS" |
| 43 file="shared/css/tabs.css" type="BINDATA" /> | 43 file="shared/css/tabs.css" type="BINDATA" /> |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" | 179 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" |
| 180 file="shared/css/chromeos/ui_account_tweaks.css" | 180 file="shared/css/chromeos/ui_account_tweaks.css" |
| 181 type="BINDATA" /> | 181 type="BINDATA" /> |
| 182 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" | 182 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" |
| 183 file="shared/js/chromeos/ui_account_tweaks.js" | 183 file="shared/js/chromeos/ui_account_tweaks.js" |
| 184 type="BINDATA" /> | 184 type="BINDATA" /> |
| 185 </if> | 185 </if> |
| 186 </includes> | 186 </includes> |
| 187 </release> | 187 </release> |
| 188 </grit> | 188 </grit> |
| OLD | NEW |