Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <grit latest_public_release="0" current_release="1"> | 2 <grit latest_public_release="0" current_release="1"> |
| 3 <outputs> | 3 <outputs> |
| 4 <output filename="grit/file_manager_resources.h" type="rc_header"> | 4 <output filename="grit/file_manager_resources.h" type="rc_header"> |
| 5 <emit emit_type='prepend'></emit> | 5 <emit emit_type='prepend'></emit> |
| 6 </output> | 6 </output> |
| 7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma p_source" /> | 7 <output filename="grit/file_manager_resources_map.cc" type="resource_file_ma p_source" /> |
| 8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head er" /> | 8 <output filename="grit/file_manager_resources_map.h" type="resource_map_head er" /> |
| 9 <output filename="file_manager_resources.pak" type="data_package" /> | 9 <output filename="file_manager_resources.pak" type="data_package" /> |
| 10 <output filename="file_manager_resources.rc" type="rc_all" /> | 10 <output filename="file_manager_resources.rc" type="rc_all" /> |
| 11 </outputs> | 11 </outputs> |
| 12 <release seq="1"> | 12 <release seq="1"> |
| 13 <includes> | 13 <includes> |
| 14 <include name="IDR_FILEMANAGER_MANIFEST" file="file_manager/manifest.json" type="BINDATA" /> | |
| 15 <!-- Files.app pages and scripts. --> | |
| 16 <include name="IDR_FILE_MANAGER_MAIN" file="file_manager/main.html" flatte nhtml="true" allowexternalscript="true" type="BINDATA" /> | |
| 17 <include name="IDR_FILE_MANAGER_MAIN_JS" file="file_manager/foreground/js/ main_scripts.js" flattenhtml="true" type="BINDATA" /> | |
| 18 <include name="IDR_FILE_MANAGER_BKGND_JS" file="file_manager/background/js /background.js" type="BINDATA" /> | |
| 19 | |
| 20 <include name="IDR_FILE_MANAGER_GALLERY" file="file_manager/gallery.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | |
| 21 <include name="IDR_FILE_MANAGER_GALLERY_JS" file="file_manager/foreground/ js/photo/gallery_scripts.js" flattenhtml="true" type="BINDATA" /> | |
| 22 | |
| 23 <!-- Scripts working in background page. --> | |
| 24 <include name="IDR_FILE_MANAGER_ERROR_UTIL_JS" file="file_manager/common/j s/error_util.js" flattenhtml="false" type="BINDATA" /> | |
| 25 <include name="IDR_FILE_MANAGER_ASYNC_UTIL_JS" file="file_manager/common/j s/async_util.js" flattenhtml="false" type="BINDATA" /> | |
| 26 <include name="IDR_FILE_MANAGER_DEVICE_HANDLER_JS" file="file_manager/back ground/js/device_handler.js" flattenhtml="false" type="BINDATA" /> | |
| 27 <include name="IDR_FILE_MANAGER_DRIVE_SYNC_HANDLER_JS" file="file_manager/ background/js/drive_sync_handler.js" flattenhtml="false" type="BINDATA" /> | |
| 28 <include name="IDR_FILE_MANAGER_FILE_OPERATION_HANDLER_JS" file="file_mana ger/background/js/file_operation_handler.js" flattenhtml="false" type="BINDATA" /> | |
| 29 <include name="IDR_FILE_MANAGER_FILE_OPERATION_MANAGER_JS" file="file_mana ger/background/js/file_operation_manager.js" flattenhtml="false" type="BINDATA" /> | |
| 30 <include name="IDR_FILE_MANAGER_PATH_UTIL_JS" file="file_manager/common/js /path_util.js" flattenhtml="false" type="BINDATA" /> | |
| 31 <include name="IDR_FILE_MANAGER_PROGRESS_CENTER_COMMON_JS" file="file_mana ger/common/js/progress_center_common.js" flattenhtml="false" type="BINDATA" /> | |
| 32 <include name="IDR_FILE_MANAGER_PROGRESS_CENTER_JS" file="file_manager/bac kground/js/progress_center.js" flattenhtml="false" type="BINDATA" /> | |
| 33 <include name="IDR_FILE_MANAGER_TEST_UTIL_JS" file="file_manager/backgroun d/js/test_util.js" flattenhtml="false" type="BINDATA" /> | |
| 34 <include name="IDR_FILE_MANAGER_UTIL_JS" file="file_manager/common/js/util .js" flattenhtml="false" type="BINDATA" /> | |
| 35 <include name="IDR_FILE_MANAGER_VOLUME_MANAGER_JS" file="file_manager/back ground/js/volume_manager.js" flattenhtml="false" type="BINDATA" /> | |
| 36 | |
| 37 <!-- Scripts required by the metadata parser worker. --> | |
| 38 <include name="IDR_FILE_MANAGER_UTIL" file="file_manager/common/js/util.js " type="BINDATA" /> | |
| 39 <include name="IDR_FILE_MANAGER_METADATA_DISPATCHER" file="file_manager/fo reground/js/metadata/metadata_dispatcher.js" type="BINDATA" /> | |
| 40 <include name="IDR_FILE_MANAGER_METADATA_READER" file="file_manager/foregr ound/js/metadata/byte_reader.js" type="BINDATA" /> | |
| 41 <include name="IDR_FILE_MANAGER_METADATA_PARSER" file="file_manager/foregr ound/js/metadata/metadata_parser.js" type="BINDATA" /> | |
| 42 <include name="IDR_FILE_MANAGER_EXIF_PARSER" file="file_manager/foreground /js/metadata/exif_parser.js" type="BINDATA" /> | |
| 43 <include name="IDR_FILE_MANAGER_MPEG_PARSER" file="file_manager/foreground /js/metadata/mpeg_parser.js" type="BINDATA" /> | |
| 44 <include name="IDR_FILE_MANAGER_IMAGE_PARSERS" file="file_manager/foregrou nd/js/metadata/image_parsers.js" type="BINDATA" /> | |
| 45 <include name="IDR_FILE_MANAGER_ID3_PARSER" file="file_manager/foreground/ js/metadata/id3_parser.js" type="BINDATA" /> | |
| 46 <include name="IDR_FILE_MANAGER_PARALLEL" file="file_manager/foreground/js /metadata/function_parallel.js" type="BINDATA" /> | |
| 47 <include name="IDR_FILE_MANAGER_SEQUENCE" file="file_manager/foreground/js /metadata/function_sequence.js" type="BINDATA" /> | |
| 48 | |
| 49 <!-- Images referenced from the manifest or the code --> | |
| 50 <include name="IDR_FILE_MANAGER_ICON_16" file="file_manager/common/images/ icon16.png" type="BINDATA" /> | |
| 51 <include name="IDR_FILE_MANAGER_ICON_32" file="file_manager/common/images/ icon32.png" type="BINDATA" /> | |
| 52 <include name="IDR_FILE_MANAGER_ICON_48" file="file_manager/common/images/ icon48.png" type="BINDATA" /> | |
| 53 <include name="IDR_FILE_MANAGER_ICON_64" file="file_manager/common/images/ icon64.png" type="BINDATA" /> | |
| 54 <include name="IDR_FILE_MANAGER_ICON_96" file="file_manager/common/images/ icon96.png" type="BINDATA" /> | |
| 55 <include name="IDR_FILE_MANAGER_ICON_128" file="file_manager/common/images /icon128.png" type="BINDATA" /> | |
| 56 <include name="IDR_FILE_MANAGER_ICON_256" file="file_manager/common/images /icon256.png" type="BINDATA" /> | |
| 57 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ICON_64" file="file_manager/a udio_player/icons/audio-player-64.png" type="BINDATA" /> | |
| 58 | |
| 59 <!-- Resources used for non-flattened HTML files. --> | |
| 60 <include name="IDR_FILE_MANAGER_DRIVE_WELCOME_STYLE" file="file_manager/fo reground/css/drive_welcome.css" type="BINDATA" /> | |
| 61 <include name="IDR_FILE_MANAGER_IMG_UI_DRIVE_WELCOME_BACKGROUND" file="../ webui/resources/images/clouds.png" type="BINDATA" /> | |
| 62 <include name="IDR_FILE_MANAGER_IMG_UI_DRIVE_WELCOME_LOGO" file="file_mana ger/foreground/images/files/ui/drive_logo.png" type="BINDATA" /> | |
| 63 <include name="IDR_FILE_MANAGER_IMG_UI_2X_DRIVE_WELCOME_LOGO" file="file_m anager/foreground/images/files/ui/2x/drive_logo.png" type="BINDATA" /> | |
| 64 | |
| 65 <!-- Custom cursors (which grit cannot inline). --> | |
| 66 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="file_manage r/foreground/images/gallery/cursor_crop.png" type="BINDATA" /> | |
| 67 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="file_m anager/foreground/images/gallery/cursor_leftright.png" type="BINDATA" /> | |
| 68 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="file_manage r/foreground/images/gallery/cursor_move.png" type="BINDATA" /> | |
| 69 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="file_manage r/foreground/images/gallery/cursor_nwse.png" type="BINDATA" /> | |
| 70 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="file_manage r/foreground/images/gallery/cursor_swne.png" type="BINDATA" /> | |
| 71 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_mana ger/foreground/images/gallery/cursor_updown.png" type="BINDATA" /> | |
| 72 | |
| 73 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="file_man ager/foreground/images/gallery/2x/cursor_crop.png" type="BINDATA" /> | |
| 74 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="fil e_manager/foreground/images/gallery/2x/cursor_leftright.png" type="BINDATA" /> | |
| 75 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="file_man ager/foreground/images/gallery/2x/cursor_move.png" type="BINDATA" /> | |
| 76 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_NWSE" file="file_man ager/foreground/images/gallery/2x/cursor_nwse.png" type="BINDATA" /> | |
| 77 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_SWNE" file="file_man ager/foreground/images/gallery/2x/cursor_swne.png" type="BINDATA" /> | |
| 78 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_UPDOWN" file="file_m anager/foreground/images/gallery/2x/cursor_updown.png" type="BINDATA" /> | |
| 79 | |
| 80 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER" file="file_manager/audio_pla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | |
| 81 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_SCRIPTS_JS" file="file_manage r/audio_player/js/audio_player_scripts.js" flattenhtml="true" type="BINDATA" /> | |
| 82 | |
| 14 <!-- VideoPlayer.app pages and scripts. --> | 83 <!-- VideoPlayer.app pages and scripts. --> |
| 15 <include name="IDR_VIDEO_PLAYER_MANIFEST" file="video_player/manifest.json " type="BINDATA" /> | 84 <include name="IDR_VIDEO_PLAYER_MANIFEST" file="video_player/manifest.json " type="BINDATA" /> |
| 16 <include name="IDR_VIDEO_PLAYER" file="video_player/video_player.html" all owexternalscript="true" flattenhtml="true" type="BINDATA" /> | 85 <include name="IDR_VIDEO_PLAYER" file="video_player/video_player.html" all owexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 17 <include name="IDR_VIDEO_PLAYER_JS" file="video_player/js/video_player_scr ipts.js" flattenhtml="true" type="BINDATA" /> | 86 <include name="IDR_VIDEO_PLAYER_JS" file="video_player/js/video_player_scr ipts.js" flattenhtml="true" type="BINDATA" /> |
| 18 <include name="IDR_VIDEO_PLAYER_BKGND_JS" file="video_player/js/background .js" flattenhtml="true" type="BINDATA" /> | 87 <include name="IDR_VIDEO_PLAYER_BKGND_JS" file="video_player/js/background .js" flattenhtml="true" type="BINDATA" /> |
| 19 <include name="IDR_VIDEO_PLAYER_TEST_UTIL_JS" file="video_player/js/test_u til.js" flattenhtml="false" type="BINDATA" /> | 88 <include name="IDR_VIDEO_PLAYER_TEST_UTIL_JS" file="video_player/js/test_u til.js" flattenhtml="false" type="BINDATA" /> |
| 20 <include name="IDR_VIDEO_PLAYER_ERROR_UTIL_JS" file="video_player/js/error _util.js" flattenhtml="false" type="BINDATA" /> | 89 <include name="IDR_VIDEO_PLAYER_ERROR_UTIL_JS" file="video_player/js/error _util.js" flattenhtml="false" type="BINDATA" /> |
| 21 <include name="IDR_VIDEO_PLAYER_ICON_16" file="video_player/images/100/ico n.png" type="BINDATA" /> | 90 <include name="IDR_VIDEO_PLAYER_ICON_16" file="video_player/images/100/ico n.png" type="BINDATA" /> |
| 22 <include name="IDR_VIDEO_PLAYER_ICON_32" file="video_player/images/200/ico n.png" type="BINDATA" /> | 91 <include name="IDR_VIDEO_PLAYER_ICON_32" file="video_player/images/200/ico n.png" type="BINDATA" /> |
| 23 | 92 |
| 24 <!-- Gallery.app pages and scripts. --> | |
|
hirono
2014/04/22 10:37:33
Why the line is removed?
yoshiki
2014/04/22 11:43:41
Mistake in marge. Fixed.
| |
| 25 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI NDATA" /> | 93 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI NDATA" /> |
| 26 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" /> | 94 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" /> |
| 27 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" /> | 95 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" /> |
| 28 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt enhtml="true" type="BINDATA" /> | 96 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt enhtml="true" type="BINDATA" /> |
| 29 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl attenhtml="false" type="BINDATA" /> | 97 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl attenhtml="false" type="BINDATA" /> |
| 30 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js" flattenhtml="false" type="BINDATA" /> | 98 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js" flattenhtml="false" type="BINDATA" /> |
| 31 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ e="BINDATA" /> | 99 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ e="BINDATA" /> |
| 32 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ e="BINDATA" /> | 100 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ e="BINDATA" /> |
| 33 | 101 |
| 34 <!-- Image loader extension manifest and scripts. --> | |
|
hirono
2014/04/22 10:37:33
ditto.
yoshiki
2014/04/22 11:43:41
Done.
| |
| 35 <if expr="image_loader_extension"> | 102 <if expr="image_loader_extension"> |
| 36 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" /> | 103 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" /> |
| 37 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag e_loader.js" type="BINDATA" /> | 104 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag e_loader.js" type="BINDATA" /> |
| 38 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" /> | 105 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" /> |
| 39 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" /> | 106 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" /> |
| 40 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" /> | 107 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" /> |
| 41 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" /> | 108 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" /> |
| 42 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" /> | 109 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" /> |
| 43 </if> | 110 </if> |
| 44 </includes> | 111 </includes> |
| 45 </release> | 112 </release> |
| 46 </grit> | 113 </grit> |
| OLD | NEW |