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_CHROME" | |
30 file="shared/css/chrome_shared.css" type="BINDATA" /> | |
31 <include name="IDR_SHARED_CSS_CHROME2" | 29 <include name="IDR_SHARED_CSS_CHROME2" |
32 file="shared/css/chrome_shared2.css" type="BINDATA" | 30 file="shared/css/chrome_shared2.css" type="BINDATA" |
33 flattenhtml="true" /> | 31 flattenhtml="true" /> |
34 <include name="IDR_SHARED_CSS_CHROME2_TOUCH" | 32 <include name="IDR_SHARED_CSS_CHROME2_TOUCH" |
35 file="shared/css/chrome_shared2_touch.css" type="BINDATA" | 33 file="shared/css/chrome_shared2_touch.css" type="BINDATA" |
36 flattenhtml="true" /> | 34 flattenhtml="true" /> |
37 <include name="IDR_SHARED_CSS_OVERLAY" | 35 <include name="IDR_SHARED_CSS_OVERLAY" |
38 file="shared/css/overlay.css" type="BINDATA" | 36 file="shared/css/overlay.css" type="BINDATA" |
39 flattenhtml="true" /> | 37 flattenhtml="true" /> |
40 <include name="IDR_SHARED_CSS_SPINNER" | 38 <include name="IDR_SHARED_CSS_SPINNER" |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" | 179 <include name="IDR_SHARED_CSS_UI_ACCOUNT_TWEAKS" |
182 file="shared/css/chromeos/ui_account_tweaks.css" | 180 file="shared/css/chromeos/ui_account_tweaks.css" |
183 type="BINDATA" /> | 181 type="BINDATA" /> |
184 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" | 182 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" |
185 file="shared/js/chromeos/ui_account_tweaks.js" | 183 file="shared/js/chromeos/ui_account_tweaks.js" |
186 type="BINDATA" /> | 184 type="BINDATA" /> |
187 </if> | 185 </if> |
188 </includes> | 186 </includes> |
189 </release> | 187 </release> |
190 </grit> | 188 </grit> |
OLD | NEW |