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

Side by Side Diff: chrome/browser/resources/component_extension_resources.grd

Issue 10834354: Refactor the Photo Editor to enable new feature work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 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 | « no previous file | chrome/browser/resources/file_manager/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 <!-- 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 28 matching lines...) Expand all
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 42
43 <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediapla yer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> 43 <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" /> 44 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/js/me dia/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" />
45 45
46 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_p layer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> 46 <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" /> 47 <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/js/m edia/video_player_scripts.js" flattenhtml="true" type="BINDATA" />
48 48
49 <include name="IDR_FILE_MANAGER_IMAGE_EDITOR" file="file_manager/gallery .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> 49 <include name="IDR_FILE_MANAGER_GALLERY" 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" /> 50 <include name="IDR_FILE_MANAGER_GALLERY_JS" file="file_manager/js/photo/ gallery_scripts.js" flattenhtml="true" type="BINDATA" />
51 51
52 <include name="IDR_FILE_MANAGER_PHOTO_IMPORT" file="file_manager/photo_i mport.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> 52 <include name="IDR_FILE_MANAGER_PHOTO_IMPORT" file="file_manager/photo_i mport.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
53 <include name="IDR_FILE_MANAGER_PHOTO_IMPORT_JS" file="file_manager/js/p hoto/photo_import_scripts.js" flattenhtml="true" type="BINDATA" /> 53 <include name="IDR_FILE_MANAGER_PHOTO_IMPORT_JS" file="file_manager/js/p hoto/photo_import_scripts.js" flattenhtml="true" type="BINDATA" />
54 54
55 <!-- Scripts working in background page. --> 55 <!-- Scripts working in background page. -->
56 <include name="IDR_FILE_MANAGER_FILE_COPY_MANAGER_JS" file="file_manager /js/file_copy_manager.js" flattenhtml="false" type="BINDATA" /> 56 <include name="IDR_FILE_MANAGER_FILE_COPY_MANAGER_JS" file="file_manager /js/file_copy_manager.js" flattenhtml="false" type="BINDATA" />
57 <include name="IDR_FILE_MANAGER_PATH_UTIL_JS" file="file_manager/js/path _util.js" flattenhtml="false" type="BINDATA" /> 57 <include name="IDR_FILE_MANAGER_PATH_UTIL_JS" file="file_manager/js/path _util.js" flattenhtml="false" type="BINDATA" />
58 <include name="IDR_FILE_MANAGER_UTIL_JS" file="file_manager/js/util.js" flattenhtml="false" type="BINDATA" /> 58 <include name="IDR_FILE_MANAGER_UTIL_JS" file="file_manager/js/util.js" flattenhtml="false" type="BINDATA" />
59 59
60 <!-- Scripts required by the metadata parser worker. --> 60 <!-- Scripts required by the metadata parser worker. -->
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" /> 142 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" />
143 143
144 </if> 144 </if>
145 <if expr="pp_ifdef('chromeos')"> 145 <if expr="pp_ifdef('chromeos')">
146 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 146 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
147 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" /> 147 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" />
148 </if> 148 </if>
149 </includes> 149 </includes>
150 </release> 150 </release>
151 </grit> 151 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698