| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 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 <html> | 6 <html> |
| 7 <body> | 7 <body> |
| 8 | 8 |
| 9 <script> | 9 <script> |
| 10 <!-- Define Gallery for Gallery.Item. --> | 10 <!-- Define Gallery for Gallery.Item. --> |
| 11 var Gallery = {}; | 11 var Gallery = {}; |
| 12 </script> | 12 </script> |
| 13 | 13 |
| 14 <script src="../../../file_manager/common/js/file_type.js"></script> |
| 15 <script src="../../../file_manager/common/js/mock_entry.js"></script> |
| 14 <script src="../../../file_manager/foreground/js/thumbnail_loader.js"></script> | 16 <script src="../../../file_manager/foreground/js/thumbnail_loader.js"></script> |
| 15 <script src="../gallery_item.js"></script> | 17 <script src="../gallery_item.js"></script> |
| 16 <script src="image_buffer.js"></script> | 18 <script src="image_buffer.js"></script> |
| 17 <script src="image_view.js"></script> | 19 <script src="image_view.js"></script> |
| 18 <script src="image_view_unittest.js"></script> | 20 <script src="image_view_unittest.js"></script> |
| 19 | 21 |
| 20 </body> | 22 </body> |
| 21 </html> | 23 </html> |
| OLD | NEW |