| 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" /> | 14 <include name="IDR_FILEMANAGER_MANIFEST" file="file_manager/manifest.json"
type="BINDATA" /> |
| 15 <!-- Files.app pages and scripts. --> | 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" /> | 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" /> | 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" /> | 18 <include name="IDR_FILE_MANAGER_BKGND_JS" file="file_manager/background/js
/background.js" type="BINDATA" /> |
| 19 | 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. --> | 20 <!-- 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" /> | 21 <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" /> | 22 <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" /> | 23 <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" /> | 24 <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"
/> | 25 <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"
/> | 26 <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_PROGRESS_CENTER_COMMON_JS" file="file_mana
ger/common/js/progress_center_common.js" flattenhtml="false" type="BINDATA" /> | 27 <include name="IDR_FILE_MANAGER_PROGRESS_CENTER_COMMON_JS" file="file_mana
ger/common/js/progress_center_common.js" flattenhtml="false" type="BINDATA" /> |
| 31 <include name="IDR_FILE_MANAGER_PROGRESS_CENTER_JS" file="file_manager/bac
kground/js/progress_center.js" flattenhtml="false" type="BINDATA" /> | 28 <include name="IDR_FILE_MANAGER_PROGRESS_CENTER_JS" file="file_manager/bac
kground/js/progress_center.js" flattenhtml="false" type="BINDATA" /> |
| 32 <include name="IDR_FILE_MANAGER_TEST_UTIL_JS" file="file_manager/backgroun
d/js/test_util.js" flattenhtml="false" type="BINDATA" /> | 29 <include name="IDR_FILE_MANAGER_TEST_UTIL_JS" file="file_manager/backgroun
d/js/test_util.js" flattenhtml="false" type="BINDATA" /> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 58 <include name="IDR_FILE_MANAGER_ICON_128" file="file_manager/common/images
/icon128.png" type="BINDATA" /> | 55 <include name="IDR_FILE_MANAGER_ICON_128" file="file_manager/common/images
/icon128.png" type="BINDATA" /> |
| 59 <include name="IDR_FILE_MANAGER_ICON_256" file="file_manager/common/images
/icon256.png" type="BINDATA" /> | 56 <include name="IDR_FILE_MANAGER_ICON_256" file="file_manager/common/images
/icon256.png" type="BINDATA" /> |
| 60 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ICON_64" file="file_manager/a
udio_player/icons/audio-player-64.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" /> |
| 61 | 58 |
| 62 <!-- Resources used for non-flattened HTML files. --> | 59 <!-- Resources used for non-flattened HTML files. --> |
| 63 <include name="IDR_FILE_MANAGER_DRIVE_WELCOME_STYLE" file="file_manager/fo
reground/css/drive_welcome.css" type="BINDATA" /> | 60 <include name="IDR_FILE_MANAGER_DRIVE_WELCOME_STYLE" file="file_manager/fo
reground/css/drive_welcome.css" type="BINDATA" /> |
| 64 <include name="IDR_FILE_MANAGER_IMG_UI_DRIVE_WELCOME_BACKGROUND" file="../
webui/resources/images/clouds.png" type="BINDATA" /> | 61 <include name="IDR_FILE_MANAGER_IMG_UI_DRIVE_WELCOME_BACKGROUND" file="../
webui/resources/images/clouds.png" type="BINDATA" /> |
| 65 <include name="IDR_FILE_MANAGER_IMG_UI_DRIVE_WELCOME_LOGO" file="file_mana
ger/foreground/images/files/ui/drive_logo.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" /> |
| 66 <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" /> | 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" /> |
| 67 | 64 |
| 68 <!-- Custom cursors (which grit cannot inline). --> | 65 <!-- Audio player pages and scripts. --> |
| 69 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="file_manage
r/foreground/images/gallery/cursor_crop.png" type="BINDATA" /> | |
| 70 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="file_m
anager/foreground/images/gallery/cursor_leftright.png" type="BINDATA" /> | |
| 71 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="file_manage
r/foreground/images/gallery/cursor_move.png" type="BINDATA" /> | |
| 72 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="file_manage
r/foreground/images/gallery/cursor_nwse.png" type="BINDATA" /> | |
| 73 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="file_manage
r/foreground/images/gallery/cursor_swne.png" type="BINDATA" /> | |
| 74 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_mana
ger/foreground/images/gallery/cursor_updown.png" type="BINDATA" /> | |
| 75 | |
| 76 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="file_man
ager/foreground/images/gallery/2x/cursor_crop.png" type="BINDATA" /> | |
| 77 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="fil
e_manager/foreground/images/gallery/2x/cursor_leftright.png" type="BINDATA" /> | |
| 78 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="file_man
ager/foreground/images/gallery/2x/cursor_move.png" type="BINDATA" /> | |
| 79 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_NWSE" file="file_man
ager/foreground/images/gallery/2x/cursor_nwse.png" type="BINDATA" /> | |
| 80 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_SWNE" file="file_man
ager/foreground/images/gallery/2x/cursor_swne.png" type="BINDATA" /> | |
| 81 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_UPDOWN" file="file_m
anager/foreground/images/gallery/2x/cursor_updown.png" type="BINDATA" /> | |
| 82 | |
| 83 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER" file="file_manager/audio_pla
yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> | 66 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER" file="file_manager/audio_pla
yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 84 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_SCRIPTS_JS" file="file_manage
r/audio_player/js/audio_player_scripts.js" flattenhtml="true" type="BINDATA" /> | 67 <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_SCRIPTS_JS" file="file_manage
r/audio_player/js/audio_player_scripts.js" flattenhtml="true" type="BINDATA" /> |
| 85 | 68 |
| 86 <!-- VideoPlayer.app pages and scripts. --> | 69 <!-- VideoPlayer.app pages and scripts. --> |
| 87 <include name="IDR_VIDEO_PLAYER_MANIFEST" file="video_player/manifest.json
" type="BINDATA" /> | 70 <include name="IDR_VIDEO_PLAYER_MANIFEST" file="video_player/manifest.json
" type="BINDATA" /> |
| 88 <include name="IDR_VIDEO_PLAYER" file="video_player/video_player.html" all
owexternalscript="true" flattenhtml="true" type="BINDATA" /> | 71 <include name="IDR_VIDEO_PLAYER" file="video_player/video_player.html" all
owexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| 89 <include name="IDR_VIDEO_PLAYER_JS" file="video_player/js/video_player_scr
ipts.js" flattenhtml="true" type="BINDATA" /> | 72 <include name="IDR_VIDEO_PLAYER_JS" file="video_player/js/video_player_scr
ipts.js" flattenhtml="true" type="BINDATA" /> |
| 90 <include name="IDR_VIDEO_PLAYER_BKGND_JS" file="video_player/js/background
.js" flattenhtml="true" type="BINDATA" /> | 73 <include name="IDR_VIDEO_PLAYER_BKGND_JS" file="video_player/js/background
.js" flattenhtml="true" type="BINDATA" /> |
| 91 <include name="IDR_VIDEO_PLAYER_TEST_UTIL_JS" file="video_player/js/test_u
til.js" flattenhtml="false" type="BINDATA" /> | 74 <include name="IDR_VIDEO_PLAYER_TEST_UTIL_JS" file="video_player/js/test_u
til.js" flattenhtml="false" type="BINDATA" /> |
| 92 <include name="IDR_VIDEO_PLAYER_ERROR_UTIL_JS" file="video_player/js/error
_util.js" flattenhtml="false" type="BINDATA" /> | 75 <include name="IDR_VIDEO_PLAYER_ERROR_UTIL_JS" file="video_player/js/error
_util.js" flattenhtml="false" type="BINDATA" /> |
| 93 <include name="IDR_VIDEO_PLAYER_ICON_16" file="video_player/images/100/ico
n.png" type="BINDATA" /> | 76 <include name="IDR_VIDEO_PLAYER_ICON_16" file="video_player/images/100/ico
n.png" type="BINDATA" /> |
| 94 <include name="IDR_VIDEO_PLAYER_ICON_32" file="video_player/images/200/ico
n.png" type="BINDATA" /> | 77 <include name="IDR_VIDEO_PLAYER_ICON_32" file="video_player/images/200/ico
n.png" type="BINDATA" /> |
| 95 | 78 |
| 96 <!-- Gallery.app pages and scripts. --> | 79 <!-- Gallery.app pages and scripts. --> |
| 97 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI
NDATA" /> | 80 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI
NDATA" /> |
| 98 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip
t="true" flattenhtml="true" type="BINDATA" /> | 81 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip
t="true" flattenhtml="true" type="BINDATA" /> |
| 99 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte
nhtml="true" type="BINDATA" /> | 82 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte
nhtml="true" type="BINDATA" /> |
| 100 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt
enhtml="true" type="BINDATA" /> | 83 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt
enhtml="true" type="BINDATA" /> |
| 101 <include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_w
orker.js" flattenhtml="true" type="BINDATA" /> | 84 <include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_w
orker.js" flattenhtml="true" type="BINDATA" /> |
| 102 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl
attenhtml="false" type="BINDATA" /> | 85 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl
attenhtml="false" type="BINDATA" /> |
| 103 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js"
flattenhtml="false" type="BINDATA" /> | 86 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js"
flattenhtml="false" type="BINDATA" /> |
| 104 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ
e="BINDATA" /> | 87 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ
e="BINDATA" /> |
| 105 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ
e="BINDATA" /> | 88 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ
e="BINDATA" /> |
| 106 | 89 |
| 90 <!-- Custom cursors (which grit cannot inline). --> |
| 91 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_CROP" file="gallery/ima
ges/100/cursor_crop.png" type="BINDATA" /> |
| 92 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_LEFTRIGHT" file="galler
y/images/100/cursor_leftright.png" type="BINDATA" /> |
| 93 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_MOVE" file="gallery/ima
ges/100/cursor_move.png" type="BINDATA" /> |
| 94 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_NWSE" file="gallery/ima
ges/100/cursor_nwse.png" type="BINDATA" /> |
| 95 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_SWNE" file="gallery/ima
ges/100/cursor_swne.png" type="BINDATA" /> |
| 96 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="gallery/i
mages/100/cursor_updown.png" type="BINDATA" /> |
| 97 |
| 98 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="gallery/
images/200/cursor_crop.png" type="BINDATA" /> |
| 99 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="gal
lery/images/200/cursor_leftright.png" type="BINDATA" /> |
| 100 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="gallery/
images/200/cursor_move.png" type="BINDATA" /> |
| 101 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_NWSE" file="gallery/
images/200/cursor_nwse.png" type="BINDATA" /> |
| 102 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_SWNE" file="gallery/
images/200/cursor_swne.png" type="BINDATA" /> |
| 103 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_UPDOWN" file="galler
y/images/200/cursor_updown.png" type="BINDATA" /> |
| 104 |
| 107 <!-- Image loader extension manifest and scripts. --> | 105 <!-- Image loader extension manifest and scripts. --> |
| 108 <if expr="image_loader_extension"> | 106 <if expr="image_loader_extension"> |
| 109 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> | 107 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js
on" type="BINDATA" /> |
| 110 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag
e_loader.js" type="BINDATA" /> | 108 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag
e_loader.js" type="BINDATA" /> |
| 111 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t
ype="BINDATA" /> | 109 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t
ype="BINDATA" /> |
| 112 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js"
type="BINDATA" /> | 110 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js"
type="BINDATA" /> |
| 113 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j
s" type="BINDATA" /> | 111 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j
s" type="BINDATA" /> |
| 114 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound.js" type="BINDATA" /> | 112 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr
ound.js" type="BINDATA" /> |
| 115 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> | 113 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load
er_client.js" type="BINDATA" /> |
| 116 </if> | 114 </if> |
| 117 </includes> | 115 </includes> |
| 118 </release> | 116 </release> |
| 119 </grit> | 117 </grit> |
| OLD | NEW |