Chromium Code Reviews| Index: chrome/browser/resources/component_extension_resources.grd |
| diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd |
| index c86f9391d0d4a415bd650792cf27f5855a7d48ad..06ee7644a0432dbb826aaa89fd5653260f944116 100644 |
| --- a/chrome/browser/resources/component_extension_resources.grd |
| +++ b/chrome/browser/resources/component_extension_resources.grd |
| @@ -91,6 +91,16 @@ |
| <include name="IDR_FILE_MANAGER_MEDIAPLAYER" file="file_manager/mediaplayer.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_FILE_MANAGER_MEDIAPLAYER_JS" file="file_manager/foreground/js/media/mediaplayer_scripts.js" flattenhtml="true" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER" file="file_manager/audio_player.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_SCRIPTS_JS" file="file_manager/audio_player/js/audio_player_scripts.js" flattenhtml="true" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_JS" file="file_manager/audio_player/elements/track_list.js" flattenhtml="false" type="BINDATA" /> |
|
dgozman
2014/01/29 05:51:17
You only need resources for files mentioned in man
yoshiki
2014/01/29 08:31:57
Thanks for guidance, Done.
|
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_TRACK_LIST_CSS" file="file_manager/audio_player/elements/track_list.css" flattenhtml="false" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_JS" file="file_manager/audio_player/elements/control_panel.js" flattenhtml="false" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_CONTROL_PANEL_CSS" file="file_manager/audio_player/elements/control_panel.css" flattenhtml="false" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_CSS" file="file_manager/audio_player/elements/volume_controller.css" flattenhtml="false" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_VOLUME_CONTROLLER_JS" file="file_manager/audio_player/elements/volume_controller.js" flattenhtml="false" type="BINDATA" /> |
| + <include name="IDR_FILE_MANAGER_AUDIO_PLAYER_ELEMENTS_PLAYER_JS" file="file_manager/audio_player/elements/audio_player.js" flattenhtml="false" type="BINDATA" /> |
| + |
| <include name="IDR_FILE_MANAGER_VIDEO_PLAYER" file="file_manager/video_player.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_FILE_MANAGER_VIDEO_PLAYER_JS" file="file_manager/foreground/js/media/video_player_scripts.js" flattenhtml="true" type="BINDATA" /> |