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

Side by Side Diff: chrome/browser/resources/md_bookmarks/app.html

Issue 2893063002: [WebUI] move polymer.html to first import (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | chrome/browser/resources/md_bookmarks/command_manager.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/html/cr/ui/splitter.html"> 3 <link rel="import" href="chrome://resources/html/cr/ui/splitter.html">
3 <link rel="import" href="chrome://bookmarks/api_listener.html"> 4 <link rel="import" href="chrome://bookmarks/api_listener.html">
4 <link rel="import" href="chrome://bookmarks/command_manager.html"> 5 <link rel="import" href="chrome://bookmarks/command_manager.html">
5 <link rel="import" href="chrome://bookmarks/constants.html"> 6 <link rel="import" href="chrome://bookmarks/constants.html">
6 <link rel="import" href="chrome://bookmarks/dnd_manager.html"> 7 <link rel="import" href="chrome://bookmarks/dnd_manager.html">
7 <link rel="import" href="chrome://bookmarks/list.html"> 8 <link rel="import" href="chrome://bookmarks/list.html">
8 <link rel="import" href="chrome://bookmarks/router.html"> 9 <link rel="import" href="chrome://bookmarks/router.html">
9 <link rel="import" href="chrome://bookmarks/shared_vars.html"> 10 <link rel="import" href="chrome://bookmarks/shared_vars.html">
10 <link rel="import" href="chrome://bookmarks/store.html"> 11 <link rel="import" href="chrome://bookmarks/store.html">
11 <link rel="import" href="chrome://bookmarks/toolbar.html"> 12 <link rel="import" href="chrome://bookmarks/toolbar.html">
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <bookmarks-folder-node item-id="0" depth="-1"></bookmarks-folder-node> 72 <bookmarks-folder-node item-id="0" depth="-1"></bookmarks-folder-node>
72 </div> 73 </div>
73 <div id="splitter"></div> 74 <div id="splitter"></div>
74 <bookmarks-list></bookmarks-list> 75 <bookmarks-list></bookmarks-list>
75 </div> 76 </div>
76 <bookmarks-router></bookmarks-router> 77 <bookmarks-router></bookmarks-router>
77 <bookmarks-command-manager></bookmarks-command-manager> 78 <bookmarks-command-manager></bookmarks-command-manager>
78 </template> 79 </template>
79 <script src="chrome://bookmarks/app.js"></script> 80 <script src="chrome://bookmarks/app.js"></script>
80 </dom-module> 81 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/command_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698