| 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="shared_resources.pak" type="data_package" /> | 9 <output filename="shared_resources.pak" type="data_package" /> |
| 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="grit/shared_resources_map.cc" type="resource_file_map_sour
ce" /> | 11 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour
ce" /> |
| 12 </outputs> | 12 </outputs> |
| 13 <release seq="1"> | 13 <release seq="1"> |
| 14 <includes> | 14 <includes> |
| 15 <!-- shared/css/ --> | 15 <!-- shared/css/ --> |
| 16 <include name="IDR_SHARED_CSS_BUTTON" | 16 <include name="IDR_SHARED_CSS_BUTTON" |
| 17 file="shared/css/button.css" type="BINDATA" /> | 17 file="shared/css/button.css" type="BINDATA" /> |
| 18 <include name="IDR_SHARED_CSS_LIST" | 18 <include name="IDR_SHARED_CSS_LIST" |
| 19 file="shared/css/list.css" type="BINDATA" /> | 19 file="shared/css/list.css" type="BINDATA" /> |
| 20 <include name="IDR_SHARED_CSS_MENU" | 20 <include name="IDR_SHARED_CSS_MENU" |
| 21 file="shared/css/menu.css" type="BINDATA" /> | 21 file="shared/css/menu.css" type="BINDATA" /> |
| 22 <include name="IDR_SHARED_CSS_TREE" | 22 <include name="IDR_SHARED_CSS_TREE" |
| 23 file="shared/css/tree.css" type="BINDATA" /> | 23 file="shared/css/tree.css" type="BINDATA" /> |
| 24 <include name="IDR_SHARED_CSS_TREE_JS" | 24 <include name="IDR_SHARED_CSS_TREE_JS" |
| 25 file="shared/css/tree.css.js" type="BINDATA" /> | 25 file="shared/css/tree.css.js" type="BINDATA" /> |
| 26 |
| 27 <!-- shared/images/ --> |
| 28 <include name="IDR_SHARED_IMAGES_DROPDOWN_ARROW" |
| 29 file="shared/images/dropdown_arrow.png" type="BINDATA"/> |
| 26 | 30 |
| 27 <!-- shared/js/ --> | 31 <!-- shared/js/ --> |
| 28 <include name="IDR_SHARED_JS_CLASS_LIST" | 32 <include name="IDR_SHARED_JS_CLASS_LIST" |
| 29 file="shared/js/class_list.js" type="BINDATA" /> | 33 file="shared/js/class_list.js" type="BINDATA" /> |
| 30 <include name="IDR_SHARED_JS_CR" | 34 <include name="IDR_SHARED_JS_CR" |
| 31 file="shared/js/cr.js" type="BINDATA" /> | 35 file="shared/js/cr.js" type="BINDATA" /> |
| 32 <include name="IDR_SHARED_JS_I18N_TEMPLATE" | 36 <include name="IDR_SHARED_JS_I18N_TEMPLATE" |
| 33 file="shared/js/i18n_template.js" type="BINDATA" /> | 37 file="shared/js/i18n_template.js" type="BINDATA" /> |
| 34 <include name="IDR_SHARED_JS_LOCAL_STRINGS" | 38 <include name="IDR_SHARED_JS_LOCAL_STRINGS" |
| 35 file="shared/js/local_strings.js" type="BINDATA" /> | 39 file="shared/js/local_strings.js" type="BINDATA" /> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 file="shared/js/cr/ui/menu.js" type="BINDATA" /> | 73 file="shared/js/cr/ui/menu.js" type="BINDATA" /> |
| 70 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL" | 74 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL" |
| 71 file="shared/js/cr/ui/position_util.js" type="BINDATA" /> | 75 file="shared/js/cr/ui/position_util.js" type="BINDATA" /> |
| 72 <include name="IDR_SHARED_JS_CR_UI_SPLITTER" | 76 <include name="IDR_SHARED_JS_CR_UI_SPLITTER" |
| 73 file="shared/js/cr/ui/splitter.js" type="BINDATA" /> | 77 file="shared/js/cr/ui/splitter.js" type="BINDATA" /> |
| 74 <include name="IDR_SHARED_JS_CR_UI_TREE" | 78 <include name="IDR_SHARED_JS_CR_UI_TREE" |
| 75 file="shared/js/cr/ui/tree.js" type="BINDATA" /> | 79 file="shared/js/cr/ui/tree.js" type="BINDATA" /> |
| 76 </includes> | 80 </includes> |
| 77 </release> | 81 </release> |
| 78 </grit> | 82 </grit> |
| OLD | NEW |