| 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" type="resource_file_map_sour
ce" /> | 9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour
ce" /> |
| 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> | 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> |
| 11 <output filename="shared_resources.pak" type="data_package" /> | 11 <output filename="shared_resources.pak" type="data_package" /> |
| 12 </outputs> | 12 </outputs> |
| 13 <release seq="1"> | 13 <release seq="1"> |
| 14 <includes> | 14 <includes> |
| 15 <include name="IDR_SHARED_CSS_ABOUT" | 15 <include name="IDR_SHARED_CSS_ABOUT" |
| 16 file="shared/css/about_memory.css" type="BINDATA" /> | 16 file="shared/css/about_memory.css" type="BINDATA" /> |
| 17 <include name="IDR_SHARED_CSS_ALERT_OVERLAY" | 17 <include name="IDR_SHARED_CSS_ALERT_OVERLAY" |
| 18 file="shared/css/alert_overlay.css" type="BINDATA" /> | 18 file="shared/css/alert_overlay.css" type="BINDATA" /> |
| 19 <include name="IDR_SHARED_CSS_DIALOGS" | 19 <include name="IDR_SHARED_CSS_DIALOGS" |
| 20 file="shared/css/dialogs.css" type="BINDATA" /> | 20 file="shared/css/dialogs.css" type="BINDATA" /> |
| 21 <include name="IDR_SHARED_CSS_LIST" | 21 <include name="IDR_SHARED_CSS_LIST" |
| 22 file="shared/css/list.css" type="BINDATA" /> | 22 file="shared/css/list.css" type="BINDATA" /> |
| 23 <include name="IDR_SHARED_CSS_MENU" | 23 <include name="IDR_SHARED_CSS_MENU" |
| 24 file="shared/css/menu.css" type="BINDATA" /> | 24 file="shared/css/menu.css" type="BINDATA" flattenhtml="true" /> |
| 25 <include name="IDR_SHARED_CSS_CHROME" | 25 <include name="IDR_SHARED_CSS_CHROME" |
| 26 file="shared/css/chrome_shared.css" type="BINDATA" /> | 26 file="shared/css/chrome_shared.css" type="BINDATA" /> |
| 27 <include name="IDR_SHARED_CSS_CHROME2" | 27 <include name="IDR_SHARED_CSS_CHROME2" |
| 28 file="shared/css/chrome_shared2.css" type="BINDATA" /> | 28 file="shared/css/chrome_shared2.css" type="BINDATA" /> |
| 29 <include name="IDR_SHARED_CSS_OVERLAY" | 29 <include name="IDR_SHARED_CSS_OVERLAY" |
| 30 file="shared/css/overlay.css" type="BINDATA" /> | 30 file="shared/css/overlay.css" type="BINDATA" /> |
| 31 <include name="IDR_SHARED_CSS_SPINNER" | 31 <include name="IDR_SHARED_CSS_SPINNER" |
| 32 file="shared/css/spinner.css" type="BINDATA" /> | 32 file="shared/css/spinner.css" type="BINDATA" /> |
| 33 <include name="IDR_SHARED_CSS_TABLE" | 33 <include name="IDR_SHARED_CSS_TABLE" |
| 34 file="shared/css/table.css" type="BINDATA" /> | 34 file="shared/css/table.css" type="BINDATA" /> |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 file="shared/js/local_strings.js" type="BINDATA" /> | 156 file="shared/js/local_strings.js" type="BINDATA" /> |
| 157 <include name="IDR_SHARED_JS_MEDIA_COMMON" | 157 <include name="IDR_SHARED_JS_MEDIA_COMMON" |
| 158 file="shared/js/media_common.js" type="BINDATA" /> | 158 file="shared/js/media_common.js" type="BINDATA" /> |
| 159 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" | 159 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" |
| 160 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 160 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
| 161 <include name="IDR_SHARED_JS_UTIL" | 161 <include name="IDR_SHARED_JS_UTIL" |
| 162 file="shared/js/util.js" type="BINDATA" /> | 162 file="shared/js/util.js" type="BINDATA" /> |
| 163 </includes> | 163 </includes> |
| 164 </release> | 164 </release> |
| 165 </grit> | 165 </grit> |
| OLD | NEW |