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

Unified Diff: chrome/browser/resources/video_player/manifest.json

Issue 209853011: [VideoPlayer] Browser tests for new separated video player app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adressed the comment 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
Index: chrome/browser/resources/video_player/manifest.json
diff --git a/chrome/browser/resources/video_player/manifest.json b/chrome/browser/resources/video_player/manifest.json
index fda4aabda8895aca63f0e7b4236a4af95f290530..bd689b9123f4a23156759dd1927f7e388742968a 100644
--- a/chrome/browser/resources/video_player/manifest.json
+++ b/chrome/browser/resources/video_player/manifest.json
@@ -31,6 +31,8 @@
"app": {
"background": {
"scripts": [
+ "js/error_util.js",
+ "js/test_util.js",
"js/background.js"
]
},

Powered by Google App Engine
This is Rietveld 408576698