OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This comment is only here because changes to resources are not picked up |
| 3 without changes to the corresponding grd file. --> |
| 4 <grit latest_public_release="0" current_release="1"> |
| 5 <outputs> |
| 6 <output filename="grit/sync_internals_resources.h" type="rc_header"> |
| 7 <emit emit_type='prepend'></emit> |
| 8 </output> |
| 9 <!-- Note: These next two files aren't actually used by Chrome, but they're |
| 10 needed so that Visual Studio doesn't try to continually rebuild this |
| 11 .grd (which it will do if it can't find some relevant output files). |
| 12 Supposedly we could update our .gyp rules to not need this, but I don't |
| 13 know how to do it and this doesn't really cost us anything... --> |
| 14 <output filename="grit/sync_internals_resources_map.cc" type="resource_file_
map_source" /> |
| 15 <output filename="grit/sync_internals_resources_map.h" type="resource_map_he
ader" /> |
| 16 <output filename="sync_internals_resources.pak" type="data_package" /> |
| 17 </outputs> |
| 18 <release seq="1"> |
| 19 <includes> |
| 20 <!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. --> |
| 21 <include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/sync_in
dex.html" flattenhtml="true" type="BINDATA" /> |
| 22 </includes> |
| 23 </release> |
| 24 </grit> |
OLD | NEW |