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