| Index: ui/file_manager/video_player/js/background_scripts.js
|
| diff --git a/ui/file_manager/video_player/js/background_scripts.js b/ui/file_manager/video_player/js/background_scripts.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..021778818d8976774139bec1bdcc0d4952e69f7d
|
| --- /dev/null
|
| +++ b/ui/file_manager/video_player/js/background_scripts.js
|
| @@ -0,0 +1,8 @@
|
| +// Copyright 2016 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.
|
| +
|
| +<include src="error_util.js">
|
| +<include src="test_util.js">
|
| +// The main background script must be at the end.
|
| +<include src="background.js">
|
|
|