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

Unified Diff: third_party/polymer/v0_8/components/paper-item/index.html

Issue 1124133004: Add PolymerElements/paper-item and run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-run to grab paper-menu#0.8.3 Created 5 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/v0_8/components/paper-item/index.html
diff --git a/third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html b/third_party/polymer/v0_8/components/paper-item/index.html
similarity index 90%
copy from third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html
copy to third_party/polymer/v0_8/components/paper-item/index.html
index 4f53214f784442c761ee0d4db11d715c730b7671..23604a258a6aad541612f8c121e54282046a9fe3 100644
--- a/third_party/polymer/v0_8/components-chromium/paper-drawer-panel/index.html
+++ b/third_party/polymer/v0_8/components/paper-item/index.html
@@ -1,5 +1,5 @@
-<!doctype html>
<!--
+@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
@@ -7,13 +7,14 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
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
-->
+<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
- <title>paper-drawer-panel</title>
+ <title>paper-item</title>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
@@ -21,15 +22,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../iron-doc-viewer/iron-doc-viewer.html">
<style>
+
body {
margin: 16px;
}
+
</style>
</head>
<body>
- <iron-doc-viewer src="paper-drawer-panel.html"></iron-doc-viewer>
+ <iron-doc-viewer src="paper-item.html"></iron-doc-viewer>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698