| Index: ui/file_manager/gallery/js/gallery_item_unittest.html
|
| diff --git a/ui/file_manager/gallery/js/gallery_item_unittest.html b/ui/file_manager/gallery/js/gallery_item_unittest.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..70ef7d0ffe0f4989752d529ba9a10829d3d5227a
|
| --- /dev/null
|
| +++ b/ui/file_manager/gallery/js/gallery_item_unittest.html
|
| @@ -0,0 +1,23 @@
|
| +<!DOCTYPE html>
|
| +<!-- Copyright 2015 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.
|
| + -->
|
| +<script>
|
| +// Define mock Gallery class to define Gallery.Item class.
|
| +var Gallery = function() {};
|
| +</script>
|
| +<!-- Should be loaded before volume_manager.js -->
|
| +<script src="../../file_manager/common/js/volume_manager_common.js"></script>
|
| +<!-- Others -->
|
| +<script src="../../../webui/resources/js/assert.js"></script>
|
| +<script src="../../../webui/resources/js/cr.js"></script>
|
| +<script src="../../../webui/resources/js/cr/event_target.js"></script>
|
| +<script src="../../../webui/resources/js/cr/ui/array_data_model.js"></script>
|
| +<script src="../../../webui/resources/js/load_time_data.js"></script>
|
| +<script src="../../file_manager/common/js/mock_entry.js"></script>
|
| +<script src="../../file_manager/common/js/unittest_util.js"></script>
|
| +<script src="../../file_manager/common/js/util.js"></script>
|
| +<script src="gallery_item.js"></script>
|
| +
|
| +<script src="gallery_item_unittest.js"></script>
|
|
|