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

Unified Diff: third_party/polymer/components/iron-selector/bower.json

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)
Patch Set: Created 3 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/components/iron-selector/bower.json
diff --git a/third_party/polymer/components/iron-selector/bower.json b/third_party/polymer/components/iron-selector/bower.json
index 8aad3d47a1ed1b85f93e2ca82f3bbc4c4d850e1b..36295dc222661eaea136738b586fa095066fed96 100755
--- a/third_party/polymer/components/iron-selector/bower.json
+++ b/third_party/polymer/components/iron-selector/bower.json
@@ -1,10 +1,15 @@
{
"name": "iron-selector",
- "version": "1.5.2",
+ "version": "1.5.3",
"description": "Manages a set of elements that can be selected",
"private": true,
"license": "http://polymer.github.io/LICENSE.txt",
- "main": "iron-selector.html",
+ "main": [
+ "iron-selector.html",
+ "iron-multi-selectable.html",
+ "iron-selectable.html",
+ "iron-selection.html"
+ ],
"authors": [
"The Polymer Authors"
],

Powered by Google App Engine
This is Rietveld 408576698