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/component_extension_resources.h" type="rc_header"> | 6 <output filename="grit/component_extension_resources.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> | 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> |
10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> | 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> |
11 <output filename="component_extension_resources.pak" type="data_package" /> | 11 <output filename="component_extension_resources.pak" type="data_package" /> |
12 </outputs> | 12 </outputs> |
13 <release seq="1"> | 13 <release seq="1"> |
14 <includes> | 14 <includes> |
15 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_RECENT" file="bookmar k_manager/images/bookmark_manager_recent.png" type="BINDATA" /> | 15 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_RECENT" file="bookmar k_manager/images/bookmark_manager_recent.png" type="BINDATA" /> |
16 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" /> | 16 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MANAGER_SEARCH" file="bookmar k_manager/images/bookmark_manager_search.png" type="BINDATA" /> |
17 <include name="IDR_BOOKMARK_MANAGER_MAIN" file="bookmark_manager/main.html " flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 17 <include name="IDR_BOOKMARK_MANAGER_MAIN" file="bookmark_manager/main.html " flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
18 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS" file="bookmark_manag er/js/main.js" type="BINDATA" /> | 18 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS" file="bookmark_manag er/js/main.js" type="BINDATA" /> |
19 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_LIST_JS" file="bookmark_m anager/js/bmm/bookmark_list.js" type="BINDATA" /> | 19 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_LIST_JS" file="bookmark_m anager/js/bmm/bookmark_list.js" type="BINDATA" /> |
20 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_TREE_JS" file="bookmark_m anager/js/bmm/bookmark_tree.js" type="BINDATA" /> | 20 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_TREE_JS" file="bookmark_m anager/js/bmm/bookmark_tree.js" type="BINDATA" /> |
21 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_JS" file="bookmark_manage r/js/bmm.js" type="BINDATA" /> | 21 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_JS" file="bookmark_manage r/js/bmm.js" type="BINDATA" /> |
22 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_CSS_JS" file="bookmark_manage r/css/bmm.css.js" type="BINDATA" /> | 22 <include name="IDR_BOOKMARK_MANAGER_BOOKMARK_CSS_JS" file="bookmark_manage r/css/bmm.css.js" type="BINDATA" /> |
23 | 23 |
24 <if expr="pp_ifdef('file_manager_extension')"> | 24 <if expr="pp_ifdef('file_manager_extension')"> |
25 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" type="BINDATA" /> | 25 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" type="BINDATA" /> |
26 <include name="IDR_FILE_MANAGER_BACKGROUND" file="file_manager/backgroun d.html" flattenhtml="true" type="BINDATA" /> | |
zel
2011/04/20 16:51:21
As I said, we should get rid of this one by any co
| |
27 <include name="IDR_FILE_MANAGER_SLIDESHOW" file="file_manager/slideshow. html" flattenhtml="true" type="BINDATA" /> | |
26 <include name="IDR_FILE_MANAGER_ICON16" file="file_manager/images/icon16 .png" type="BINDATA" /> | 28 <include name="IDR_FILE_MANAGER_ICON16" file="file_manager/images/icon16 .png" type="BINDATA" /> |
27 </if> | 29 </if> |
28 | 30 |
29 <if expr="pp_ifdef('touchui')"> | 31 <if expr="pp_ifdef('touchui')"> |
30 <include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtm l="true" type="BINDATA" /> | 32 <include name="IDR_KEYBOARD_INDEX" file="keyboard/index.html" flattenhtm l="true" type="BINDATA" /> |
31 </if> | 33 </if> |
32 </includes> | 34 </includes> |
33 </release> | 35 </release> |
34 </grit> | 36 </grit> |
OLD | NEW |