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

Side by Side Diff: chrome/browser/resources/md_history/history_list.html

Issue 1767973002: Closure: convert md_history to v2 GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 9 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
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 1 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l"> 2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.htm l">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.h tml"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.h tml">
4 <link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared _menu.html"> 4 <link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared _menu.html">
5 <link rel="import" href="chrome://history/constants.html">
5 <link rel="import" href="chrome://history/history_item.html"> 6 <link rel="import" href="chrome://history/history_item.html">
6 <link rel="import" href="chrome://history/shared_style.html"> 7 <link rel="import" href="chrome://history/shared_style.html">
7 8
8 <dom-module id="history-list"> 9 <dom-module id="history-list">
9 <template> 10 <template>
10 <style include="shared-style"></style> 11 <style include="shared-style"></style>
11 <style> 12 <style>
12 :host { 13 :host {
13 display: flex; 14 display: flex;
14 flex-direction: column; 15 flex-direction: column;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <cr-shared-menu id="sharedMenu"> 57 <cr-shared-menu id="sharedMenu">
57 <paper-item i18n-content="moreFromSite" on-tap="onMoreFromSiteTap_"> 58 <paper-item i18n-content="moreFromSite" on-tap="onMoreFromSiteTap_">
58 </paper-item> 59 </paper-item>
59 <paper-item i18n-content="removeFromHistory" 60 <paper-item i18n-content="removeFromHistory"
60 on-tap="onRemoveFromHistoryTap_"> 61 on-tap="onRemoveFromHistoryTap_">
61 </paper-item> 62 </paper-item>
62 </cr-shared-menu> 63 </cr-shared-menu>
63 </template> 64 </template>
64 <script src="chrome://history/history_list.js"></script> 65 <script src="chrome://history/history_list.js"></script>
65 </dom-module> 66 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/history.js ('k') | chrome/browser/resources/md_history/history_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698