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

Unified Diff: chrome/browser/resources/file_manager/mediaplayer.html

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test failure on non-chromeos Created 6 years, 8 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/file_manager/manifest.json ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/mediaplayer.html
diff --git a/chrome/browser/resources/file_manager/mediaplayer.html b/chrome/browser/resources/file_manager/mediaplayer.html
deleted file mode 100644
index 31fa4359f5a0935d8bec1b7dffbe2a8f1bff9adc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/file_manager/mediaplayer.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
- -- Copyright (c) 2012 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.
- -->
-<!DOCTYPE HTML>
-<html>
-<head>
- <!-- We have to set some default title, or chrome will use the page name.
- -- As soon as the i18n'd strings are loaded we replace it with the correct
- -- string. Until then, use an invisible non-whitespace character.
- -->
- <title>&#xFEFF;</title>
- <link rel="icon" type="image/png" href="foreground/images/media/audio_player.png">
- <link rel="stylesheet" type="text/css" href="foreground/css/media_controls.css">
- <link rel="stylesheet" type="text/css" href="foreground/css/audio_player.css">
-
- <!-- Don't load mediaplayer_scripts.js when flattening is disabled -->
- <if expr="False"><!-- </if>
- <script src="foreground/js/media/mediaplayer_scripts.js"></script>
- <if expr="False"> --></if>
-
- <if expr="False">
- <!-- This section is used when the file manager is loaded with
- 'filemgr-ext-path' command-line flag. -->
- <!-- Keep the list in sync with mediaplayer_scripts.js. -->
- <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="common/js/async_util.js"></script>
- <script src="common/js/util.js"></script>
- <script src="common/js/path_util.js"></script>
-
- <script src="foreground/js/file_type.js"></script>
- <script src="foreground/js/volume_manager_wrapper.js"></script>
- <script src="foreground/js/metadata/metadata_cache.js"></script>
-
- <script src="foreground/js/media/media_controls.js"></script>
- <script src="foreground/js/media/audio_player.js"></script>
- <script src="foreground/js/media/player_testapi.js"></script>
- </if>
-</head>
-<body>
- <div class="audio-player"></div>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/file_manager/manifest.json ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698