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" /> |
(...skipping 23 matching lines...) Expand all Loading... |
34 file="shared/css/table.css" type="BINDATA" /> | 34 file="shared/css/table.css" type="BINDATA" /> |
35 <include name="IDR_SHARED_CSS_TABS" | 35 <include name="IDR_SHARED_CSS_TABS" |
36 file="shared/css/tabs.css" type="BINDATA" /> | 36 file="shared/css/tabs.css" type="BINDATA" /> |
37 <include name="IDR_SHARED_CSS_THROBBER" | 37 <include name="IDR_SHARED_CSS_THROBBER" |
38 file="shared/css/throbber.css" type="BINDATA" /> | 38 file="shared/css/throbber.css" type="BINDATA" /> |
39 <include name="IDR_SHARED_CSS_TREE" | 39 <include name="IDR_SHARED_CSS_TREE" |
40 file="shared/css/tree.css" type="BINDATA" /> | 40 file="shared/css/tree.css" type="BINDATA" /> |
41 <include name="IDR_SHARED_CSS_TREE_JS" | 41 <include name="IDR_SHARED_CSS_TREE_JS" |
42 file="shared/css/tree.css.js" type="BINDATA" /> | 42 file="shared/css/tree.css.js" type="BINDATA" /> |
43 <include name="IDR_SHARED_CSS_WIDGETS" | 43 <include name="IDR_SHARED_CSS_WIDGETS" |
44 file="shared/css/widgets.css" type="BINDATA" /> | 44 file="shared/css/widgets.css" type="BINDATA" |
| 45 flattenhtml="true" /> |
45 <include name="IDR_SHARED_IMAGES_CHECK" | 46 <include name="IDR_SHARED_IMAGES_CHECK" |
46 file="shared/images/check.png" type="BINDATA" /> | 47 file="shared/images/check.png" type="BINDATA" /> |
47 <include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK" | 48 <include name="IDR_SHARED_IMAGES_CHECKBOX_BLACK" |
48 file="shared/images/checkbox_black.png" type="BINDATA" /> | 49 file="shared/images/checkbox_black.png" type="BINDATA" /> |
49 <include name="IDR_SHARED_IMAGES_CHECKBOX_WHITE" | 50 <include name="IDR_SHARED_IMAGES_CHECKBOX_WHITE" |
50 file="shared/images/checkbox_white.png" type="BINDATA" /> | 51 file="shared/images/checkbox_white.png" type="BINDATA" /> |
51 <include name="IDR_SHARED_IMAGES_DISABLED_SELECT" | 52 <include name="IDR_SHARED_IMAGES_DISABLED_SELECT" |
52 file="shared/images/disabled_select.png" type="BINDATA" /> | 53 file="shared/images/disabled_select.png" type="BINDATA" /> |
53 <include name="IDR_SHARED_IMAGES_GOOGLE_LOGO_41" | 54 <include name="IDR_SHARED_IMAGES_GOOGLE_LOGO_41" |
54 file="shared/images/google-logo-41.png" type="BINDATA" /> | 55 file="shared/images/google-logo-41.png" type="BINDATA" /> |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 file="shared/js/local_strings.js" type="BINDATA" /> | 158 file="shared/js/local_strings.js" type="BINDATA" /> |
158 <include name="IDR_SHARED_JS_MEDIA_COMMON" | 159 <include name="IDR_SHARED_JS_MEDIA_COMMON" |
159 file="shared/js/media_common.js" type="BINDATA" /> | 160 file="shared/js/media_common.js" type="BINDATA" /> |
160 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" | 161 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" |
161 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 162 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
162 <include name="IDR_SHARED_JS_UTIL" | 163 <include name="IDR_SHARED_JS_UTIL" |
163 file="shared/js/util.js" type="BINDATA" /> | 164 file="shared/js/util.js" type="BINDATA" /> |
164 </includes> | 165 </includes> |
165 </release> | 166 </release> |
166 </grit> | 167 </grit> |
OLD | NEW |