| 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. paaaae --> | 3 without changes to the corresponding grd file. paaaae --> |
| 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_BUTTON" | 17 <include name="IDR_SHARED_CSS_BUTTON" |
| 18 file="shared/css/button.css" type="BINDATA" /> | 18 file="shared/css/button.css" type="BINDATA" /> |
| 19 <include name="IDR_SHARED_CSS_LIST" | 19 <include name="IDR_SHARED_CSS_LIST" |
| 20 file="shared/css/list.css" type="BINDATA" /> | 20 file="shared/css/list.css" type="BINDATA" /> |
| 21 <include name="IDR_SHARED_CSS_MENU" | 21 <include name="IDR_SHARED_CSS_MENU" |
| 22 file="shared/css/menu.css" type="BINDATA" /> | 22 file="shared/css/menu.css" type="BINDATA" /> |
| 23 <include name="IDR_SHARED_CSS_SELECT" |
| 24 file="shared/css/select.css" type="BINDATA" /> |
| 23 <include name="IDR_SHARED_CSS_TABLE" | 25 <include name="IDR_SHARED_CSS_TABLE" |
| 24 file="shared/css/table.css" type="BINDATA" /> | 26 file="shared/css/table.css" type="BINDATA" /> |
| 25 <include name="IDR_SHARED_CSS_TABS" | 27 <include name="IDR_SHARED_CSS_TABS" |
| 26 file="shared/css/tabs.css" type="BINDATA" /> | 28 file="shared/css/tabs.css" type="BINDATA" /> |
| 27 <include name="IDR_SHARED_CSS_THROBBER" | 29 <include name="IDR_SHARED_CSS_THROBBER" |
| 28 file="shared/css/throbber.css" type="BINDATA" /> | 30 file="shared/css/throbber.css" type="BINDATA" /> |
| 29 <include name="IDR_SHARED_CSS_TREE" | 31 <include name="IDR_SHARED_CSS_TREE" |
| 30 file="shared/css/tree.css" type="BINDATA" /> | 32 file="shared/css/tree.css" type="BINDATA" /> |
| 31 <include name="IDR_SHARED_CSS_TREE_JS" | 33 <include name="IDR_SHARED_CSS_TREE_JS" |
| 32 file="shared/css/tree.css.js" type="BINDATA" /> | 34 file="shared/css/tree.css.js" type="BINDATA" /> |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 file="shared/js/local_strings.js" type="BINDATA" /> | 121 file="shared/js/local_strings.js" type="BINDATA" /> |
| 120 <include name="IDR_SHARED_JS_MEDIA_COMMON" | 122 <include name="IDR_SHARED_JS_MEDIA_COMMON" |
| 121 file="shared/js/media_common.js" type="BINDATA" /> | 123 file="shared/js/media_common.js" type="BINDATA" /> |
| 122 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" | 124 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" |
| 123 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 125 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
| 124 <include name="IDR_SHARED_JS_UTIL" | 126 <include name="IDR_SHARED_JS_UTIL" |
| 125 file="shared/js/util.js" type="BINDATA" /> | 127 file="shared/js/util.js" type="BINDATA" /> |
| 126 </includes> | 128 </includes> |
| 127 </release> | 129 </release> |
| 128 </grit> | 130 </grit> |
| OLD | NEW |