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

Unified Diff: third_party/polymer/v1_0/components-chromium/app-layout/app-layout.html

Issue 1984963002: Roll Polymer elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v1_0/components-chromium/app-layout/app-layout.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior.html b/third_party/polymer/v1_0/components-chromium/app-layout/app-layout.html
similarity index 52%
copy from third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior.html
copy to third_party/polymer/v1_0/components-chromium/app-layout/app-layout.html
index 53f9e4523f5befe7895ead1d4ddd7de6ea2c1b4f..98da6e0ee75bdc01ae6be4f1a92b8f8b69fc1e8f 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-item/paper-item-behavior.html
+++ b/third_party/polymer/v1_0/components-chromium/app-layout/app-layout.html
@@ -6,14 +6,13 @@ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
---><html><head><link rel="import" href="../polymer/polymer.html">
-<link rel="import" href="../iron-behaviors/iron-button-state.html">
-<link rel="import" href="../iron-behaviors/iron-control-state.html">
-
-<!--
-`PaperItemBehavior` is a convenience behavior shared by <paper-item> and
-<paper-icon-item> that manages the shared control states and attributes of
-the items.
-->
-</head><body><script src="paper-item-behavior-extracted.js"></script></body></html>
+<link rel="import" href="helpers/helpers.html">
+<link rel="import" href="app-drawer-layout/app-drawer-layout.html">
+<link rel="import" href="app-drawer/app-drawer.html">
+<link rel="import" href="app-header/app-header.html">
+<link rel="import" href="app-header-layout/app-header-layout.html">
+<link rel="import" href="app-scrollpos-control/app-scrollpos-control.html">
+<link rel="import" href="app-toolbar/app-toolbar.html">
+<link rel="import" href="app-box/app-box.html">

Powered by Google App Engine
This is Rietveld 408576698