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

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

Issue 1172533003: Revert of Gallery: use shadow dom with Polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
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 <head> 7 <head>
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css">
10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css">
11 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css"> 11 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css">
12 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css"> 12 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css">
13 <link rel="stylesheet" href="css/gallery.css"> 13 <link rel="stylesheet" href="css/gallery.css">
14 14
15 <script src="chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/pol ymer_config.js"></script>
16 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 15 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
17 16
18 <!-- Don't load gallery_scripts.js when flattening is disabled --> 17 <!-- Don't load gallery_scripts.js when flattening is disabled -->
19 <if expr="False"><!-- </if> 18 <if expr="False"><!-- </if>
20 <script src="js/gallery_scripts.js"></script> 19 <script src="js/gallery_scripts.js"></script>
21 <if expr="False"> --></if> 20 <if expr="False"> --></if>
22 21
23 <if expr="False"> 22 <if expr="False">
24 <!-- This section is used when the file manager is loaded with 23 <!-- This section is used when the file manager is loaded with
25 'filemgr-ext-path' command-line flag. --> 24 'filemgr-ext-path' command-line flag. -->
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </div> 124 </div>
126 <div class="edit-bar-spacer"></div> 125 <div class="edit-bar-spacer"></div>
127 </div> 126 </div>
128 </div> 127 </div>
129 <div class="prompt-wrapper" pos="center"> 128 <div class="prompt-wrapper" pos="center">
130 <div class="error-banner"></div> 129 <div class="error-banner"></div>
131 </div> 130 </div>
132 </div> 131 </div>
133 </body> 132 </body>
134 </html> 133 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698