| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 file="shared/js/jstemplate_compiled.js" | 156 file="shared/js/jstemplate_compiled.js" |
| 157 flattenhtml="true" type="BINDATA" /> | 157 flattenhtml="true" type="BINDATA" /> |
| 158 <include name="IDR_SHARED_JS_LOCAL_STRINGS" | 158 <include name="IDR_SHARED_JS_LOCAL_STRINGS" |
| 159 file="shared/js/local_strings.js" type="BINDATA" /> | 159 file="shared/js/local_strings.js" type="BINDATA" /> |
| 160 <include name="IDR_SHARED_JS_MEDIA_COMMON" | 160 <include name="IDR_SHARED_JS_MEDIA_COMMON" |
| 161 file="shared/js/media_common.js" type="BINDATA" /> | 161 file="shared/js/media_common.js" type="BINDATA" /> |
| 162 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" | 162 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" |
| 163 file="shared/js/parse_html_subset.js" type="BINDATA" /> | 163 file="shared/js/parse_html_subset.js" type="BINDATA" /> |
| 164 <include name="IDR_SHARED_JS_UTIL" | 164 <include name="IDR_SHARED_JS_UTIL" |
| 165 file="shared/js/util.js" type="BINDATA" /> | 165 file="shared/js/util.js" type="BINDATA" /> |
| 166 <if expr="pp_ifdef('chromeos')"> |
| 167 <include name="IDR_SHARED_JS_UI_ACCOUNT_TWEAKS" |
| 168 file="shared/js/chromeos/ui_account_tweaks.js" type="BINDATA" /
> |
| 169 </if> |
| 166 </includes> | 170 </includes> |
| 167 </release> | 171 </release> |
| 168 </grit> | 172 </grit> |
| OLD | NEW |