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

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

Issue 10453032: Add wallpaper experimental api framework and add a simple category list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "Flackr's review" Created 8 years, 6 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY" file="file_manager/ima ges/media/media_play_audio.png" type="BINDATA" /> 216 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY" file="file_manager/ima ges/media/media_play_audio.png" type="BINDATA" />
217 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY_HOVER" file="file_manag er/images/media/media_play_audio_hover.png" type="BINDATA" /> 217 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY_HOVER" file="file_manag er/images/media/media_play_audio_hover.png" type="BINDATA" />
218 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY_DOWN" file="file_manage r/images/media/media_play_audio_down.png" type="BINDATA" /> 218 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PLAY_DOWN" file="file_manage r/images/media/media_play_audio_down.png" type="BINDATA" />
219 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS" file="file_manager /images/media/media_previous.png" type="BINDATA" /> 219 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS" file="file_manager /images/media/media_previous.png" type="BINDATA" />
220 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS_HOVER" file="file_m anager/images/media/media_previous_hover.png" type="BINDATA" /> 220 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS_HOVER" file="file_m anager/images/media/media_previous_hover.png" type="BINDATA" />
221 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS_DOWN" file="file_ma nager/images/media/media_previous_down.png" type="BINDATA" /> 221 <include name="IDR_FILE_MANAGER_MEDIAPLAYER_PREVIOUS_DOWN" file="file_ma nager/images/media/media_previous_down.png" type="BINDATA" />
222 222
223 <include name="IDR_FILE_MANAGER_MEDIA_ERROR" file="file_manager/images/m edia/error.png" type="BINDATA" /> 223 <include name="IDR_FILE_MANAGER_MEDIA_ERROR" file="file_manager/images/m edia/error.png" type="BINDATA" />
224 </if> 224 </if>
225 <if expr="pp_ifdef('chromeos')"> 225 <if expr="pp_ifdef('chromeos')">
226 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" type="BINDATA" /> 226 <include name="IDR_WALLPAPER_MANAGER_MAIN" file="chromeos/wallpaper_mana ger/main.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
227 <include name="IDR_WALLPAPER_MANAGER_MAIN_JS" file="chromeos/wallpaper_m anager/js/main_scripts.js" flattenhtml="true" type="BINDATA" />
227 </if> 228 </if>
228 </includes> 229 </includes>
229 </release> 230 </release>
230 </grit> 231 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698