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

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

Issue 12304013: Introduce Image loader extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 7 years, 10 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" /> 97 <include name="IDR_FILE_MANAGER_IMG_GALLERY_CURSOR_UPDOWN" file="file_ma nager/images/gallery/cursor_updown.png" type="BINDATA" />
98 98
99 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="file_m anager/images/gallery/2x/cursor_crop.png" type="BINDATA" /> 99 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_CROP" file="file_m anager/images/gallery/2x/cursor_crop.png" type="BINDATA" />
100 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="f ile_manager/images/gallery/2x/cursor_leftright.png" type="BINDATA" /> 100 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_LEFTRIGHT" file="f ile_manager/images/gallery/2x/cursor_leftright.png" type="BINDATA" />
101 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="file_m anager/images/gallery/2x/cursor_move.png" type="BINDATA" /> 101 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_MOVE" file="file_m anager/images/gallery/2x/cursor_move.png" type="BINDATA" />
102 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_NWSE" file="file_m anager/images/gallery/2x/cursor_nwse.png" type="BINDATA" /> 102 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_NWSE" file="file_m anager/images/gallery/2x/cursor_nwse.png" type="BINDATA" />
103 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_SWNE" file="file_m anager/images/gallery/2x/cursor_swne.png" type="BINDATA" /> 103 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_SWNE" file="file_m anager/images/gallery/2x/cursor_swne.png" type="BINDATA" />
104 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_UPDOWN" file="file _manager/images/gallery/2x/cursor_updown.png" type="BINDATA" /> 104 <include name="IDR_FILE_MANAGER_IMG_GALLERY_2X_CURSOR_UPDOWN" file="file _manager/images/gallery/2x/cursor_updown.png" type="BINDATA" />
105 105
106 </if> 106 </if>
107 <if expr="pp_ifdef('image_loader_extension')">
108 <include name="IDR_IMAGE_LOADER_MAIN_JS" file="image_loader/image_loader .js" type="BINDATA" />
109 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/client.js" type="BINDATA" />
110 </if>
107 <if expr="pp_ifdef('enable_google_now')"> 111 <if expr="pp_ifdef('enable_google_now')">
108 <include name="IDR_GOOGLE_NOW_BACKGROUND_JS" file="google_now/background .js" type="BINDATA" /> 112 <include name="IDR_GOOGLE_NOW_BACKGROUND_JS" file="google_now/background .js" type="BINDATA" />
109 </if> 113 </if>
110 <include name="IDR_APPS_DEBUGGER_MAIN" file="apps_debugger/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> 114 <include name="IDR_APPS_DEBUGGER_MAIN" file="apps_debugger/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" />
111 <include name="IDR_APPS_DEBUGGER_BACKGROUND_JS" file="apps_debugger/backgr ound.js" flattenhtml="true" type="BINDATA" /> 115 <include name="IDR_APPS_DEBUGGER_BACKGROUND_JS" file="apps_debugger/backgr ound.js" flattenhtml="true" type="BINDATA" />
112 <include name="IDR_APPS_DEBUGGER_MAIN_JS" file="apps_debugger/js/main_scri pts.js" flattenhtml="true" type="BINDATA" /> 116 <include name="IDR_APPS_DEBUGGER_MAIN_JS" file="apps_debugger/js/main_scri pts.js" flattenhtml="true" type="BINDATA" />
113 <include name="IDR_APPS_DEBUGGER_ICON_128" file="apps_debugger/images/dev- icon-128.png" flattenhtml="true" type="BINDATA" /> 117 <include name="IDR_APPS_DEBUGGER_ICON_128" file="apps_debugger/images/dev- icon-128.png" flattenhtml="true" type="BINDATA" />
114 <include name="IDR_APPS_DEBUGGER_ICON_16" file="apps_debugger/images/dev-i con-16.png" flattenhtml="true" type="BINDATA" /> 118 <include name="IDR_APPS_DEBUGGER_ICON_16" file="apps_debugger/images/dev-i con-16.png" flattenhtml="true" type="BINDATA" />
115 119
116 <if expr="pp_ifdef('chromeos')"> 120 <if expr="pp_ifdef('chromeos')">
117 <include name="IDR_WALLPAPER_MANAGER_EVENT_JS" file="chromeos/wallpaper_ manager/js/event_page.js" flattenhtml="true" type="BINDATA" /> 121 <include name="IDR_WALLPAPER_MANAGER_EVENT_JS" file="chromeos/wallpaper_ manager/js/event_page.js" flattenhtml="true" type="BINDATA" />
118 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" /> 122 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" />
119 <include name="IDR_WALLPAPER_MANAGER_ICON_128" file="chromeos/wallpaper_ manager/images/icon128.png" type="BINDATA" /> 123 <include name="IDR_WALLPAPER_MANAGER_ICON_128" file="chromeos/wallpaper_ manager/images/icon128.png" type="BINDATA" />
120 </if> 124 </if>
121 <if expr="pp_ifdef('enable_settings_app')"> 125 <if expr="pp_ifdef('enable_settings_app')">
122 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 126 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
123 </if> 127 </if>
124 </includes> 128 </includes>
125 </release> 129 </release>
126 </grit> 130 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/resources/file_manager/css/photo_import.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698