| 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_BUTTER_BAR" |
| 18 file="shared/css/butter_bar.css" type="BINDATA" /> |
| 17 <include name="IDR_SHARED_CSS_BUTTON" | 19 <include name="IDR_SHARED_CSS_BUTTON" |
| 18 file="shared/css/button.css" type="BINDATA" /> | 20 file="shared/css/button.css" type="BINDATA" /> |
| 19 <include name="IDR_SHARED_CSS_CHECKBOX" | 21 <include name="IDR_SHARED_CSS_CHECKBOX" |
| 20 file="shared/css/checkbox.css" type="BINDATA" /> | 22 file="shared/css/checkbox.css" type="BINDATA" /> |
| 21 <include name="IDR_SHARED_CSS_DIALOGS" | 23 <include name="IDR_SHARED_CSS_DIALOGS" |
| 22 file="shared/css/dialogs.css" type="BINDATA" /> | 24 file="shared/css/dialogs.css" type="BINDATA" /> |
| 23 <include name="IDR_SHARED_CSS_LIST" | 25 <include name="IDR_SHARED_CSS_LIST" |
| 24 file="shared/css/list.css" type="BINDATA" /> | 26 file="shared/css/list.css" type="BINDATA" /> |
| 25 <include name="IDR_SHARED_CSS_MENU" | 27 <include name="IDR_SHARED_CSS_MENU" |
| 26 file="shared/css/menu.css" type="BINDATA" /> | 28 file="shared/css/menu.css" type="BINDATA" /> |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 file="shared/js/media_common.js" type="BINDATA" /> | 163 file="shared/js/media_common.js" type="BINDATA" /> |
| 162 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" | 164 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" |
| 163 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 165 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
| 164 <include name="IDR_SHARED_JS_UTIL" | 166 <include name="IDR_SHARED_JS_UTIL" |
| 165 file="shared/js/util.js" type="BINDATA" /> | 167 file="shared/js/util.js" type="BINDATA" /> |
| 166 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" | 168 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" |
| 167 file="third_party/fonts/open_sans.woff" type="BINDATA" /> | 169 file="third_party/fonts/open_sans.woff" type="BINDATA" /> |
| 168 </includes> | 170 </includes> |
| 169 </release> | 171 </release> |
| 170 </grit> | 172 </grit> |
| OLD | NEW |