Commit 9b6bf426 authored by Luciano Pacheco's avatar Luciano Pacheco Committed by Commit Bot

Video Player: Add explicit background.html

This is a preparation to migrate to JS modules.

Bug: 1133186
Change-Id: I456cfc1de0c8fee0dd0a036e00da634c9c49c5c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469921
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818392}
parent 124d0fc3
......@@ -115,6 +115,7 @@
<include name="IDR_VIDEO_PLAYER" file="video_player/video_player.html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_JS" file="video_player/js/video_player_scripts.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_BACKGROUND_JS" file="video_player/js/background_scripts.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_BACKGROUND_HTML" file="video_player/background.html" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_ICON_FAVICON_16" file="video_player/images/icon/video-player-favicon-16.png" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_ICON_16" file="video_player/images/icon/video-player-16.png" type="BINDATA" />
<include name="IDR_VIDEO_PLAYER_ICON_32" file="video_player/images/icon/video-player-32.png" type="BINDATA" />
......
<!DOCTYPE html>
<meta charset="utf-8">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/background_common_scripts.js"></script>
<script src="js/background_scripts.js"></script>
......@@ -58,14 +58,7 @@
},
"app": {
"background": {
"scripts": [
"chrome://resources/js/cr.js",
"chrome://resources/js/cr/event_target.js",
"chrome://resources/js/cr/ui/array_data_model.js",
"chrome://resources/js/load_time_data.js",
"chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/background/js/background_common_scripts.js",
"js/background_scripts.js"
]
"page": "background.html"
},
// enhhojjnijigcajfphajepfemndkmdlo is the Dev Media Router component extension ID.
// pkedcjkdefgpdelpbcmbmeomcjbeemfm is the Stable Media Router component extension ID.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment