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

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

Issue 308553002: Integrate browser tests with new EME player. (Closed) Base URL: http://git.chromium.org/chromium/src.git@eme_player
Patch Set: Add support for FileIO and LoadSession test cases Created 6 years, 6 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
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
index e2ee996ca22a6ef054f71d96d5e3986ab126d612..57ced855a89c47411ff5e2ad4251c6986a399e1b 100644
--- a/chrome/test/data/media/eme_player_js/app_loader.js
+++ b/chrome/test/data/media/eme_player_js/app_loader.js
@@ -20,4 +20,5 @@ 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('test_app.js');

Powered by Google App Engine
This is Rietveld 408576698