Audio Player: Rename files to plain .js and .html
Rename:
* main_backgroun.m.js to main_background.js
* main.m.js to main.js
* audio_player_module.html to audio_player.html
Bug: 1199015
Change-Id: I9700bb758e103e68b0cf18ac3784e44f30c0bba5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2916635
Commit-Queue: Luciano Pacheco <[email protected]>
Reviewed-by: Jeremie Boulic <[email protected]>
Cr-Commit-Position: refs/heads/master@{#886635}
diff --git a/ui/file_manager/file_manager_resources.grd b/ui/file_manager/file_manager_resources.grd
index ac0d9c9..9de47b1 100644
--- a/ui/file_manager/file_manager_resources.grd
+++ b/ui/file_manager/file_manager_resources.grd
@@ -106,7 +106,7 @@
<!-- The AudioPlayer app pages and scripts. -->
<include name="IDR_AUDIO_PLAYER_MANIFEST" file="audio_player/manifest.json" type="BINDATA" />
<include name="IDR_AUDIO_PLAYER_BACKGROUND_HTML" file="audio_player/background.html" type="BINDATA" />
- <include name="IDR_AUDIO_PLAYER_MODULE" file="audio_player/audio_player_module.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
+ <include name="IDR_AUDIO_PLAYER_MODULE" file="audio_player/audio_player.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
<include name="IDR_AUDIO_PLAYER_ICON_FAVICON_16" file="audio_player/icons/audio-player-favicon-16.png" type="BINDATA" />
<include name="IDR_AUDIO_PLAYER_ICON_FAVICON_32" file="audio_player/icons/audio-player-favicon-32.png" type="BINDATA" />
<include name="IDR_AUDIO_PLAYER_ICON_16" file="audio_player/icons/audio-player-16.png" type="BINDATA" />