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. etaa --> | 3 without changes to the corresponding grd file. etaa --> |
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
94 <include name="IDR_MOBILE_SETUP_PAGE_HTML" file="resources\mobile_setup. html" flattenhtml="true" type="BINDATA" /> | 94 <include name="IDR_MOBILE_SETUP_PAGE_HTML" file="resources\mobile_setup. html" flattenhtml="true" type="BINDATA" /> |
95 <include name="IDR_NOTIFICATION_ICON_LINK_HTML" file="resources\notifica tion_icon_link.html" type="BINDATA" /> | 95 <include name="IDR_NOTIFICATION_ICON_LINK_HTML" file="resources\notifica tion_icon_link.html" type="BINDATA" /> |
96 <include name="IDR_OFFLINE_LOAD_HTML" file="resources\offline_load.html" flattenhtml="true" type="BINDATA" /> | 96 <include name="IDR_OFFLINE_LOAD_HTML" file="resources\offline_load.html" flattenhtml="true" type="BINDATA" /> |
97 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.htm l" flattenhtml="true" type="BINDATA" /> | 97 <include name="IDR_OS_CREDITS_HTML" file="resources\about_os_credits.htm l" flattenhtml="true" type="BINDATA" /> |
98 <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flatt enhtml="true" type="BINDATA" /> | 98 <include name="IDR_SLIDESHOW_HTML" file="resources\slideshow.html" flatt enhtml="true" type="BINDATA" /> |
99 <include name="IDR_MENU_HTML" file="resources\menu.html" flattenhtml="tr ue" type="BINDATA" /> | 99 <include name="IDR_MENU_HTML" file="resources\menu.html" flattenhtml="tr ue" type="BINDATA" /> |
100 <include name="IDR_NETWORK_MENU_CSS" file="resources\network_menu.css" f lattenhtml="true" type="BINDATA" /> | 100 <include name="IDR_NETWORK_MENU_CSS" file="resources\network_menu.css" f lattenhtml="true" type="BINDATA" /> |
101 <include name="IDR_NETWORK_MENU_JS" file="resources\network_menu.js" fla ttenhtml="true" type="BINDATA" /> | 101 <include name="IDR_NETWORK_MENU_JS" file="resources\network_menu.js" fla ttenhtml="true" type="BINDATA" /> |
102 <include name="IDR_WRENCH_MENU_JS" file="resources\wrench_menu.js" flatt enhtml="true" type="BINDATA" /> | 102 <include name="IDR_WRENCH_MENU_JS" file="resources\wrench_menu.js" flatt enhtml="true" type="BINDATA" /> |
103 <include name="IDR_WRENCH_MENU_CSS" file="resources\wrench_menu.css" fla ttenhtml="true" type="BINDATA" /> | 103 <include name="IDR_WRENCH_MENU_CSS" file="resources\wrench_menu.css" fla ttenhtml="true" type="BINDATA" /> |
104 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " flattenhtml="true" type="BINDATA" /> | |
Aaron Boodman
2011/01/24 19:45:58
I don't think you want flattenhtml="true" here.
Dmitry Polukhin
2011/01/25 07:23:21
Done.
| |
104 </if> | 105 </if> |
105 </includes> | 106 </includes> |
106 </release> | 107 </release> |
107 </grit> | 108 </grit> |
OLD | NEW |