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

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

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test failure on non-chromeos Created 6 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 | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 -- Copyright (c) 2012 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 <head> 7 <head>
8 <link rel="stylesheet" href="foreground/css/list.css"> 8 <link rel="stylesheet" href="foreground/css/list.css">
9 <link rel="stylesheet" href="foreground/css/common.css"> 9 <link rel="stylesheet" href="foreground/css/common.css">
10 <link rel="stylesheet" href="foreground/css/file_types.css"> 10 <link rel="stylesheet" href="foreground/css/file_types.css">
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <script src="foreground/js/photo/gallery_item.js"></script> 70 <script src="foreground/js/photo/gallery_item.js"></script>
71 <script src="foreground/js/photo/mosaic_mode.js"></script> 71 <script src="foreground/js/photo/mosaic_mode.js"></script>
72 <script src="foreground/js/photo/slide_mode.js"></script> 72 <script src="foreground/js/photo/slide_mode.js"></script>
73 <script src="foreground/js/photo/ribbon.js"></script> 73 <script src="foreground/js/photo/ribbon.js"></script>
74 </if> 74 </if>
75 </head> 75 </head>
76 <body> 76 <body>
77 <div class="gallery"></div> 77 <div class="gallery"></div>
78 </body> 78 </body>
79 </html> 79 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js ('k') | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698