| 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 12 matching lines...) Expand all Loading... |
| 23 <include name="IDR_SHARED_CSS_LIST" | 23 <include name="IDR_SHARED_CSS_LIST" |
| 24 file="shared/css/list.css" type="BINDATA" /> | 24 file="shared/css/list.css" type="BINDATA" /> |
| 25 <include name="IDR_SHARED_CSS_MENU" | 25 <include name="IDR_SHARED_CSS_MENU" |
| 26 file="shared/css/menu.css" type="BINDATA" /> | 26 file="shared/css/menu.css" type="BINDATA" /> |
| 27 <include name="IDR_SHARED_CSS_CHROME" | 27 <include name="IDR_SHARED_CSS_CHROME" |
| 28 file="shared/css/chrome_shared.css" type="BINDATA" /> | 28 file="shared/css/chrome_shared.css" type="BINDATA" /> |
| 29 <include name="IDR_SHARED_CSS_CHROME2" | 29 <include name="IDR_SHARED_CSS_CHROME2" |
| 30 file="shared/css/chrome_shared2.css" type="BINDATA" /> | 30 file="shared/css/chrome_shared2.css" type="BINDATA" /> |
| 31 <include name="IDR_SHARED_CSS_OVERLAY" | 31 <include name="IDR_SHARED_CSS_OVERLAY" |
| 32 file="shared/css/overlay.css" type="BINDATA" /> | 32 file="shared/css/overlay.css" type="BINDATA" /> |
| 33 <include name="IDR_SHARED_CSS_SELECT" | |
| 34 file="shared/css/select.css" type="BINDATA" /> | |
| 35 <include name="IDR_SHARED_CSS_SPINNER" | 33 <include name="IDR_SHARED_CSS_SPINNER" |
| 36 file="shared/css/spinner.css" type="BINDATA" /> | 34 file="shared/css/spinner.css" type="BINDATA" /> |
| 37 <include name="IDR_SHARED_CSS_TABLE" | 35 <include name="IDR_SHARED_CSS_TABLE" |
| 38 file="shared/css/table.css" type="BINDATA" /> | 36 file="shared/css/table.css" type="BINDATA" /> |
| 39 <include name="IDR_SHARED_CSS_TABS" | 37 <include name="IDR_SHARED_CSS_TABS" |
| 40 file="shared/css/tabs.css" type="BINDATA" /> | 38 file="shared/css/tabs.css" type="BINDATA" /> |
| 41 <include name="IDR_SHARED_CSS_THROBBER" | 39 <include name="IDR_SHARED_CSS_THROBBER" |
| 42 file="shared/css/throbber.css" type="BINDATA" /> | 40 file="shared/css/throbber.css" type="BINDATA" /> |
| 43 <include name="IDR_SHARED_CSS_TREE" | 41 <include name="IDR_SHARED_CSS_TREE" |
| 44 file="shared/css/tree.css" type="BINDATA" /> | 42 file="shared/css/tree.css" type="BINDATA" /> |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 161 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
| 164 <include name="IDR_SHARED_JS_UTIL" | 162 <include name="IDR_SHARED_JS_UTIL" |
| 165 file="shared/js/util.js" type="BINDATA" /> | 163 file="shared/js/util.js" type="BINDATA" /> |
| 166 <if expr="is_posix and not is_macosx and not pp_ifdef('chromeos')"> | 164 <if expr="is_posix and not is_macosx and not pp_ifdef('chromeos')"> |
| 167 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" | 165 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" |
| 168 file="third_party/fonts/open_sans.woff" type="BINDATA" /> | 166 file="third_party/fonts/open_sans.woff" type="BINDATA" /> |
| 169 </if> | 167 </if> |
| 170 </includes> | 168 </includes> |
| 171 </release> | 169 </release> |
| 172 </grit> | 170 </grit> |
| OLD | NEW |