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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-location/bower.json

Issue 1862213002: Roll third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete appearance_browsertest.js, result of a previous bad merge. Created 4 years, 8 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/iron-location/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/bower.json b/third_party/polymer/v1_0/components-chromium/iron-location/bower.json
similarity index 58%
copy from third_party/polymer/v1_0/components-chromium/iron-icon/bower.json
copy to third_party/polymer/v1_0/components-chromium/iron-location/bower.json
index 38e4ba45d0ae28f942fc952f9b2680e0932b2a8d..7f242bef0193369a53a2468a5a70f2cc6f34edd9 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-location/bower.json
@@ -1,34 +1,35 @@
{
- "name": "iron-icon",
+ "name": "iron-location",
+ "version": "0.8.1",
+ "description": "Bidirectional data binding into the page's URL.",
"private": true,
- "version": "1.0.8",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "An element that supports displaying an icon",
- "main": "iron-icon.html",
- "author": [
+ "authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
- "icon"
+ "routing"
],
+ "main": "iron-location.html",
"repository": {
"type": "git",
- "url": "git://github.com/PolymerElements/iron-icon.git"
+ "url": "git://github.com/PolymerElements/iron-location.git"
},
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "homepage": "https://github.com/PolymerElements/iron-location",
"ignore": [],
"dependencies": {
- "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
- "iron-meta": "polymerelements/iron-meta#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
- "iron-iconset": "polymerelements/iron-iconset#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
+ "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
+ "paper-input": "polymerelements/paper-input#^1.0.0",
+ "paper-slider": "polymerelements/paper-slider#^1.0.0",
+ "paper-styles": "polymerelements/paper-styles#^1.0.0",
+ "test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}

Powered by Google App Engine
This is Rietveld 408576698