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

Side by Side Diff: chrome/browser/resources/file_manager/gallery.html

Issue 10909095: Delete images in Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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="../shared/css/dialogs.css">
8 <link rel="stylesheet" href="../shared/css/list.css"> 9 <link rel="stylesheet" href="../shared/css/list.css">
9 <link rel="stylesheet" href="css/common.css"> 10 <link rel="stylesheet" href="css/common.css">
10 <link rel="stylesheet" href="css/file_types.css"> 11 <link rel="stylesheet" href="css/file_types.css">
11 <link rel="stylesheet" href="css/gallery.css"> 12 <link rel="stylesheet" href="css/gallery.css">
12 <link rel="stylesheet" href="css/media_controls.css"> 13 <link rel="stylesheet" href="css/media_controls.css">
13 14
14 <script src="js/photo/gallery_scripts.js"></script> 15 <script src="js/photo/gallery_scripts.js"></script>
15 16
16 <if expr="0"> 17 <if expr="0">
17 <!-- This file has not been flattened, load individual scripts. 18 <!-- This file has not been flattened, load individual scripts.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 <script src="js/photo/gallery_item.js"></script> 60 <script src="js/photo/gallery_item.js"></script>
60 <script src="js/photo/mosaic_mode.js"></script> 61 <script src="js/photo/mosaic_mode.js"></script>
61 <script src="js/photo/slide_mode.js"></script> 62 <script src="js/photo/slide_mode.js"></script>
62 <script src="js/photo/ribbon.js"></script> 63 <script src="js/photo/ribbon.js"></script>
63 </if> 64 </if>
64 </head> 65 </head>
65 <body> 66 <body>
66 <div class="gallery"></div> 67 <div class="gallery"></div>
67 </body> 68 </body>
68 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698