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" /> |
(...skipping 21 matching lines...) Expand all Loading... | |
32 <include name="IDR_GAIA_AUTH_OFFLINE_CSS" file="gaia_auth/offline.css" t ype="BINDATA" /> | 32 <include name="IDR_GAIA_AUTH_OFFLINE_CSS" file="gaia_auth/offline.css" t ype="BINDATA" /> |
33 <include name="IDR_GAIA_AUTH_SUCCESS" file="gaia_auth/success.html" allo wexternalscript="true" type="BINDATA" /> | 33 <include name="IDR_GAIA_AUTH_SUCCESS" file="gaia_auth/success.html" allo wexternalscript="true" type="BINDATA" /> |
34 <include name="IDR_GAIA_AUTH_SUCCESS_JS" file="gaia_auth/success.js" typ e="BINDATA" /> | 34 <include name="IDR_GAIA_AUTH_SUCCESS_JS" file="gaia_auth/success.js" typ e="BINDATA" /> |
35 <include name="IDR_GAIA_AUTH_UTIL_JS" file="gaia_auth/util.js" type="BIN DATA" /> | 35 <include name="IDR_GAIA_AUTH_UTIL_JS" file="gaia_auth/util.js" type="BIN DATA" /> |
36 <include name="IDR_GAIA_AUTH_TEST_CONTENT_JS" file="gaia_auth/test/conte nt.js" type="BINDATA" /> | 36 <include name="IDR_GAIA_AUTH_TEST_CONTENT_JS" file="gaia_auth/test/conte nt.js" type="BINDATA" /> |
37 </if> | 37 </if> |
38 <if expr="pp_ifdef('file_manager_extension')"> | 38 <if expr="pp_ifdef('file_manager_extension')"> |
39 <!-- App pages and scripts. --> | 39 <!-- App pages and scripts. --> |
40 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> | 40 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> |
41 <include name="IDR_FILE_MANAGER_MAIN_JS" file="file_manager/js/main_scri pts.js" flattenhtml="true" type="BINDATA" /> | 41 <include name="IDR_FILE_MANAGER_MAIN_JS" file="file_manager/js/main_scri pts.js" flattenhtml="true" type="BINDATA" /> |
42 <include name="IDR_FILE_MANAGER_FILE_COPY_MANAGER_JS" file="file_manager /js/file_copy_manager.js" flattenhtml="false" type="BINDATA" /> | |
Vladislav Kaznacheev
2012/07/25 16:44:14
Lets move group of file below the flattened pages/
Oleg Eterevsky
2012/07/25 17:26:40
Done.
| |
43 <include name="IDR_FILE_MANAGER_PATH_UTIL_JS" file="file_manager/js/path _util.js" flattenhtml="false" type="BINDATA" /> | |
44 <include name="IDR_FILE_MANAGER_UTIL_JS" file="file_manager/js/util.js" flattenhtml="false" type="BINDATA" /> | |
42 | 45 |
43 <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediapla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 46 <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediapla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
44 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/js/me dia/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" /> | 47 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/js/me dia/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" /> |
45 | 48 |
46 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 49 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
47 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/js/m edia/video_player_scripts.js" flattenhtml="true" type="BINDATA" /> | 50 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/js/m edia/video_player_scripts.js" flattenhtml="true" type="BINDATA" /> |
48 | 51 |
49 <include name="IDR_FILE_MANAGER_IMAGE_EDITOR" file="file_manager/gallery .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 52 <include name="IDR_FILE_MANAGER_IMAGE_EDITOR" file="file_manager/gallery .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
50 <include name="IDR_FILE_MANAGER_IMAGE_EDITOR_JS" file="file_manager/js/i mage_editor/gallery_scripts.js" flattenhtml="true" type="BINDATA" /> | 53 <include name="IDR_FILE_MANAGER_IMAGE_EDITOR_JS" file="file_manager/js/i mage_editor/gallery_scripts.js" flattenhtml="true" type="BINDATA" /> |
51 | 54 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
132 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" /> | 135 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" /> |
133 | 136 |
134 </if> | 137 </if> |
135 <if expr="pp_ifdef('chromeos')"> | 138 <if expr="pp_ifdef('chromeos')"> |
136 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> | 139 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> |
137 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" /> | 140 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" /> |
138 </if> | 141 </if> |
139 </includes> | 142 </includes> |
140 </release> | 143 </release> |
141 </grit> | 144 </grit> |
OLD | NEW |