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

Unified Diff: chrome/browser/resources/video_player/video_player.html

Issue 196383030: [VideoPlayer] dedicated video player app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add the script file to the whitelist. Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/video_player/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/video_player/video_player.html
diff --git a/chrome/browser/resources/video_player/video_player.html b/chrome/browser/resources/video_player/video_player.html
new file mode 100644
index 0000000000000000000000000000000000000000..45ef35361386b218cc52cdbd255bbfebb1881ca1
--- /dev/null
+++ b/chrome/browser/resources/video_player/video_player.html
@@ -0,0 +1,28 @@
+<!--
+ -- Copyright 2014 The Chromium Authors. All rights reserved.
+ -- Use of this source code is governed by a BSD-style license that can be
+ -- found in the LICENSE file.
+ -->
+<html>
+<head>
+ <title>#xFEFF;</title>
+ <link rel="icon" type="image/png" href="images/200/icon.png">
+ <link rel="stylesheet" type="text/css"
+ href="../file_manager/foreground/css/media_controls.css">
+ <link rel="stylesheet" type="text/css" href="css/video_player.css">
+
+ <script src="js/video_player_scripts.js"></script>
+</head>
+<body>
+ <div id="video-player" tools>
+ <div id="video-container">
+ </div>
+ <div id="controls-wrapper">
+ <div id="controls" class="tool"></div>
+ </div>
+ <div id="error-wrapper">
+ <div id="error"></div>
+ </div>
+ </div>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/video_player/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698