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

Unified Diff: chrome/test/data/media/eme_player_js/app_loader.js

Issue 408993002: Have media content and chrome browser tests load data from media/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/test/data/media/eme_player.html ('k') | chrome/test/data/media/eme_player_js/clearkey_player.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/media/eme_player_js/app_loader.js
diff --git a/chrome/test/data/media/eme_player_js/app_loader.js b/chrome/test/data/media/eme_player_js/app_loader.js
deleted file mode 100644
index f4a3e747b1796b91f455dd52ff05964e591ea1fe..0000000000000000000000000000000000000000
--- a/chrome/test/data/media/eme_player_js/app_loader.js
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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.
-
-// Adds a Javascript source tag to the document.
-function addScriptTag(src) {
- document.write(
- '<script type="text/javascript" src="eme_player_js/' + src +
- '"></script>');
-}
-
-// Load all the dependencies for the app.
-addScriptTag('globals.js');
-addScriptTag('utils.js');
-addScriptTag('test_config.js');
-addScriptTag('fps_observer.js');
-addScriptTag('media_source_utils.js');
-addScriptTag('player_utils.js');
-addScriptTag('prefixed_clearkey_player.js');
-addScriptTag('clearkey_player.js');
-addScriptTag('widevine_player.js');
-addScriptTag('prefixed_widevine_player.js');
-addScriptTag('file_io_test_player.js');
-addScriptTag('eme_app.js');
« no previous file with comments | « chrome/test/data/media/eme_player.html ('k') | chrome/test/data/media/eme_player_js/clearkey_player.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698