| 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/sync_internals_resources.h" type="rc_header"> | 6 <output filename="grit/sync_internals_resources.h" type="rc_header"> |
| 7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
| 8 </output> | 8 </output> |
| 9 <output filename="sync_internals_resources.pak" type="data_package" /> | 9 <output filename="sync_internals_resources.pak" type="data_package" /> |
| 10 </outputs> | 10 </outputs> |
| 11 <release seq="1"> | 11 <release seq="1"> |
| 12 <includes> | 12 <includes> |
| 13 <!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. --> | 13 <!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. --> |
| 14 <include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/sync_in
dex.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 14 <include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/sync_in
dex.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
| 15 <include name="IDR_SYNC_INTERNALS_INDEX_JS" file="sync_internals/sync_inde
x.js" type="BINDATA" /> | 15 <include name="IDR_SYNC_INTERNALS_INDEX_JS" file="sync_internals/sync_inde
x.js" type="BINDATA" /> |
| 16 <include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chr
ome_sync.js" type="BINDATA" /> | 16 <include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chr
ome_sync.js" type="BINDATA" /> |
| 17 <include name="IDR_SYNC_INTERNALS_SYNC_LOG_JS" file="sync_internals/sync_l
og.js" type="BINDATA" /> | 17 <include name="IDR_SYNC_INTERNALS_SYNC_LOG_JS" file="sync_internals/sync_l
og.js" type="BINDATA" /> |
| 18 <include name="IDR_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="sync_intern
als/sync_node_browser.js" type="BINDATA" /> | 18 <include name="IDR_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="sync_intern
als/sync_node_browser.js" type="BINDATA" /> |
| 19 <include name="IDR_SYNC_INTERNALS_SYNC_SEARCH_JS" file="sync_internals/sy
nc_search.js" type="BINDATA" /> | 19 <include name="IDR_SYNC_INTERNALS_SYNC_SEARCH_JS" file="sync_internals/sy
nc_search.js" type="BINDATA" /> |
| 20 <include name="IDR_SYNC_INTERNALS_ABOUT_JS" file="sync_internals/about.js
" type="BINDATA" /> | 20 <include name="IDR_SYNC_INTERNALS_ABOUT_JS" file="sync_internals/about.js
" type="BINDATA" /> |
| 21 <include name="IDR_SYNC_INTERNALS_DATA_JS" file="sync_internals/data.js"
type="BINDATA" /> | 21 <include name="IDR_SYNC_INTERNALS_DATA_JS" file="sync_internals/data.js"
type="BINDATA" /> |
| 22 <include name="IDR_SYNC_INTERNALS_EVENTS_JS" file="sync_internals/events.
js" type="BINDATA" /> | 22 <include name="IDR_SYNC_INTERNALS_EVENTS_JS" file="sync_internals/events.
js" type="BINDATA" /> |
| 23 <include name="IDR_SYNC_INTERNALS_SEARCH_JS" file="sync_internals/search.
js" type="BINDATA" /> | 23 <include name="IDR_SYNC_INTERNALS_SEARCH_JS" file="sync_internals/search.
js" type="BINDATA" /> |
| 24 <include name="IDR_SYNC_INTERNALS_TRAFFIC_JS" file="sync_internals/traffi
c.js" type="BINDATA" /> | |
| 25 </includes> | 24 </includes> |
| 26 </release> | 25 </release> |
| 27 </grit> | 26 </grit> |
| OLD | NEW |