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

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

Issue 1164983003: AudioPlayer.app: Use HTML Imports to define custom elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_scripts.js ('k') | no next file » | 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <include name="IDR_VIDEO_PLAYER_ICON_48" file="video_player/images/icon/vi deo-player-48.png" type="BINDATA" /> 122 <include name="IDR_VIDEO_PLAYER_ICON_48" file="video_player/images/icon/vi deo-player-48.png" type="BINDATA" />
123 <include name="IDR_VIDEO_PLAYER_ICON_64" file="video_player/images/icon/vi deo-player-64.png" type="BINDATA" /> 123 <include name="IDR_VIDEO_PLAYER_ICON_64" file="video_player/images/icon/vi deo-player-64.png" type="BINDATA" />
124 <include name="IDR_VIDEO_PLAYER_ICON_96" file="video_player/images/icon/vi deo-player-96.png" type="BINDATA" /> 124 <include name="IDR_VIDEO_PLAYER_ICON_96" file="video_player/images/icon/vi deo-player-96.png" type="BINDATA" />
125 <include name="IDR_VIDEO_PLAYER_ICON_128" file="video_player/images/icon/v ideo-player-128.png" type="BINDATA" /> 125 <include name="IDR_VIDEO_PLAYER_ICON_128" file="video_player/images/icon/v ideo-player-128.png" type="BINDATA" />
126 <include name="IDR_VIDEO_PLAYER_ICON_256" file="video_player/images/icon/v ideo-player-256.png" type="BINDATA" /> 126 <include name="IDR_VIDEO_PLAYER_ICON_256" file="video_player/images/icon/v ideo-player-256.png" type="BINDATA" />
127 <include name="IDR_VIDEO_PLAYER_ICON_FAVICON_32" file="video_player/images /icon/video-player-favicon-32.png" type="BINDATA" /> 127 <include name="IDR_VIDEO_PLAYER_ICON_FAVICON_32" file="video_player/images /icon/video-player-favicon-32.png" type="BINDATA" />
128 128
129 <!-- AudioPlayer.app pages and scripts. --> 129 <!-- AudioPlayer.app pages and scripts. -->
130 <include name="IDR_AUDIO_PLAYER_MANIFEST" file="audio_player/manifest.json " type="BINDATA" /> 130 <include name="IDR_AUDIO_PLAYER_MANIFEST" file="audio_player/manifest.json " type="BINDATA" />
131 <include name="IDR_AUDIO_PLAYER_BKGND_JS" file="audio_player/js/background .js" flattenhtml="true" type="BINDATA" /> 131 <include name="IDR_AUDIO_PLAYER_BKGND_JS" file="audio_player/js/background .js" flattenhtml="true" type="BINDATA" />
132 <include name="IDR_AUDIO_PLAYER_ELEMENTS_AUDIO_PLAYER_CSS" file="audio_pla yer/elements/audio_player.css" flattenhtml="true" type="BINDATA" />
133 <include name="IDR_AUDIO_PLAYER_ELEMENTS_AUDIO_PLAYER_HTML" file="audio_pl ayer/elements/audio_player.html" type="BINDATA" />
134 <include name="IDR_AUDIO_PLAYER_ELEMENTS_AUDIO_PLAYER_JS" file="audio_play er/elements/audio_player.js" type="BINDATA" />
135 <include name="IDR_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_CSS" file="audio_pl ayer/elements/control_panel.css" flattenhtml="true" type="BINDATA" />
136 <include name="IDR_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_HTML" file="audio_p layer/elements/control_panel.html" type="BINDATA" />
137 <include name="IDR_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_JS" file="audio_pla yer/elements/control_panel.js" type="BINDATA" />
138 <include name="IDR_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_CSS" file="audio_playe r/elements/track_list.css" flattenhtml="true" type="BINDATA" />
139 <include name="IDR_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_HTML" file="audio_play er/elements/track_list.html" type="BINDATA" />
140 <include name="IDR_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_JS" file="audio_player /elements/track_list.js" type="BINDATA" />
141 <include name="IDR_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_CSS" file="audi o_player/elements/volume_controller.css" flattenhtml="true" type="BINDATA" />
142 <include name="IDR_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_HTML" file="aud io_player/elements/volume_controller.html" type="BINDATA" />
143 <include name="IDR_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_JS" file="audio _player/elements/volume_controller.js" type="BINDATA" />
132 <include name="IDR_AUDIO_PLAYER_METADATA_WORKER_JS" file="audio_player/js/ metadata_worker.js" flattenhtml="true" type="BINDATA" /> 144 <include name="IDR_AUDIO_PLAYER_METADATA_WORKER_JS" file="audio_player/js/ metadata_worker.js" flattenhtml="true" type="BINDATA" />
133 <include name="IDR_AUDIO_PLAYER" file="audio_player/audio_player.html" all owexternalscript="true" flattenhtml="true" type="BINDATA" /> 145 <include name="IDR_AUDIO_PLAYER" file="audio_player/audio_player.html" all owexternalscript="true" flattenhtml="true" type="BINDATA" />
134 <include name="IDR_AUDIO_PLAYER_JS" file="audio_player/js/audio_player_scr ipts.js" flattenhtml="true" type="BINDATA" /> 146 <include name="IDR_AUDIO_PLAYER_JS" file="audio_player/js/audio_player_scr ipts.js" flattenhtml="true" type="BINDATA" />
135 <include name="IDR_AUDIO_PLAYER_ICON_FAVICON_16" file="audio_player/icons/ audio-player-favicon-16.png" type="BINDATA" /> 147 <include name="IDR_AUDIO_PLAYER_ICON_FAVICON_16" file="audio_player/icons/ audio-player-favicon-16.png" type="BINDATA" />
136 <include name="IDR_AUDIO_PLAYER_ICON_FAVICON_32" file="audio_player/icons/ audio-player-favicon-32.png" type="BINDATA" /> 148 <include name="IDR_AUDIO_PLAYER_ICON_FAVICON_32" file="audio_player/icons/ audio-player-favicon-32.png" type="BINDATA" />
137 <include name="IDR_AUDIO_PLAYER_ICON_32" file="audio_player/icons/audio-pl ayer-32.png" type="BINDATA" /> 149 <include name="IDR_AUDIO_PLAYER_ICON_32" file="audio_player/icons/audio-pl ayer-32.png" type="BINDATA" />
138 <include name="IDR_AUDIO_PLAYER_ICON_48" file="audio_player/icons/audio-pl ayer-48.png" type="BINDATA" /> 150 <include name="IDR_AUDIO_PLAYER_ICON_48" file="audio_player/icons/audio-pl ayer-48.png" type="BINDATA" />
139 <include name="IDR_AUDIO_PLAYER_ICON_64" file="audio_player/icons/audio-pl ayer-64.png" type="BINDATA" /> 151 <include name="IDR_AUDIO_PLAYER_ICON_64" file="audio_player/icons/audio-pl ayer-64.png" type="BINDATA" />
140 <include name="IDR_AUDIO_PLAYER_ICON_96" file="audio_player/icons/audio-pl ayer-96.png" type="BINDATA" /> 152 <include name="IDR_AUDIO_PLAYER_ICON_96" file="audio_player/icons/audio-pl ayer-96.png" type="BINDATA" />
141 <include name="IDR_AUDIO_PLAYER_ICON_128" file="audio_player/icons/audio-p layer-128.png" type="BINDATA" /> 153 <include name="IDR_AUDIO_PLAYER_ICON_128" file="audio_player/icons/audio-p layer-128.png" type="BINDATA" />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 </if> 192 </if>
181 <if expr="_google_chrome"> 193 <if expr="_google_chrome">
182 <!-- This entry overrides IDR_IMAGE_LOADER_PIEX_LOADER_PNACL with cont ent of ../internal/piex/piex.pexe. --> 194 <!-- This entry overrides IDR_IMAGE_LOADER_PIEX_LOADER_PNACL with cont ent of ../internal/piex/piex.pexe. -->
183 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="internal/piex /piex.pexe" type="BINDATA" /> 195 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_PNACL" file="internal/piex /piex.pexe" type="BINDATA" />
184 </if> 196 </if>
185 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_loader /piex/piex.nmf.txt" type="BINDATA" /> 197 <include name="IDR_IMAGE_LOADER_PIEX_LOADER_MANIFEST" file="image_loader /piex/piex.nmf.txt" type="BINDATA" />
186 </if> 198 </if>
187 </includes> 199 </includes>
188 </release> 200 </release>
189 </grit> 201 </grit>
OLDNEW
« no previous file with comments | « ui/file_manager/audio_player/js/audio_player_scripts.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698