Chromium Code Reviews| 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" |
| ] |
| }, |