| Index: ui/file_manager/file_manager/common/js/importer_common_unittest.html
|
| diff --git a/ui/file_manager/file_manager/common/js/importer_common_unittest.html b/ui/file_manager/file_manager/common/js/importer_common_unittest.html
|
| deleted file mode 100644
|
| index e7f7485493b0103bcb417712060fe84f014734c7..0000000000000000000000000000000000000000
|
| --- a/ui/file_manager/file_manager/common/js/importer_common_unittest.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<!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="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script>
|
| - <script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
|
| -
|
| - <script src="volume_manager_common.js"></script>
|
| - <script src="../../background/js/volume_manager.js"></script>
|
| - <script src="../../background/js/mock_file_operation_manager.js"></script>
|
| - <script src="../../background/js/mock_volume_manager.js"></script>
|
| - <script src="../../background/js/mock_media_scanner.js"></script>
|
| -
|
| - <script src="mock_entry.js"></script>
|
| - <script src="async_util.js"></script>
|
| - <script src="file_type.js"></script>
|
| - <script src="util.js"></script>
|
| - <script src="importer_common.js"></script>
|
| -
|
| - <script src="importer_common_unittest.js"></script>
|
| -</body>
|
| -</html>
|
|
|