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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json

Issue 1261403002: Add paper-menu-button and its dependencies to third_party/polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reproduce.sh Created 5 years, 5 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/paper-header-panel/.bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json
index aa0efb5ad3f07c82ae63d9cef505e9a86738ce1d..7ce4b1dc778fa1cbdf3c48f4ae8f3d64958270dd 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json
+++ b/third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-header-panel",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "A header and content wrapper for layout with headers",
"authors": [
"The Polymer Authors"
@@ -10,6 +10,13 @@
"polymer",
"layout"
],
+ "main": [
+ "paper-header-panel.html"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/paper-header-panel.git"
+ },
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/paper-header-panel",
@@ -25,11 +32,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
},
- "_release": "1.0.2",
+ "_release": "1.0.3",
"_resolution": {
"type": "version",
- "tag": "v1.0.2",
- "commit": "19cde2fc5dfd51439e3433b3d5e6b618d444cb0a"
+ "tag": "v1.0.3",
+ "commit": "7226d1f4d14cffa9d1866464dc461e03676f1dcc"
},
"_source": "git://github.com/PolymerElements/paper-header-panel.git",
"_target": "~1.0.0",

Powered by Google App Engine
This is Rietveld 408576698