blob: 34f2a9e5e3d9181ced19877f0551cf0cac716252 [file] [log] [blame]
<!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>
<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="../../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="entry_list_watcher.js"></script>
<script src="gallery_data_model.js"></script>
<script src="gallery_item.js"></script>
<script src="gallery_data_model_unittest.js"></script>