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. ek --> | 3 without changes to the corresponding grd file. ek --> |
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/browser_resources.h" type="rc_header"> | 6 <output filename="grit/browser_resources.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="browser_resources.rc" type="rc_all" /> | 9 <output filename="browser_resources.rc" type="rc_all" /> |
10 <output filename="browser_resources.pak" type="data_package" /> | 10 <output filename="browser_resources.pak" type="data_package" /> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten
html="true" type="BINDATA" /> | 45 <include name="IDR_PRINT_TAB_HTML" file="resources\print_tab.html" flatten
html="true" type="BINDATA" /> |
46 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN
DATA" /> | 46 <include name="IDR_PRINT_TAB_CSS" file="resources\print_tab.css" type="BIN
DATA" /> |
47 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA
TA" /> | 47 <include name="IDR_PRINT_TAB_JS" file="resources\print_tab.js" type="BINDA
TA" /> |
48 <include name="IDR_ABOUT_SYNC_HTML" file="sync\resources\about_sync.html"
flattenhtml="true" type="BINDATA" /> | 48 <include name="IDR_ABOUT_SYNC_HTML" file="sync\resources\about_sync.html"
flattenhtml="true" type="BINDATA" /> |
49 <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html"
flattenhtml="true" type="BINDATA" /> | 49 <include name="IDR_GAIA_LOGIN_HTML" file="sync\resources\gaia_login.html"
flattenhtml="true" type="BINDATA" /> |
50 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h
tml" flattenhtml="true" type="BINDATA" /> | 50 <include name="IDR_SYNC_SETUP_FLOW_HTML" file="sync\resources\setup_flow.h
tml" flattenhtml="true" type="BINDATA" /> |
51 <include name="IDR_MERGE_AND_SYNC_HTML" file="sync\resources\merge_and_syn
c.html" flattenhtml="true" type="BINDATA" /> | 51 <include name="IDR_MERGE_AND_SYNC_HTML" file="sync\resources\merge_and_syn
c.html" flattenhtml="true" type="BINDATA" /> |
52 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block
.html" flattenhtml="true" type="BINDATA" /> | 52 <include name="IDR_BLACKLIST_HTML" file="resources\privacy_blacklist_block
.html" flattenhtml="true" type="BINDATA" /> |
53 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc
k.png" type="BINDATA" /> | 53 <include name="IDR_BLACKLIST_IMAGE" file="resources\privacy_blacklist_bloc
k.png" type="BINDATA" /> |
54 <include name="IDR_DEFAULT_EXTENSION_ICON_128" file="resources\default_ext
ension_icon_128.png" type="BINDATA" /> | 54 <include name="IDR_DEFAULT_EXTENSION_ICON_128" file="resources\default_ext
ension_icon_128.png" type="BINDATA" /> |
| 55 <include name="IDR_NOTIFICATION_HTML" file="resources\notification.html" t
ype="BINDATA" /> |
55 </includes> | 56 </includes> |
56 </release> | 57 </release> |
57 </grit> | 58 </grit> |
OLD | NEW |