Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: ui/file_manager/file_manager_resources.grd

Issue 246543002: Add script files of the separated Gallery.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | ui/file_manager/gallery/css/gallery.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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" />
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <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" />
89 <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" />
90 <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" />
91 <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" />
92 92
93 <!-- Gallery.app pages and scripts. --> 93 <!-- Gallery.app pages and scripts. -->
94 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI NDATA" /> 94 <include name="IDR_GALLERY_MANIFEST" file="gallery/manifest.json" type="BI NDATA" />
95 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" /> 95 <include name="IDR_GALLERY" file="gallery/gallery.html" allowexternalscrip t="true" flattenhtml="true" type="BINDATA" />
96 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" /> 96 <include name="IDR_GALLERY_JS" file="gallery/js/gallery_scripts.js" flatte nhtml="true" type="BINDATA" />
97 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt enhtml="true" type="BINDATA" /> 97 <include name="IDR_GALLERY_BKGND_JS" file="gallery/js/background.js" flatt enhtml="true" type="BINDATA" />
98 <include name="IDR_GALLERY_METADATA_WORKER_JS" file="gallery/js/metadata_w orker.js" flattenhtml="true" type="BINDATA" />
98 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl attenhtml="false" type="BINDATA" /> 99 <include name="IDR_GALLERY_TEST_UTIL_JS" file="gallery/js/test_util.js" fl attenhtml="false" type="BINDATA" />
99 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js" flattenhtml="false" type="BINDATA" /> 100 <include name="IDR_GALLERY_ERROR_UTIL_JS" file="gallery/js/error_util.js" flattenhtml="false" type="BINDATA" />
100 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ e="BINDATA" /> 101 <include name="IDR_GALLERY_ICON_16" file="gallery/images/100/icon.png" typ e="BINDATA" />
101 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ e="BINDATA" /> 102 <include name="IDR_GALLERY_ICON_32" file="gallery/images/200/icon.png" typ e="BINDATA" />
102 103
103 <!-- Image loader extension manifest and scripts. --> 104 <!-- Image loader extension manifest and scripts. -->
104 <if expr="image_loader_extension"> 105 <if expr="image_loader_extension">
105 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" /> 106 <include name="IDR_IMAGE_LOADER_MANIFEST" file="image_loader/manifest.js on" type="BINDATA" />
106 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag e_loader.js" type="BINDATA" /> 107 <include name="IDR_IMAGE_LOADER_IMAGE_LOADER_JS" file="image_loader/imag e_loader.js" type="BINDATA" />
107 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" /> 108 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" />
108 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" /> 109 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" />
109 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" /> 110 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" />
110 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" /> 111 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" />
111 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" /> 112 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" />
112 </if> 113 </if>
113 </includes> 114 </includes>
114 </release> 115 </release>
115 </grit> 116 </grit>
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | ui/file_manager/gallery/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698