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

Side by Side Diff: ui/file_manager/gallery/js/image_editor/image_view_unittest.html

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 years, 2 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 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>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/image_view.js ('k') | ui/file_manager/gallery/js/image_editor/image_view_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698