Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: ui/file_manager/gallery/js/gallery_item_unittest.html

Issue 1053653003: Gallery: Support RAW files in Gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the second bind. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 <script> 6 <script>
7 // Define mock Gallery class to define Gallery.Item class. 7 // Define mock Gallery class to define Gallery.Item class.
8 var Gallery = function() {}; 8 var Gallery = function() {};
9 </script> 9 </script>
10 <!-- Should be loaded before volume_manager.js --> 10 <!-- Should be loaded before volume_manager.js -->
11 <script src="../../file_manager/common/js/volume_manager_common.js"></script> 11 <script src="../../file_manager/common/js/volume_manager_common.js"></script>
12 <!-- Others --> 12 <!-- Others -->
13 <script src="../../../webui/resources/js/assert.js"></script> 13 <script src="../../../webui/resources/js/assert.js"></script>
14 <script src="../../../webui/resources/js/cr.js"></script> 14 <script src="../../../webui/resources/js/cr.js"></script>
15 <script src="../../../webui/resources/js/cr/event_target.js"></script> 15 <script src="../../../webui/resources/js/cr/event_target.js"></script>
16 <script src="../../../webui/resources/js/cr/ui/array_data_model.js"></script> 16 <script src="../../../webui/resources/js/cr/ui/array_data_model.js"></script>
17 <script src="../../../webui/resources/js/load_time_data.js"></script> 17 <script src="../../../webui/resources/js/load_time_data.js"></script>
18 <script src="../../file_manager/common/js/file_type.js"></script>
18 <script src="../../file_manager/common/js/mock_entry.js"></script> 19 <script src="../../file_manager/common/js/mock_entry.js"></script>
19 <script src="../../file_manager/common/js/unittest_util.js"></script> 20 <script src="../../file_manager/common/js/unittest_util.js"></script>
20 <script src="../../file_manager/common/js/util.js"></script> 21 <script src="../../file_manager/common/js/util.js"></script>
21 <script src="../../file_manager/foreground/js/metadata/thumbnail_model.js"></scr ipt> 22 <script src="../../file_manager/foreground/js/metadata/thumbnail_model.js"></scr ipt>
22 <script src="gallery_item.js"></script> 23 <script src="gallery_item.js"></script>
23 24
24 <script src="gallery_item_unittest.js"></script> 25 <script src="gallery_item_unittest.js"></script>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/gallery_item.js ('k') | ui/file_manager/gallery/js/gallery_item_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698