| 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"
 | 
|    ],
 | 
| 
 |