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. eadee --> | 3 without changes to the corresponding grd file. eadee --> |
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.pak" type="data_package" /> | 9 <output filename="browser_resources.pak" type="data_package" /> |
10 <output filename="browser_resources.rc" type="rc_all" /> | 10 <output filename="browser_resources.rc" type="rc_all" /> |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <include name="IDR_AUTOFILL_CC_MASTERCARD" file="resources\mastercard.png"
type="BINDATA" /> | 67 <include name="IDR_AUTOFILL_CC_MASTERCARD" file="resources\mastercard.png"
type="BINDATA" /> |
68 <include name="IDR_AUTOFILL_CC_SOLO" file="resources\solo.png" type="BINDA
TA" /> | 68 <include name="IDR_AUTOFILL_CC_SOLO" file="resources\solo.png" type="BINDA
TA" /> |
69 <include name="IDR_AUTOFILL_CC_VISA" file="resources\visa.png" type="BINDA
TA" /> | 69 <include name="IDR_AUTOFILL_CC_VISA" file="resources\visa.png" type="BINDA
TA" /> |
70 | 70 |
71 <if expr="pp_ifdef('chromeos')"> | 71 <if expr="pp_ifdef('chromeos')"> |
72 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flatt
enhtml="true" type="BINDATA" /> | 72 <include name="IDR_ABOUT_SYS_HTML" file="resources\about_sys.html" flatt
enhtml="true" type="BINDATA" /> |
73 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" fla
ttenhtml="true" type="BINDATA" /> | 73 <include name="IDR_FILEBROWSE_HTML" file="resources\filebrowse.html" fla
ttenhtml="true" type="BINDATA" /> |
74 <include name="IDR_HOST_REGISTRATION_PAGE_HTML" file="resources\host_reg
istration_page.html" flattenhtml="true" type="BINDATA" /> | 74 <include name="IDR_HOST_REGISTRATION_PAGE_HTML" file="resources\host_reg
istration_page.html" flattenhtml="true" type="BINDATA" /> |
75 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" f
lattenhtml="true" type="BINDATA" /> | 75 <include name="IDR_MEDIAPLAYER_HTML" file="resources\mediaplayer.html" f
lattenhtml="true" type="BINDATA" /> |
76 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.ht
ml" flattenhtml="true" type="BINDATA" /> | 76 <include name="IDR_MEDIAPLAYERPLAYLIST_HTML" file="resources\playlist.ht
ml" flattenhtml="true" type="BINDATA" /> |
| 77 <include name="IDR_OFFLINE_LOAD_HTML" file="resources\offline_load.html"
flattenhtml="true" type="BINDATA" /> |
77 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.htm
l" flattenhtml="true" type="BINDATA" /> | 78 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.htm
l" flattenhtml="true" type="BINDATA" /> |
78 <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flatt
enhtml="true" type="BINDATA" /> | 79 <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flatt
enhtml="true" type="BINDATA" /> |
79 </if> | 80 </if> |
80 </includes> | 81 </includes> |
81 </release> | 82 </release> |
82 </grit> | 83 </grit> |
OLD | NEW |