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

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

Issue 12304013: Introduce Image loader extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 7 years, 10 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="../../../../ui/webui/resources/css/dialogs.css"> 8 <link rel="stylesheet" href="../../../../ui/webui/resources/css/dialogs.css">
9 <link rel="stylesheet" href="../../../../ui/webui/resources/css/list.css"> 9 <link rel="stylesheet" href="../../../../ui/webui/resources/css/list.css">
10 <link rel="stylesheet" href="css/common.css"> 10 <link rel="stylesheet" href="css/common.css">
11 <link rel="stylesheet" href="css/file_types.css"> 11 <link rel="stylesheet" href="css/file_types.css">
12 <link rel="stylesheet" href="css/gallery.css"> 12 <link rel="stylesheet" href="css/gallery.css">
13 <link rel="stylesheet" href="css/media_controls.css"> 13 <link rel="stylesheet" href="css/media_controls.css">
14 14
15 <script src="js/photo/gallery_scripts.js"></script> 15 <script src="js/photo/gallery_scripts.js"></script>
16 16
17 <if expr="0"> 17 <if expr="0">
18 <!-- This file has not been flattened, load individual scripts. 18 <!-- This file has not been flattened, load individual scripts.
19 Keep the list in sync with gallery_scripts.js. --> 19 Keep the list in sync with gallery_scripts.js. -->
20 <script src="js/metrics.js"></script> 20 <script src="js/metrics.js"></script>
21 21
22 <script src="../image_loader/client.js"></script>
23
22 <script src="../../../../ui/webui/resources/js/cr.js"></script> 24 <script src="../../../../ui/webui/resources/js/cr.js"></script>
23 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> 25 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
24 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script> 26 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
25 27
26 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> 28 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
27 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script> 29 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
28 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></scr ipt> 30 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></scr ipt>
29 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></ script> 31 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></ script>
30 <script src="../../../../ui/webui/resources/js/cr/ui/dialogs.js"></script> 32 <script src="../../../../ui/webui/resources/js/cr/ui/dialogs.js"></script>
31 <script src="../../../../ui/webui/resources/js/cr/ui/list_item.js"></script> 33 <script src="../../../../ui/webui/resources/js/cr/ui/list_item.js"></script>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <script src="js/photo/slide_mode.js"></script> 65 <script src="js/photo/slide_mode.js"></script>
64 <script src="js/photo/ribbon.js"></script> 66 <script src="js/photo/ribbon.js"></script>
65 67
66 <script src="js/photo/gallery_testapi.js"></script> 68 <script src="js/photo/gallery_testapi.js"></script>
67 </if> 69 </if>
68 </head> 70 </head>
69 <body> 71 <body>
70 <div class="gallery"></div> 72 <div class="gallery"></div>
71 </body> 73 </body>
72 </html> 74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/photo_import.css ('k') | chrome/browser/resources/file_manager/js/action_choice.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698