| Index: chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html
|
| diff --git a/chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html b/chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..363c40bfd28e9f24d0d971d454e40068537ec825
|
| --- /dev/null
|
| +++ b/chrome/test/data/file_manager/unit_tests/volume_manager_unittest.html
|
| @@ -0,0 +1,24 @@
|
| +<!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="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script>
|
| + <script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
|
| +
|
| + <script src="../../../../../ui/file_manager/file_manager/common/js/volume_manager_common.js"></script>
|
| + <script src="../../../../../ui/file_manager/file_manager/background/js/volume_manager.js"></script>
|
| +
|
| + <script src="mocks/mock_entry.js"></script>
|
| +
|
| + <script src="volume_manager_unittest.js"></script>
|
| +</body>
|
| +</html>
|
|
|