| Index: ui/file_manager/file_manager/background/js/task_queue_unittest.html
|
| diff --git a/ui/file_manager/file_manager/background/js/task_queue_unittest.html b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5af802714a657f11c1513e8b3075ef041641d5b5
|
| --- /dev/null
|
| +++ b/ui/file_manager/file_manager/background/js/task_queue_unittest.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<!-- 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.
|
| + -->
|
| +
|
| +<html>
|
| +<body>
|
| + <script src="../../../../../ui/webui/resources/js/cr.js"></script>
|
| + <script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
|
| +
|
| + <script src="../../common/js/unittest_util.js"></script>
|
| + <script src="task_queue.js"></script>
|
| +
|
| + <script src="task_queue_unittest.js"></script>
|
| +</body>
|
| +</html>
|
|
|