Remove unneeded files from third_party/polymer.
Specifically:
1) Removed unneeded files.
2) Updated extract_inline_scripts.sh to not rsync those files again
in the future.
3) Updated create_components_summary.py to use components/ folder
instead of components-chromium/ folder (which no longer has
.bower.json files).
Review URL: https://codereview.chromium.org/1834313003
Cr-Commit-Position: refs/heads/master@{#384940}
diff --git a/third_party/polymer/README.chromium b/third_party/polymer/README.chromium
index b7f8f5d..ec29ef86 100644
--- a/third_party/polymer/README.chromium
+++ b/third_party/polymer/README.chromium
@@ -34,6 +34,7 @@
- Removed executable bit from some files.
- Resolved encoding issues.
- Replaced CRLF line endings with LF line endings in text files.
+- Removed files that are not needed by Chromium, see v1_0/rsync_exclude.txt.
To restore a content of the 'components-chromium' directory from scratch, run
./v1_0/reproduce.sh on a Linux machine.
diff --git a/third_party/polymer/v1_0/components-chromium/font-roboto/.bower.json b/third_party/polymer/v1_0/components-chromium/font-roboto/.bower.json
deleted file mode 100644
index e3f7de6..0000000
--- a/third_party/polymer/v1_0/components-chromium/font-roboto/.bower.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "font-roboto",
- "version": "1.0.1",
- "description": "An HTML import for Roboto",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "font",
- "roboto"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/font-roboto.git"
- },
- "main": "roboto.html",
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/font-roboto/",
- "ignore": [
- "/.*"
- ],
- "_release": "1.0.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.1",
- "commit": "21ce9b51a417fa9995cf6606e886aba0728f70a1"
- },
- "_source": "git://github.com/PolymerElements/font-roboto.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/font-roboto"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/font-roboto/README.md b/third_party/polymer/v1_0/components-chromium/font-roboto/README.md
deleted file mode 100644
index 61c6394..0000000
--- a/third_party/polymer/v1_0/components-chromium/font-roboto/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# font-roboto
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.bower.json
deleted file mode 100644
index 9604c48..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.bower.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "iron-a11y-keys-behavior",
- "version": "1.1.2",
- "description": "A behavior that enables keybindings for greater a11y.",
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "a11y",
- "input"
- ],
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git"
- },
- "main": "iron-a11y-keys-behavior.html",
- "license": "http://polymer.github.io/LICENSE.txt",
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.2",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior",
- "_release": "1.1.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.2",
- "commit": "0c2330c229a6fd3d200e2b84147ec6f94f17c22d"
- },
- "_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-a11y-keys-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/README.md
deleted file mode 100644
index 30ab211..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-a11y-keys-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-a11y-keys-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-a11y-keys-behavior)_
-
-
-##Polymer.IronA11yKeysBehavior
-
-`Polymer.IronA11yKeysBehavior` provides a normalized interface for processing
-keyboard commands that pertain to [WAI-ARIA best practices](http://www.w3.org/TR/wai-aria-practices/#kbd_general_binding).
-The element takes care of browser differences with respect to Keyboard events
-and uses an expressive syntax to filter key presses.
-
-Use the `keyBindings` prototype property to express what combination of keys
-will trigger the event to fire.
-
-Use the `key-event-target` attribute to set up event handlers on a specific
-node.
-The `keys-pressed` event will fire when one of the key combinations set with the
-`keys` property is pressed.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/index.html
deleted file mode 100644
index c53ba6c..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>iron-a11y-keys-behavior</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.bower.json
deleted file mode 100644
index 4362023..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.bower.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "iron-a11y-keys",
- "version": "1.0.4",
- "description": "A basic element implementation of iron-a11y-keys-behavior, matching the legacy core-a11y-keys.",
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "a11y",
- "input"
- ],
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-a11y-keys.git"
- },
- "main": "iron-a11y-keys.html",
- "license": "http://polymer.github.io/LICENSE.txt",
- "dependencies": {
- "polymer": "polymer/polymer#^1.0.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.2",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-a11y-keys",
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "51a34396a392bcfb45592900973c35eceb11f0d7"
- },
- "_source": "git://github.com/PolymerElements/iron-a11y-keys.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-a11y-keys"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.gitignore
deleted file mode 100644
index 1eb1fa5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bower_components
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/README.md b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/README.md
deleted file mode 100644
index 426c46d8..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/README.md
+++ /dev/null
@@ -1,130 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-a11y-keys.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-a11y-keys)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-a11y-keys)_
-
-
-##<iron-a11y-keys>
-
-
-`iron-a11y-keys` provides a cross-browser interface for processing
-keyboard commands. The interface adheres to [WAI-ARIA best
-practices](http://www.w3.org/TR/wai-aria-practices/#kbd_general_binding).
-It uses an expressive syntax to filter key presses.
-
-## Basic usage
-
-The sample code below is a portion of a custom element. The goal is to call
-the `onEnter` method whenever the `paper-input` element is in focus and
-the `Enter` key is pressed.
-
- <iron-a11y-keys id="a11y" target="[[target]]" keys="enter"
- on-keys-pressed="onEnter"></iron-a11y-keys>
- <paper-input id="input"
- placeholder="Type something. Press enter. Check console."
- value="{{userInput::input}}"></paper-input>
-
-The custom element declares an `iron-a11y-keys` element that is bound to a
-property called `target`. The `target` property
-needs to evaluate to the `paper-input` node. `iron-a11y-keys` registers
-an event handler for the target node using Polymer's [annotated event handler
-syntax](https://www.polymer-project.org/1.0/docs/devguide/events.html#annotated-listeners). `{{userInput::input}}` sets the `userInput` property to the
-user's input on each keystroke.
-
-The last step is to link the two elements within the custom element's
-registration.
-
- ...
- properties: {
- userInput: {
- type: String,
- notify: true,
- },
- target: {
- type: Object,
- value: function() {
- return this.$.input;
- }
- },
- },
- onEnter: function() {
- console.log(this.userInput);
- }
- ...
-
-## The `keys` attribute
-
-The `keys` attribute expresses what combination of keys triggers the event.
-
-The attribute accepts a space-separated, plus-sign-concatenated
-set of modifier keys and some common keyboard keys.
-
-The common keys are: `a-z`, `0-9` (top row and number pad), `*` (shift 8 and
-number pad), `F1-F12`, `Page Up`, `Page Down`, `Left Arrow`, `Right Arrow`,
-`Down Arrow`, `Up Arrow`, `Home`, `End`, `Escape`, `Space`, `Tab`, `Enter`.
-
-The modifier keys are: `Shift`, `Control`, `Alt`.
-
-All keys are expected to be lowercase and shortened. E.g.
-`Left Arrow` is `left`, `Page Down` is `pagedown`, `Control` is `ctrl`,
-`F1` is `f1`, `Escape` is `esc`, etc.
-
-### Grammar
-
-Below is the [EBNF](http://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_Form)
-Grammar of the `keys` attribute.
-
- modifier = "shift" | "ctrl" | "alt";
- ascii = ? /[a-z0-9]/ ? ;
- fnkey = ? f1 through f12 ? ;
- arrow = "up" | "down" | "left" | "right" ;
- key = "tab" | "esc" | "space" | "*" | "pageup" | "pagedown" |
- "home" | "end" | arrow | ascii | fnkey;
- keycombo = { modifier, "+" }, key ;
- keys = keycombo, { " ", keycombo } ;
-
-### Example
-
-Given the following value for `keys`:
-
-`ctrl+shift+f7 up pagedown esc space alt+m`
-
-The event is fired if any of the following key combinations are fired:
-`Control` and `Shift` and `F7` keys, `Up Arrow` key, `Page Down` key,
-`Escape` key, `Space` key, `Alt` and `M` keys.
-
-### WAI-ARIA Slider Example
-
-The following is an example of the set of keys that fulfills WAI-ARIA's
-"slider" role [best
-practices](http://www.w3.org/TR/wai-aria-practices/#slider):
-
- <iron-a11y-keys target="[[target]]" keys="left pagedown down"
- on-keys-pressed="decrement"></iron-a11y-keys>
- <iron-a11y-keys target=""[[target]] keys="right pageup up"
- on-keys-pressed="increment"></iron-a11y-keys>
- <iron-a11y-keys target="[[target]]" keys="home"
- on-keys-pressed="setMin"></iron-a11y-keys>
- <iron-a11y-keys target=""[[target]] keys="end"
- on-keys-pressed="setMax"></iron-a11y-keys>
-
-The `target` properties must evaluate to a node. See the basic usage
-example above.
-
-Each of the values for the `on-keys-pressed` attributes must evalute
-to methods. The `increment` method should move the slider a set amount
-toward the maximum value. `decrement` should move the slider a set amount
-toward the minimum value. `setMin` should move the slider to the minimum
-value. `setMax` should move the slider to the maximum value.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/index.html b/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/index.html
deleted file mode 100644
index 02c5182..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <title>iron-a11y-keys</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.bower.json
deleted file mode 100644
index e6d37e62..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.bower.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "iron-autogrow-textarea",
- "version": "1.0.12",
- "description": "A textarea element that automatically grows with input",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "input",
- "textarea"
- ],
- "main": "iron-autogrow-textarea.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-autogrow-textarea.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-autogrow-textarea",
- "ignore": [],
- "dependencies": {
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
- "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.12",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.12",
- "commit": "86f8fd61b412bcea6bc7b8feaee9b24bc2ad48ea"
- },
- "_source": "git://github.com/PolymerElements/iron-autogrow-textarea.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-autogrow-textarea"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/README.md b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/README.md
deleted file mode 100644
index b207d330..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/README.md
+++ /dev/null
@@ -1,44 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-autogrow-textarea.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-autogrow-textarea)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-autogrow-textarea)_
-
-
-##<iron-autogrow-textarea>
-
-`iron-autogrow-textarea` is an element containing a textarea that grows in height as more
-lines of input are entered. Unless an explicit height or the `maxRows` property is set, it will
-never scroll.
-
-Example:
-
-```html
-<iron-autogrow-textarea></iron-autogrow-textarea>
-```
-
-Because the `textarea`'s `value` property is not observable, you should use
-this element's `bind-value` instead for imperative updates.
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--iron-autogrow-textarea` | Mixin applied to the textarea | `{}` |
-| `--iron-autogrow-textarea-placeholder` | Mixin applied to the textarea placeholder | `{}` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/hero.svg
deleted file mode 100644
index 19ec70a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/hero.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M140,47c-3,0-4.7-2.4-6.2-4.4c-1.3-1.9-2.4-3.6-4.7-3.6c-2.3,0-3.4,1.7-4.7,3.6c-1.5,2.1-3.1,4.4-6.4,4.4
- c-3.3,0-4.9-2.4-6.4-4.4c-1.3-1.9-2.5-3.6-4.8-3.6c-2.3,0-3.4,1.7-4.8,3.6c-1.5,2.1-3.1,4.4-6.4,4.4s-5.2-2.4-6.7-4.4
- c-1.3-1.9-2-3.6-5-3.6v-2c4,0,5.2,2.4,6.7,4.4c1.3,1.9,2.6,3.6,4.9,3.6c2.3,0,3.5-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.5-4.4
- s5,2.4,6.4,4.4c1.3,1.9,2.5,3.6,4.8,3.6c2.3,0,3.4-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.4-4.4c3.3,0,4.7,2.4,6.2,4.4
- c1.3,1.9,2.5,3.6,4.5,3.6V47z"/>
- <path d="M140,65c-3,0-4.7-2.4-6.2-4.4c-1.3-1.9-2.4-3.6-4.7-3.6c-2.3,0-3.4,1.7-4.7,3.6c-1.5,2.1-3.1,4.4-6.4,4.4
- c-3.3,0-4.9-2.4-6.4-4.4c-1.3-1.9-2.5-3.6-4.8-3.6c-2.3,0-3.4,1.7-4.8,3.6c-1.5,2.1-3.1,4.4-6.4,4.4s-5.2-2.4-6.7-4.4
- c-1.3-1.9-2-3.6-5-3.6v-2c4,0,5.2,2.4,6.7,4.4c1.3,1.9,2.6,3.6,4.9,3.6c2.3,0,3.5-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.5-4.4
- s5,2.4,6.4,4.4c1.3,1.9,2.5,3.6,4.8,3.6c2.3,0,3.4-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.4-4.4c3.3,0,4.7,2.4,6.2,4.4
- c1.3,1.9,2.5,3.6,4.5,3.6V65z"/>
- <path d="M140,83c-3,0-4.7-2.4-6.2-4.4c-1.3-1.9-2.4-3.6-4.7-3.6c-2.3,0-3.4,1.7-4.7,3.6c-1.5,2.1-3.1,4.4-6.4,4.4
- c-3.3,0-4.9-2.4-6.4-4.4c-1.3-1.9-2.5-3.6-4.8-3.6c-2.3,0-3.4,1.7-4.8,3.6c-1.5,2.1-3.1,4.4-6.4,4.4s-5.2-2.4-6.7-4.4
- c-1.3-1.9-2-3.6-5-3.6v-2c4,0,5.2,2.4,6.7,4.4c1.3,1.9,2.6,3.6,4.9,3.6c2.3,0,3.5-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.5-4.4
- s5,2.4,6.4,4.4c1.3,1.9,2.5,3.6,4.8,3.6c2.3,0,3.4-1.7,4.8-3.6c1.5-2.1,3.1-4.4,6.4-4.4c3.3,0,4.7,2.4,6.2,4.4
- c1.3,1.9,2.5,3.6,4.5,3.6V83z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
- <path d="M151,102H73V24h78V102z M75,100h74V26H75V100z"/>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/index.html b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/index.html
deleted file mode 100644
index 3be2964..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-autogrow-textarea</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-behaviors/.bower.json
deleted file mode 100644
index 85e8252b..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/.bower.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "iron-behaviors",
- "version": "1.0.13",
- "description": "Provides a set of behaviors for the iron elements",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-behaviors.git"
- },
- "main": [
- "iron-button-state.html",
- "iron-control-state.html"
- ],
- "license": "http://polymer.github.io/LICENSE.txt",
- "dependencies": {
- "polymer": "Polymer/polymer#^1.2.0",
- "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "paper-input": "polymerelements/paper-input#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-behaviors",
- "_release": "1.0.13",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.13",
- "commit": "a7bc3428a6da2beed21987b3a8028206826a12bc"
- },
- "_source": "git://github.com/PolymerElements/iron-behaviors.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-behaviors"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-behaviors/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-behaviors/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/README.md b/third_party/polymer/v1_0/components-chromium/iron-behaviors/README.md
deleted file mode 100644
index 0a0629ec..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-button-state.html iron-control-state.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-behaviors)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-behaviors)_
-
-
-<!-- No docs for Polymer.IronButtonState found. -->
-
-<!-- No docs for Polymer.IronControlState found. -->
diff --git a/third_party/polymer/v1_0/components-chromium/iron-behaviors/index.html b/third_party/polymer/v1_0/components-chromium/iron-behaviors/index.html
deleted file mode 100644
index 220deb0..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-behaviors/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>Iron Behaviors</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page src="iron-button-state.html"></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.bower.json
deleted file mode 100644
index 31b32b0..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.bower.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "iron-checked-element-behavior",
- "version": "1.0.4",
- "description": "Implements an element that has a checked attribute and can be added to a form",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "iron",
- "behavior"
- ],
- "main": "iron-checked-element-behavior.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-checked-element-behavior.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-checked-element-behavior",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0",
- "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
- "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "*",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "cc30263ec2871ae8f8f944948f44299d3f3cdf0d"
- },
- "_source": "git://github.com/PolymerElements/iron-checked-element-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-checked-element-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
deleted file mode 100644
index fc570916..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-checked-element-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-checked-element-behavior)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-checked-element-behavior)_
-
-
-##Polymer.IronCheckedElementBehavior
-
-
-Use `Polymer.IronCheckedElementBehavior` to implement a custom element
-that has a `checked` property, which can be used for validation if the
-element is also `required`. Element instances implementing this behavior
-will also be registered for use in an `iron-form` element.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/index.html
deleted file mode 100644
index 1975dc5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-checked-element-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-checked-element-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-collapse/.bower.json
deleted file mode 100644
index 23797e9..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/.bower.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "iron-collapse",
- "version": "1.0.6",
- "description": "Provides a collapsable container",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "container"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/PolymerElements/iron-collapse"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-collapse",
- "ignore": [],
- "dependencies": {
- "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "web-component-tester": "^4.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "iron-collapse.html",
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "afd2b928c84fb1a1d6069b05a36c37b269f25209"
- },
- "_source": "git://github.com/PolymerElements/iron-collapse.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-collapse"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-collapse/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-collapse/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md b/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
deleted file mode 100644
index bc56527..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-collapse.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-collapse)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-collapse)_
-
-
-##<iron-collapse>
-
-`iron-collapse` creates a collapsible block of content. By default, the content
-will be collapsed. Use `opened` or `toggle()` to show/hide the content.
-
-```html
-<button on-click="toggle">toggle collapse</button>
-
-<iron-collapse id="collapse">
- <div>Content goes here...</div>
-</iron-collapse>
-
-...
-
-toggle: function() {
- this.$.collapse.toggle();
-}
-```
-
-`iron-collapse` adjusts the height/width of the collapsible element to show/hide
-the content. So avoid putting padding/margin/border on the collapsible directly,
-and instead put a div inside and style that.
-
-```html
-<style>
- .collapse-content {
- padding: 15px;
- border: 1px solid #dedede;
- }
-</style>
-
-<iron-collapse>
- <div class="collapse-content">
- <div>Content goes here...</div>
- </div>
-</iron-collapse>
-```
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-collapse/hero.svg
deleted file mode 100644
index ae1a49e..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/hero.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
- <path display="inline" fill="none" d="M167.5,51.7c3.7-0.8,6.9,2.4,6.1,6.1c-0.4,1.9-1.9,3.4-3.8,3.8c-3.7,0.8-6.9-2.4-6.1-6.1
- C164.2,53.6,165.7,52.1,167.5,51.7z"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M151,102H73V52h78V102z M75,100h74V54H75V100z"/>
- <path d="M151,38H73V24h78V38z M75,36h74V26H75V36z"/>
- <circle cx="171" cy="51" r="4"/>
- <path d="M151,72v-2c10.5,0,19-8.5,19-19s-8.5-19-19-19v-2c11.6,0,21,9.4,21,21S162.6,72,151,72z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-collapse/index.html b/third_party/polymer/v1_0/components-chromium/iron-collapse/index.html
deleted file mode 100644
index b5d20077..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-collapse/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<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>iron-collapse</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-dropdown/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-dropdown/.bower.json
deleted file mode 100644
index d6b62b1..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-dropdown/.bower.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "iron-dropdown",
- "version": "1.2.0",
- "description": "An unstyled element that works similarly to a native browser select",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer"
- ],
- "main": "iron-dropdown.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-dropdown"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-dropdown",
- "dependencies": {
- "polymer": "polymer/polymer#^1.0.0",
- "iron-behaviors": "polymerelements/iron-behaviors#^1.0.0",
- "iron-overlay-behavior": "polymerelements/iron-overlay-behavior#^1.0.0",
- "iron-resizable-behavior": "polymerelements/iron-resizable-behavior#^1.0.0",
- "neon-animation": "polymerelements/neon-animation#^1.0.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0",
- "iron-image": "polymerelements/iron-image#^1.0.0"
- },
- "ignore": [],
- "_release": "1.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.0",
- "commit": "f864191c6ffbd3aaddea8102102ab40137046327"
- },
- "_source": "git://github.com/PolymerElements/iron-dropdown.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-dropdown"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-dropdown/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-dropdown/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-dropdown/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-dropdown/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-dropdown/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-dropdown/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-dropdown/README.md b/third_party/polymer/v1_0/components-chromium/iron-dropdown/README.md
deleted file mode 100644
index 6440ec6..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-dropdown/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-dropdown.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-dropdown)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-dropdown)_
-
-
-##<iron-dropdown>
-
-`<iron-dropdown>` is a generalized element that is useful when you have
-hidden content (`.dropdown-content`) that is revealed due to some change in
-state that should cause it to do so.
-
-Note that this is a low-level element intended to be used as part of other
-composite elements that cause dropdowns to be revealed.
-
-Examples of elements that might be implemented using an `iron-dropdown`
-include comboboxes, menubuttons, selects. The list goes on.
-
-The `<iron-dropdown>` element exposes attributes that allow the position
-of the `.dropdown-content` relative to the `.dropdown-trigger` to be
-configured.
-
-```html
-<iron-dropdown horizontal-align="right" vertical-align="top">
- <div class="dropdown-content">Hello!</div>
-</iron-dropdown>
-```
-
-In the above example, the `<div>` with class `.dropdown-content` will be
-hidden until the dropdown element has `opened` set to true, or when the `open`
-method is called on the element.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-dropdown/index.html b/third_party/polymer/v1_0/components-chromium/iron-dropdown/index.html
deleted file mode 100644
index 1d3d6cad..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-dropdown/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <title>iron-dropdown</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.bower.json
deleted file mode 100644
index 1318aaf..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "iron-fit-behavior",
- "version": "1.0.6",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Fits an element inside another element",
- "private": true,
- "main": "iron-fit-behavior.html",
- "keywords": [
- "web-components",
- "polymer",
- "behavior"
- ],
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-fit-behavior.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-fit-behavior",
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "f2e868af4fad643ffb7fea3501e1429acc4ec0f0"
- },
- "_source": "git://github.com/PolymerElements/iron-fit-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-fit-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/README.md
deleted file mode 100644
index ed1b72f..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-fit-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-fit-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-fit-behavior)_
-
-
-##Polymer.IronFitBehavior
-
-Polymer.IronFitBehavior fits an element in another element using `max-height` and `max-width`, and
-optionally centers it in the window or another element.
-
-The element will only be sized and/or positioned if it has not already been sized and/or positioned
-by CSS.
-
-| CSS properties | Action |
-| --- | --- |
-| `position` set | Element is not centered horizontally or vertically |
-| `top` or `bottom` set | Element is not vertically centered |
-| `left` or `right` set | Element is not horizontally centered |
-| `max-height` or `height` set | Element respects `max-height` or `height` |
-| `max-width` or `width` set | Element respects `max-width` or `width` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/index.html
deleted file mode 100644
index 5ffa7d61..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-fit-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-fit-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.bower.json
deleted file mode 100644
index 3d6c4f44e..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "iron-flex-layout",
- "version": "1.3.0",
- "description": "Provide flexbox-based layouts",
- "keywords": [
- "web-components",
- "polymer",
- "layout"
- ],
- "main": "iron-flex-layout.html",
- "private": true,
- "license": "http://polymer.github.io/LICENSE.txt",
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-flex-layout.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-flex-layout",
- "_release": "1.3.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.3.0",
- "commit": "434224c8cf63cb4bb1b66edb0dc58e4484f7c5b2"
- },
- "_source": "git://github.com/PolymerElements/iron-flex-layout.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-flex-layout"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.gitignore
deleted file mode 100644
index 1eb1fa5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bower_components
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/README.md b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/README.md
deleted file mode 100644
index 804099f..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-flex-layout.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-flex-layout)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-flex-layout)_
-
-
-##<iron-flex-layout>
-
-The `<iron-flex-layout>` component provides simple ways to use [CSS flexible box layout](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes), also known as flexbox. This component provides two different ways to use flexbox:
-
-1. [Layout classes](https://github.com/PolymerElements/iron-flex-layout/tree/master/classes). The layout class stylesheet provides a simple set of class-based flexbox rules. Layout classes let you specify layout properties directly in markup.
-
-
-1. [Custom CSS mixins](https://github.com/PolymerElements/iron-flex-layout/blob/master/iron-flex-layout.html). The mixin stylesheet includes custom CSS mixins that can be applied inside a CSS rule using the `@apply` function.
-
-
-
-A complete [guide](https://elements.polymer-project.org/guides/flex-layout) to `<iron-flex-layout>` is available.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/index.html b/third_party/polymer/v1_0/components-chromium/iron-flex-layout/index.html
deleted file mode 100644
index 7d3b088..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-flex-layout/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>iron-flex-layout</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.bower.json
deleted file mode 100644
index e09f62a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "iron-form-element-behavior",
- "version": "1.0.6",
- "license": "http://polymer.github.io/LICENSE.txt",
- "private": true,
- "main": "iron-form-element-behavior.html",
- "authors": [
- "The Polymer Authors"
- ],
- "description": "Enables a custom element to be included in an iron-form",
- "keywords": [
- "web-components",
- "polymer",
- "form"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-form-element-behavior.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-form-element-behavior",
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "cf9e09ded62daf3363852ce98260aaad1ed0fae1"
- },
- "_source": "git://github.com/PolymerElements/iron-form-element-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-form-element-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/README.md
deleted file mode 100644
index b68d08fb..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-form-element-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-form-element-behavior)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-form-element-behavior)_
-
-
-##Polymer.IronFormElementBehavior
-
-
- Polymer.IronFormElementBehavior enables a custom element to be included
- in an `iron-form`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/index.html
deleted file mode 100644
index 8d748c05..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-form-element-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-form-element-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-icon/.bower.json
deleted file mode 100644
index 9784e3a3..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/.bower.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "iron-icon",
- "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": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "icon"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-icon.git"
- },
- "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",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "homepage": "https://github.com/PolymerElements/iron-icon",
- "_release": "1.0.8",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.8",
- "commit": "f36b38928849ef3853db727faa8c9ef104d611eb"
- },
- "_source": "git://github.com/PolymerElements/iron-icon.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-icon"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-icon/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-icon/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/README.md b/third_party/polymer/v1_0/components-chromium/iron-icon/README.md
deleted file mode 100644
index a08298f..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/README.md
+++ /dev/null
@@ -1,92 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-icon.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-icon)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-icon)_
-
-
-##<iron-icon>
-
-The `iron-icon` element displays an icon. By default an icon renders as a 24px square.
-
-Example using src:
-
-```html
-<iron-icon src="star.png"></iron-icon>
-```
-
-Example setting size to 32px x 32px:
-
-```html
-<iron-icon class="big" src="big_star.png"></iron-icon>
-
-<style is="custom-style">
- .big {
- --iron-icon-height: 32px;
- --iron-icon-width: 32px;
- }
-</style>
-```
-
-The iron elements include several sets of icons.
-To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
-
-```html
-<link rel="import" href="/components/iron-icons/iron-icons.html">
-
-<iron-icon icon="menu"></iron-icon>
-```
-
-To use a different built-in set of icons, import the specific `iron-icons/<iconset>-icons.html`, and
-specify the icon as `<iconset>:<icon>`. For example, to use a communication icon, you would
-use:
-
-```html
-<link rel="import" href="/components/iron-icons/communication-icons.html">
-
-<iron-icon icon="communication:email"></iron-icon>
-```
-
-You can also create custom icon sets of bitmap or SVG icons.
-
-Example of using an icon named `cherry` from a custom iconset with the ID `fruit`:
-
-```html
-<iron-icon icon="fruit:cherry"></iron-icon>
-```
-
-See [iron-iconset](iron-iconset) and [iron-iconset-svg](iron-iconset-svg) for more information about
-how to create a custom iconset.
-
-See the [iron-icons demo](iron-icons?view=demo:demo/index.html) to see the icons available
-in the various iconsets.
-
-To load a subset of icons from one of the default `iron-icons` sets, you can
-use the [poly-icon](https://poly-icon.appspot.com/) tool. It allows you
-to select individual icons, and creates an iconset from them that you can
-use directly in your elements.
-
-### Styling
-
-The following custom properties are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--iron-icon-width` | Width of the icon | `24px` |
-| `--iron-icon-height` | Height of the icon | `24px` |
-| `--iron-icon-fill-color` | Fill color of the svg icon | `currentcolor` |
-| `--iron-icon-stroke-color` | Stroke color of the svg icon | none |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-icon/hero.svg
deleted file mode 100644
index f0f5853..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/hero.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <circle cx="112" cy="61" r="8"/>
- <path d="M129,78H95V44h34V78z M97,76h30V46H97V76z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icon/index.html b/third_party/polymer/v1_0/components-chromium/iron-icon/index.html
deleted file mode 100644
index 487bb5c..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icon/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-icons/.bower.json
deleted file mode 100644
index be52e7b..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "iron-icons",
- "version": "1.1.3",
- "description": "A set of icons for use with iron-icon",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "icon"
- ],
- "main": "iron-icons.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-icons"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-icons",
- "dependencies": {
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "iron-iconset-svg": "polymerelements/iron-iconset-svg#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "iron-component-page": "polymerelements/iron-component-page#1.0.0",
- "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
- "iron-meta": "polymerelements/iron-meta#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0"
- },
- "ignore": [
- "util",
- "update-icons.sh"
- ],
- "_release": "1.1.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.3",
- "commit": "c13869b57a9464dfc3a1f26e89858f8be37e7441"
- },
- "_source": "git://github.com/PolymerElements/iron-icons.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-icons"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-icons/.gitignore
deleted file mode 100644
index bb1944ea..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-util/node_modules
-material-design-icons
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-icons/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/README.md b/third_party/polymer/v1_0/components-chromium/iron-icons/README.md
deleted file mode 100644
index bd11ba7..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/README.md
+++ /dev/null
@@ -1,44 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-icons.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-icons)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-icons)_
-
-
-##<iron-icons>
-
-`iron-icons` is a utility import that includes the definition for the `iron-icon` element, `iron-iconset-svg` element, as well as an import for the default icon set.
-
-The `iron-icons` directory also includes imports for additional icon sets that can be loaded into your project.
-
-Example loading icon set:
-
-```html
-<link rel="import" href="../iron-icons/maps-icons.html">
-```
-
-To use an icon from one of these sets, first prefix your `iron-icon` with the icon set name, followed by a colon, ":", and then the icon id.
-
-Example using the directions-bus icon from the maps icon set:
-
-```html
-<iron-icon icon="maps:directions-bus"></iron-icon>
-```
-
-See [iron-icon](#iron-icon) for more information about working with icons.
-
-See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-icons/hero.svg
deleted file mode 100644
index 167321c9..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/hero.svg
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <circle cx="73" cy="24" r="4"/>
- <path d="M82,33H64V15h18V33z M66,31h14V17H66V31z"/>
- <circle cx="112.5" cy="24" r="4"/>
- <circle cx="151" cy="24" r="4"/>
- <path d="M121,33h-18V15h18V33z M105,31h14V17h-14V31z"/>
- <path d="M160,33h-18V15h18V33z M144,31h14V17h-14V31z"/>
- <circle cx="73" cy="62" r="4"/>
- <path d="M82,71H64V53h18V71z M66,69h14V55H66V69z"/>
- <circle cx="112.5" cy="62" r="4"/>
- <path d="M121,71h-18V53h18V71z M105,69h14V55h-14V69z"/>
- <circle cx="151" cy="62" r="4"/>
- <path d="M160,71h-18V53h18V71z M144,69h14V55h-14V69z"/>
- <circle cx="73" cy="102" r="4"/>
- <path d="M82,111H64V93h18V111z M66,109h14V95H66V109z"/>
- <circle cx="112.5" cy="102" r="4"/>
- <path d="M121,111h-18V93h18V111z M105,109h14V95h-14V109z"/>
- <circle cx="151" cy="102" r="4"/>
- <path d="M160,111h-18V93h18V111z M144,109h14V95h-14V109z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-icons/index.html b/third_party/polymer/v1_0/components-chromium/iron-icons/index.html
deleted file mode 100644
index cea02f9..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-icons/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<!--
-Copyright (c) 2014 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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.bower.json
deleted file mode 100644
index 37c716fe..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.bower.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "iron-iconset-svg",
- "description": "Manages a set of svg icons",
- "version": "1.0.9",
- "keywords": [
- "web-components",
- "polymer",
- "icon"
- ],
- "license": "http://polymer.github.io/LICENSE.txt",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-iconset-svg.git"
- },
- "dependencies": {
- "polymer": "polymer/polymer#^1.0.0",
- "iron-meta": "polymerelements/iron-meta#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "*"
- },
- "main": "iron-iconset-svg.html",
- "homepage": "https://github.com/PolymerElements/iron-iconset-svg",
- "_release": "1.0.9",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.9",
- "commit": "ce9b2ea1f73d936cffdd05f3fe34b1f69d1d32db"
- },
- "_source": "git://github.com/PolymerElements/iron-iconset-svg.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-iconset-svg"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/README.md b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/README.md
deleted file mode 100644
index f5b7e56..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/README.md
+++ /dev/null
@@ -1,50 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-iconset-svg.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-iconset-svg)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-iconset-svg)_
-
-
-##<iron-iconset-svg>
-
-
-The `iron-iconset-svg` element allows users to define their own icon sets
-that contain svg icons. The svg icon elements should be children of the
-`iron-iconset-svg` element. Multiple icons should be given distinct id's.
-
-Using svg elements to create icons has a few advantages over traditional
-bitmap graphics like jpg or png. Icons that use svg are vector based so
-they are resolution independent and should look good on any device. They
-are stylable via css. Icons can be themed, colorized, and even animated.
-
-Example:
-
- <iron-iconset-svg name="my-svg-icons" size="24">
- <svg>
- <defs>
- <g id="shape">
- <rect x="50" y="50" width="50" height="50" />
- <circle cx="50" cy="50" r="50" />
- </g>
- </defs>
- </svg>
- </iron-iconset-svg>
-
-This will automatically register the icon set "my-svg-icons" to the iconset
-database. To use these icons from within another element, make a
-`iron-iconset` element and call the `byId` method
-to retrieve a given iconset. To apply a particular icon inside an
-element use the `applyIcon` method. For example:
-
- iconset.applyIcon(iconNode, 'car');
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/index.html b/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/index.html
deleted file mode 100644
index e871f17d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-iconset-svg/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-image/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-image/.bower.json
deleted file mode 100644
index 6c28880..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-image/.bower.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "iron-image",
- "version": "1.2.2",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "An image-displaying element with lots of convenient features",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "media"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-image.git"
- },
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.4",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "iron-image.html",
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-image",
- "_release": "1.2.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.2",
- "commit": "2b9e5466ce0809a8503c369c9c500ec487dee224"
- },
- "_source": "git://github.com/PolymerElements/iron-image.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-image"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-image/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-image/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-image/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-image/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-image/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-image/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-image/README.md b/third_party/polymer/v1_0/components-chromium/iron-image/README.md
deleted file mode 100644
index 379796269f..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-image/README.md
+++ /dev/null
@@ -1,86 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-image.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-image)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-image)_
-
-
-##<iron-image>
-
-`iron-image` is an element for displaying an image that provides useful sizing and
-preloading options not found on the standard `<img>` tag.
-
-The `sizing` option allows the image to be either cropped (`cover`) or
-letterboxed (`contain`) to fill a fixed user-size placed on the element.
-
-The `preload` option prevents the browser from rendering the image until the
-image is fully loaded. In the interim, either the element's CSS `background-color`
-can be be used as the placeholder, or the `placeholder` property can be
-set to a URL (preferably a data-URI, for instant rendering) for an
-placeholder image.
-
-The `fade` option (only valid when `preload` is set) will cause the placeholder
-image/color to be faded out once the image is rendered.
-
-Examples:
-
- Basically identical to `<img src="...">` tag:
-
-```html
-<iron-image src="http://lorempixel.com/400/400"></iron-image>
-```
-
- Will letterbox the image to fit:
-
-```html
-<iron-image style="width:400px; height:400px;" sizing="contain"
- src="http://lorempixel.com/600/400"></iron-image>
-```
-
- Will crop the image to fit:
-
-```html
-<iron-image style="width:400px; height:400px;" sizing="cover"
- src="http://lorempixel.com/600/400"></iron-image>
-```
-
- Will show light-gray background until the image loads:
-
-```html
-<iron-image style="width:400px; height:400px; background-color: lightgray;"
- sizing="cover" preload src="http://lorempixel.com/600/400"></iron-image>
-```
-
- Will show a base-64 encoded placeholder image until the image loads:
-
-```html
-<iron-image style="width:400px; height:400px;" placeholder="data:image/gif;base64,..."
- sizing="cover" preload src="http://lorempixel.com/600/400"></iron-image>
-```
-
- Will fade the light-gray background out once the image is loaded:
-
-```html
-<iron-image style="width:400px; height:400px; background-color: lightgray;"
- sizing="cover" preload fade src="http://lorempixel.com/600/400"></iron-image>
-```
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--iron-image-placeholder` | Mixin applied to #placeholder | `{}` |
-| `--iron-image-width` | Sets the width of the wrapped image | `auto` |
-| `--iron-image-height` | Sets the height of the wrapped image | `auto` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-image/index.html b/third_party/polymer/v1_0/components-chromium/iron-image/index.html
deleted file mode 100644
index bb7da82..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-image/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>iron-image</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-input/.bower.json
deleted file mode 100644
index cbafbec95..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/.bower.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "name": "iron-input",
- "version": "1.0.8",
- "description": "An input element with data binding",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "input"
- ],
- "main": "iron-input.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-input.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-input",
- "ignore": [],
- "dependencies": {
- "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.8",
- "_resolution": {
- "type": "version",
- "tag": "1.0.8",
- "commit": "55d2b39ead32b8d90da538daa1a6681fd9ae89d9"
- },
- "_source": "git://github.com/PolymerElements/iron-input.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-input"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-input/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-input/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/README.md b/third_party/polymer/v1_0/components-chromium/iron-input/README.md
deleted file mode 100644
index 70a74e9..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-input.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-input)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-input)_
-
-
-##<iron-input>
-
-
-`<iron-input>` adds two-way binding and custom validators using `Polymer.IronValidatorBehavior`
-to `<input>`.
-
-### Two-way binding
-
-By default you can only get notified of changes to an `input`'s `value` due to user input:
-
- <input value="{{myValue::input}}">
-
-`iron-input` adds the `bind-value` property that mirrors the `value` property, and can be used
-for two-way data binding. `bind-value` will notify if it is changed either by user input or by script.
-
- <input is="iron-input" bind-value="{{myValue}}">
-
-### Custom validators
-
-You can use custom validators that implement `Polymer.IronValidatorBehavior` with `<iron-input>`.
-
- <input is="iron-input" validator="my-custom-validator">
-
-### Stopping invalid input
-
-It may be desirable to only allow users to enter certain characters. You can use the
-`prevent-invalid-input` and `allowed-pattern` attributes together to accomplish this. This feature
-is separate from validation, and `allowed-pattern` does not affect how the input is validated.
-
- <!-- only allow characters that match [0-9] -->
- <input is="iron-input" prevent-invalid-input allowed-pattern="[0-9]">
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-input/hero.svg
deleted file mode 100644
index 146ffea..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/hero.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <rect x="49" y="53" width="2" height="18"/>
- <path d="M188,78H37V44h151V78z M39,76h147V46H39V76z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-input/index.html b/third_party/polymer/v1_0/components-chromium/iron-input/index.html
deleted file mode 100644
index ca0dac0..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-input/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-input</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-list/.bower.json
deleted file mode 100644
index 1217d66..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-list/.bower.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "iron-list",
- "description": "Displays a virtual, 'infinite' scrolling list of items",
- "keywords": [
- "web-components",
- "polymer",
- "list",
- "virtual-list"
- ],
- "version": "1.2.7",
- "homepage": "https://github.com/PolymerElements/iron-list",
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-list"
- },
- "main": "iron-list.html",
- "license": "http://polymer.github.io/LICENSE.txt",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-resizable-behavior": "polymerelements/iron-resizable-behavior#^1.0.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0",
- "iron-scroll-target-behavior": "PolymerElements/iron-scroll-target-behavior#^1.0.0"
- },
- "devDependencies": {
- "app-layout": "PolymerLabs/app-layout#master",
- "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-ajax": "polymerelements/iron-ajax#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
- "iron-scroll-threshold": "polymerelements/iron-scroll-threshold#^1.0.0",
- "iron-image": "polymerelements/iron-image#^1.0.0",
- "paper-menu": "polymerelements/paper-menu#^1.0.0",
- "paper-item": "polymerelements/paper-item#^1.0.0",
- "paper-icon-button": "polymerelements/paper-icon-button#^1.0.0",
- "paper-button": "polymerelements/paper-button#^1.0.0",
- "paper-badge": "polymerelements/paper-badge#^1.0.0",
- "paper-spinner": "polymerelements/paper-spinner#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.2",
- "web-component-tester": "^4.0.0"
- },
- "_release": "1.2.7",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.7",
- "commit": "3de2382811553456af4cc8fc9772dac9fbdff41b"
- },
- "_source": "git://github.com/PolymerElements/iron-list.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-list"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-list/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-list/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-list/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-list/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/README.md b/third_party/polymer/v1_0/components-chromium/iron-list/README.md
deleted file mode 100644
index a4386c1a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-list/README.md
+++ /dev/null
@@ -1,139 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-list.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-list)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-list)_
-
-
-##<iron-list>
-
-`iron-list` displays a virtual, 'infinite' list. The template inside
-the iron-list element represents the DOM to create for each list item.
-The `items` property specifies an array of list item data.
-
-For performance reasons, not every item in the list is rendered at once;
-instead a small subset of actual template elements *(enough to fill the viewport)*
-are rendered and reused as the user scrolls. As such, it is important that all
-state of the list template be bound to the model driving it, since the view may
-be reused with a new model at any time. Particularly, any state that may change
-as the result of a user interaction with the list item must be bound to the model
-to avoid view state inconsistency.
-
-__Important:__ `iron-list` must either be explicitly sized, or delegate scrolling to an
-explicitly sized parent. By "explicitly sized", we mean it either has an explicit
-CSS `height` property set via a class or inline style, or else is sized by other
-layout means (e.g. the `flex` or `fit` classes).
-
-### Template model
-
-List item templates should bind to template models of the following structure:
-
-```js
-{
- index: 0, // index in the item array
- selected: false, // true if the current item is selected
- tabIndex: -1, // a dynamically generated tabIndex for focus management
- item: {} // user data corresponding to items[index]
-}
-```
-
-Alternatively, you can change the property name used as data index by changing the
-`indexAs` property. The `as` property defines the name of the variable to add to the binding
-scope for the array.
-
-For example, given the following `data` array:
-
-##### data.json
-
-```js
-[
- {"name": "Bob"},
- {"name": "Tim"},
- {"name": "Mike"}
-]
-```
-
-The following code would render the list (note the name and checked properties are
-bound from the model object provided to the template scope):
-
-```html
-<template is="dom-bind">
- <iron-ajax url="data.json" last-response="{{data}}" auto></iron-ajax>
- <iron-list items="[[data]]" as="item">
- <template>
- <div>
- Name: [[item.name]]
- </div>
- </template>
- </iron-list>
-</template>
-```
-
-### Accessibility
-
-`iron-list` automatically manages the focus state for the items. It also provides
-a `tabIndex` property within the template scope that can be used for keyboard navigation.
-For example, users can press the up and down keys to move to previous and next
-items in the list:
-
-```html
-<iron-list items="[[data]]" as="item">
- <template>
- <div tabindex$="[[tabIndex]]">
- Name: [[item.name]]
- </div>
- </template>
-</iron-list>
-```
-
-### Styling
-
-You can use the `--iron-list-items-container` mixin to style the container of items:
-
-```css
-iron-list {
- --iron-list-items-container: {
- margin: auto;
- };
-}
-```
-
-### Resizing
-
-`iron-list` lays out the items when it receives a notification via the `iron-resize` event.
-This event is fired by any element that implements `IronResizableBehavior`.
-
-By default, elements such as `iron-pages`, `paper-tabs` or `paper-dialog` will trigger
-this event automatically. If you hide the list manually (e.g. you use `display: none`)
-you might want to implement `IronResizableBehavior` or fire this event manually right
-after the list became visible again. For example:
-
-```js
-document.querySelector('iron-list').fire('iron-resize');
-```
-
-### When should `<iron-list>` be used?
-
-`iron-list` should be used when a page has significantly more DOM nodes than the ones
-visible on the screen. e.g. the page has 500 nodes, but only 20 are visible at the time.
-This is why we refer to it as a `virtual` list. In this case, a `dom-repeat` will still
-create 500 nodes which could slow down the web app, but `iron-list` will only create 20.
-
-However, having an `iron-list` does not mean that you can load all the data at once.
-Say, you have a million records in the database, you want to split the data into pages
-so you can bring a page at the time. The page could contain 500 items, and iron-list
-will only render 20.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-list/index.html b/third_party/polymer/v1_0/components-chromium/iron-list/index.html
deleted file mode 100644
index 536371c..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-list/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!doctype html>
-<!--
-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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <title>iron-list</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-media-query/.bower.json
deleted file mode 100644
index d9ad827..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "iron-media-query",
- "version": "1.0.8",
- "description": "Lets you bind to a CSS media query",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "media"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-media-query"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-media-query",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "iron-media-query.html",
- "_release": "1.0.8",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.8",
- "commit": "3f916be171af7a3e03eb019acdfea71055d3c744"
- },
- "_source": "git://github.com/PolymerElements/iron-media-query.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-media-query"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-media-query/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-media-query/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/README.md b/third_party/polymer/v1_0/components-chromium/iron-media-query/README.md
deleted file mode 100644
index a2c553d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-media-query.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-media-query)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-media-query)_
-
-
-##<iron-media-query>
-
-
-`iron-media-query` can be used to data bind to a CSS media query.
-The `query` property is a bare CSS media query.
-The `query-matches` property is a boolean representing whether the page matches that media query.
-
-Example:
-
- <iron-media-query query="(min-width: 600px)" query-matches="{{queryMatches}}"></iron-media-query>
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-media-query/hero.svg
deleted file mode 100644
index 9b5e2a6..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/hero.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M173,99H91V41h82V99z M93,97h78V43H93V97z"/>
- <path d="M77,89H51V42h26V89z M53,87h22V44H53V87z"/>
- <rect x="52" y="56" width="24" height="2"/>
- <rect x="92" y="58" width="80" height="2"/>
- <path d="M65.3,42h-2c0-10,8.7-18.7,18.7-18.7v2C73,25.3,65.3,33,65.3,42z"/>
- <path d="M105.3,42h-2c0-9-7.3-16.7-16.3-16.7v-2C97,23.3,105.3,32,105.3,42z"/>
- <circle cx="84.3" cy="24.3" r="4"/>
- <circle cx="69.3" cy="80.3" r="4"/>
- <circle cx="160.3" cy="59.3" r="4"/>
- <path d="M49,41v49c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2V41c0-1.1-0.9-2-2-2H51C49.9,39,49,39.9,49,41z M76,88H52V43h24V88z"/>
- <path d="M88.9,40.7v59c0,1.1,0.9,2,2,2h82c1.1,0,2-0.9,2-2v-59c0-1.1-0.9-2-2-2h-82C89.8,38.7,88.9,39.6,88.9,40.7z M172,98H93V42
- h79V98z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-media-query/index.html b/third_party/polymer/v1_0/components-chromium/iron-media-query/index.html
deleted file mode 100644
index 174afb5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-media-query/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<!--
-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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-media-query</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.bower.json
deleted file mode 100644
index 751cfcc..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.bower.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "iron-menu-behavior",
- "version": "1.1.4",
- "description": "Provides accessible menu behavior",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "behavior",
- "menu"
- ],
- "main": [
- "iron-menu-behavior.html",
- "iron-menubar-behavior.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-menu-behavior"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-menu-behavior",
- "ignore": [],
- "dependencies": {
- "iron-selector": "PolymerElements/iron-selector#^1.0.0",
- "polymer": "Polymer/polymer#^1.2.4",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.1.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.4",
- "commit": "637c4ae4654b53d4ca29ba97239c1ffba13cfc93"
- },
- "_source": "git://github.com/PolymerElements/iron-menu-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-menu-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/README.md
deleted file mode 100644
index f8d90c65..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/README.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-menu-behavior.html iron-menubar-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-menu-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-menu-behavior)_
-
-
-##Polymer.IronMenuBehavior
-
-`Polymer.IronMenuBehavior` implements accessible menu behavior.
-
-
-
-##Polymer.IronMenubarBehavior
-
-`Polymer.IronMenubarBehavior` implements accessible menubar behavior.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/index.html
deleted file mode 100644
index 2c643c4a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-menu-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page src="iron-menubar-behavior.html"></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-meta/.bower.json
deleted file mode 100644
index e1304d17..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/.bower.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "iron-meta",
- "version": "1.1.1",
- "keywords": [
- "web-components",
- "polymer"
- ],
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Useful for sharing information across a DOM tree",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-meta.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "polymerelements/paper-styles#^1.0.4",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "*",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "iron-meta.html",
- "homepage": "https://github.com/PolymerElements/iron-meta",
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "e171ee234b482219c9514e6f9551df48ef48bd9f"
- },
- "_source": "git://github.com/PolymerElements/iron-meta.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-meta"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-meta/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-meta/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/README.md b/third_party/polymer/v1_0/components-chromium/iron-meta/README.md
deleted file mode 100644
index 615c85b..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/README.md
+++ /dev/null
@@ -1,93 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-meta.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-meta)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-meta)_
-
-
-##<iron-meta>
-
-
-`iron-meta` is a generic element you can use for sharing information across the DOM tree.
-It uses [monostate pattern](http://c2.com/cgi/wiki?MonostatePattern) such that any
-instance of iron-meta has access to the shared
-information. You can use `iron-meta` to share whatever you want (or create an extension
-[like x-meta] for enhancements).
-
-The `iron-meta` instances containing your actual data can be loaded in an import,
-or constructed in any way you see fit. The only requirement is that you create them
-before you try to access them.
-
-Examples:
-
-If I create an instance like this:
-
- <iron-meta key="info" value="foo/bar"></iron-meta>
-
-Note that value="foo/bar" is the metadata I've defined. I could define more
-attributes or use child nodes to define additional metadata.
-
-Now I can access that element (and it's metadata) from any iron-meta instance
-via the byKey method, e.g.
-
- meta.byKey('info').getAttribute('value');
-
-Pure imperative form would be like:
-
- document.createElement('iron-meta').byKey('info').getAttribute('value');
-
-Or, in a Polymer element, you can include a meta in your template:
-
- <iron-meta id="meta"></iron-meta>
- ...
- this.$.meta.byKey('info').getAttribute('value');
-
-
-
-##<iron-meta-query>
-
-
-`iron-meta` is a generic element you can use for sharing information across the DOM tree.
-It uses [monostate pattern](http://c2.com/cgi/wiki?MonostatePattern) such that any
-instance of iron-meta has access to the shared
-information. You can use `iron-meta` to share whatever you want (or create an extension
-[like x-meta] for enhancements).
-
-The `iron-meta` instances containing your actual data can be loaded in an import,
-or constructed in any way you see fit. The only requirement is that you create them
-before you try to access them.
-
-Examples:
-
-If I create an instance like this:
-
- <iron-meta key="info" value="foo/bar"></iron-meta>
-
-Note that value="foo/bar" is the metadata I've defined. I could define more
-attributes or use child nodes to define additional metadata.
-
-Now I can access that element (and it's metadata) from any iron-meta instance
-via the byKey method, e.g.
-
- meta.byKey('info').getAttribute('value');
-
-Pure imperative form would be like:
-
- document.createElement('iron-meta').byKey('info').getAttribute('value');
-
-Or, in a Polymer element, you can include a meta in your template:
-
- <iron-meta id="meta"></iron-meta>
- ...
- this.$.meta.byKey('info').getAttribute('value');
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-meta/hero.svg
deleted file mode 100644
index ea8548d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/hero.svg
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <circle cx="22" cy="85" r="4"/>
- <circle cx="88" cy="98" r="4"/>
- <path d="M87.5,100c-3.8-0.3-5.5-2.8-7-5c-1.4-2.1-2.7-3.9-5.5-4.2c-2.8-0.3-4.4,1.3-6.2,3.1c-1.9,1.9-4,4-7.8,3.7
- c-3.8-0.3-5.5-2.8-7-5c-1.4-2.1-2.7-3.9-5.5-4.2c-2.8-0.3-4.4,1.3-6.2,3.1c-1.9,1.9-4,4-7.8,3.7c-3.8-0.3-5.5-2.8-7-5
- c-1.4-2.1-2.7-3.9-5.5-4.2l0.2-2c3.8,0.3,5.5,2.8,7,5c1.4,2.1,2.7,3.9,5.5,4.2c2.8,0.3,4.4-1.3,6.2-3.1c1.9-1.9,4-4,7.8-3.7
- c3.8,0.3,5.5,2.8,7,5c1.4,2.1,2.7,3.9,5.5,4.2c2.8,0.3,4.4-1.3,6.2-3.1c1.9-1.9,4-4,7.8-3.7c3.8,0.3,5.5,2.8,7,5
- c1.4,2.1,2.7,3.9,5.5,4.2L87.5,100z"/>
- <circle cx="96" cy="86" r="4"/>
- <circle cx="162" cy="98" r="4"/>
- <rect x="95.5" y="91" transform="matrix(0.9839 0.1789 -0.1789 0.9839 18.5382 -21.5923)" width="67.1" height="2"/>
- <g>
- <path d="M27,41.5l4.5,13.4l4.9-13.4h5.4v32h-4.4V61l0.4-13.4l-5.4,14.5h-2L25.6,48L26,61v12.5h-4.4v-32H27z"/>
- <path d="M67.5,58.7H53.4V70h16.4v3.5H49v-32h20.6V45H53.4v10.2h14.2V58.7z"/>
- <path d="M98.5,45H88.3v28.5h-4.4V45H73.6v-3.5h24.9V45z"/>
- <path d="M116.2,65.3H105l-2.6,8.2h-4.5l10.9-32h3.8l10.6,32h-4.5L116.2,65.3z M106.2,61.6h8.9l-4.4-14.2L106.2,61.6z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-meta/index.html b/third_party/polymer/v1_0/components-chromium/iron-meta/index.html
deleted file mode 100644
index c70dc6e5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-meta/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>iron-meta</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.bower.json
deleted file mode 100644
index b71ee8d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "iron-overlay-behavior",
- "version": "1.4.1",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Provides a behavior for making an element an overlay",
- "private": true,
- "main": "iron-overlay-behavior.html",
- "keywords": [
- "web-components",
- "polymer",
- "behavior",
- "overlay"
- ],
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-overlay-behavior.git"
- },
- "dependencies": {
- "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0",
- "iron-fit-behavior": "PolymerElements/iron-fit-behavior#^1.0.0",
- "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.2",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-overlay-behavior",
- "_release": "1.4.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.4.1",
- "commit": "4aefb7bc41aecef69022d6435133c430fc52d3ba"
- },
- "_source": "git://github.com/PolymerElements/iron-overlay-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-overlay-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/README.md
deleted file mode 100644
index 2c5efa8..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/README.md
+++ /dev/null
@@ -1,71 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-overlay-backdrop.html iron-overlay-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-overlay-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-overlay-behavior)_
-
-
-##<iron-overlay-backdrop>
-
-`iron-overlay-backdrop` is a backdrop used by `Polymer.IronOverlayBehavior`. It should be a
-singleton.
-
-### Styling
-
-The following custom properties and mixins are available for styling.
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--iron-overlay-backdrop-background-color` | Backdrop background color | #000 |
-| `--iron-overlay-backdrop-opacity` | Backdrop opacity | 0.6 |
-| `--iron-overlay-backdrop` | Mixin applied to `iron-overlay-backdrop`. | {} |
-| `--iron-overlay-backdrop-opened` | Mixin applied to `iron-overlay-backdrop` when it is displayed | {} |
-
-
-
-##Polymer.IronOverlayBehavior
-
-Use `Polymer.IronOverlayBehavior` to implement an element that can be hidden or shown, and displays
-on top of other content. It includes an optional backdrop, and can be used to implement a variety
-of UI controls including dialogs and drop downs. Multiple overlays may be displayed at once.
-
-### Closing and canceling
-
-A dialog may be hidden by closing or canceling. The difference between close and cancel is user
-intent. Closing generally implies that the user acknowledged the content on the overlay. By default,
-it will cancel whenever the user taps outside it or presses the escape key. This behavior is
-configurable with the `no-cancel-on-esc-key` and the `no-cancel-on-outside-click` properties.
-`close()` should be called explicitly by the implementer when the user interacts with a control
-in the overlay element. When the dialog is canceled, the overlay fires an 'iron-overlay-canceled'
-event. Call `preventDefault` on this event to prevent the overlay from closing.
-
-### Positioning
-
-By default the element is sized and positioned to fit and centered inside the window. You can
-position and size it manually using CSS. See `Polymer.IronFitBehavior`.
-
-### Backdrop
-
-Set the `with-backdrop` attribute to display a backdrop behind the overlay. The backdrop is
-appended to `<body>` and is of type `<iron-overlay-backdrop>`. See its doc page for styling
-options.
-
-### Limitations
-
-The element is styled to appear on top of other content by setting its `z-index` property. You
-must ensure no element has a stacking context with a higher `z-index` than its parent stacking
-context. You should place this element as a child of `<body>` whenever possible.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/index.html
deleted file mode 100644
index d69e3044..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-overlay-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-pages/.bower.json
deleted file mode 100644
index 17fa616a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/.bower.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "iron-pages",
- "version": "1.0.7",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Organizes a set of pages and shows one at a time",
- "main": "iron-pages.html",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-pages.git"
- },
- "keywords": [
- "web-components",
- "polymer",
- "container"
- ],
- "dependencies": {
- "iron-resizable-behavior": "polymerelements/iron-resizable-behavior#^1.0.0",
- "iron-selector": "polymerelements/iron-selector#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "polymerelements/iron-demo-helpers#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.2",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-pages",
- "_release": "1.0.7",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.7",
- "commit": "357acb8508da5093b22887a85cb785919c20cfde"
- },
- "_source": "git://github.com/PolymerElements/iron-pages.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-pages"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-pages/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-pages/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/README.md b/third_party/polymer/v1_0/components-chromium/iron-pages/README.md
deleted file mode 100644
index fed222d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-pages.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-pages)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-pages)_
-
-
-##<iron-pages>
-
-`iron-pages` is used to select one of its children to show. One use is to cycle through a list of
-children "pages".
-
-Example:
-
-```html
-<iron-pages selected="0">
- <div>One</div>
- <div>Two</div>
- <div>Three</div>
-</iron-pages>
-
-<script>
- document.addEventListener('click', function(e) {
- var pages = document.querySelector('iron-pages');
- pages.selectNext();
- });
-</script>
-```
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/hero.svg b/third_party/polymer/v1_0/components-chromium/iron-pages/hero.svg
deleted file mode 100644
index fa12783..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/hero.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M143.3,73.6H51.7V26.7h91.6V73.6z M53.7,71.6h87.6V28.7H53.7V71.6z"/>
- <path d="M158.3,85.4H66.7V38.6h91.6V85.4z M68.7,83.4h87.6V40.6H68.7V83.4z"/>
- <path d="M172,99H80.4V52.1H172V99z M82.4,97H170V54.1H82.4V97z"/>
- <circle cx="53" cy="28" r="4"/>
- <circle cx="171" cy="98" r="4"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/index.html b/third_party/polymer/v1_0/components-chromium/iron-pages/index.html
deleted file mode 100644
index 67ae088..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-pages/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<html>
-<head>
- <title>iron-pages</title>
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.bower.json
deleted file mode 100644
index cb6b1b3..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.bower.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "iron-range-behavior",
- "version": "1.0.4",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Provides a behavior for something with a minimum and maximum value",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "behavior"
- ],
- "main": [
- "iron-range-behavior.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-range-behavior.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-input": "PolymerElements/iron-input#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "*",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "homepage": "https://github.com/PolymerElements/iron-range-behavior",
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "71774a7d8a8c377496bfe05e60b754e91216e0b9"
- },
- "_source": "git://github.com/PolymerElements/iron-range-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-range-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-range-behavior/README.md
deleted file mode 100644
index 8d523bc..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-iron-range-behavior
-==========
-
-`Polymer.IronRangeBehavior` provides the behavior for something with a minimum to maximum range.
diff --git a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-range-behavior/index.html
deleted file mode 100644
index cc77788..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-range-behavior/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json
deleted file mode 100644
index 2e765b93..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "iron-resizable-behavior",
- "version": "1.0.3",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Coordinates the flow of resizeable elements",
- "private": true,
- "main": "iron-resizable-behavior.html",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "iron",
- "behavior"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-resizable-behavior.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-resizable-behavior",
- "_release": "1.0.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.3",
- "commit": "dda1df6aaf452aedf3e52ff0cf69e72439452216"
- },
- "_source": "git://github.com/PolymerElements/iron-resizable-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-resizable-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/README.md
deleted file mode 100644
index 2f37628..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/README.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-resizable-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-resizable-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-resizable-behavior)_
-
-
-##Polymer.IronResizableBehavior
-
-`IronResizableBehavior` is a behavior that can be used in Polymer elements to
-coordinate the flow of resize events between "resizers" (elements that control the
-size or hidden state of their children) and "resizables" (elements that need to be
-notified when they are resized or un-hidden by their parents in order to take
-action on their new measurements).
-
-Elements that perform measurement should add the `IronResizableBehavior` behavior to
-their element definition and listen for the `iron-resize` event on themselves.
-This event will be fired when they become showing after having been hidden,
-when they are resized explicitly by another resizable, or when the window has been
-resized.
-
-Note, the `iron-resize` event is non-bubbling.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/index.html
deleted file mode 100644
index b9b8809..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<html>
-<head>
-
- <title>iron-resizable-behavior</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.bower.json
deleted file mode 100644
index 47f79f2..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.bower.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "iron-scroll-target-behavior",
- "version": "1.0.4",
- "description": "Allows to define a scroller target",
- "private": true,
- "license": "http://polymer.github.io/LICENSE.txt",
- "main": "iron-scroll-target-behavior.html",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "scroll"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-scroll-target-behavior.git"
- },
- "homepage": "https://github.com/PolymerElements/iron-scroll-target-behavior",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "77870593ace034696a83e0190914861633196e6d"
- },
- "_source": "git://github.com/PolymerElements/iron-scroll-target-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-scroll-target-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.gitignore
deleted file mode 100644
index 1eb1fa5..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bower_components
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/README.md
deleted file mode 100644
index d7861f80..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-scroll-target-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-scroll-target-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-scroll-target-behavior)_
-
-
-##Polymer.IronScrollTargetBehavior
-
-`Polymer.IronScrollTargetBehavior` allows an element to respond to scroll events from a
-designated scroll target.
-
-Elements that consume this behavior can override the `_scrollHandler`
-method to add logic on the scroll event.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/index.html
deleted file mode 100644
index e48685a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!doctype html>
-<!--
-@license
-Copyright (c) 2016 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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<html>
-<head>
-
- <title>iron-scroll-target-behavior</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-selector/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-selector/.bower.json
deleted file mode 100644
index fedc850..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-selector/.bower.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "iron-selector",
- "version": "1.2.4",
- "description": "Manages a set of elements that can be selected",
- "private": true,
- "license": "http://polymer.github.io/LICENSE.txt",
- "main": "iron-selector.html",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "selector"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-selector.git"
- },
- "homepage": "https://github.com/PolymerElements/iron-selector",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.2.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.4",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.2.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.4",
- "commit": "1ee4e2e11a9e5118320987d93fc2c03ae9a489f4"
- },
- "_source": "git://github.com/PolymerElements/iron-selector.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-selector"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-selector/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-selector/.gitignore
deleted file mode 100644
index b13058c..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-selector/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bower_components
-.DS_Store
diff --git a/third_party/polymer/v1_0/components-chromium/iron-selector/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-selector/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-selector/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-selector/README.md b/third_party/polymer/v1_0/components-chromium/iron-selector/README.md
deleted file mode 100644
index 237133b7..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-selector/README.md
+++ /dev/null
@@ -1,74 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-iron-multi-selectable.html iron-selectable.html iron-selector.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/iron-selector)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/iron-selector)_
-
-
-##<iron-selector>
-
- `iron-selector` is an element which can be used to manage a list of elements
- that can be selected. Tapping on the item will make the item selected. The `selected` indicates
- which item is being selected. The default is to use the index of the item.
-
- Example:
-
-```html
- <iron-selector selected="0">
- <div>Item 1</div>
- <div>Item 2</div>
- <div>Item 3</div>
- </iron-selector>
-```
-
- If you want to use the attribute value of an element for `selected` instead of the index,
- set `attrForSelected` to the name of the attribute. For example, if you want to select item by
- `name`, set `attrForSelected` to `name`.
-
- Example:
-
-```html
- <iron-selector attr-for-selected="name" selected="foo">
- <div name="foo">Foo</div>
- <div name="bar">Bar</div>
- <div name="zot">Zot</div>
- </iron-selector>
-```
-
- `iron-selector` is not styled. Use the `iron-selected` CSS class to style the selected element.
-
- Example:
-
-```html
- <style>
- .iron-selected {
- background: #eee;
- }
- </style>
-
- ...
-
- <iron-selector selected="0">
- <div>Item 1</div>
- <div>Item 2</div>
- <div>Item 3</div>
- </iron-selector>
-```
-
-
-
-<!-- No docs for Polymer.IronMultiSelectableBehavior found. -->
-
-<!-- No docs for Polymer.IronSelectableBehavior found. -->
diff --git a/third_party/polymer/v1_0/components-chromium/iron-selector/index.html b/third_party/polymer/v1_0/components-chromium/iron-selector/index.html
deleted file mode 100644
index 741693c..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-selector/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<html>
-<head>
-
- <title>iron-selector</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.bower.json
deleted file mode 100644
index 5a77596..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.bower.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "iron-test-helpers",
- "version": "1.2.3",
- "authors": [
- "The Polymer Authors"
- ],
- "description": "Utility classes to help make testing easier",
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "test"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-test-helpers"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-test-helpers",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0",
- "paper-button": "^1.0.0"
- },
- "main": "iron-test-helpers.html",
- "_release": "1.2.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.3",
- "commit": "5a35c20860d7e476bf6dfd85fd1ef20ef05b21a9"
- },
- "_source": "git://github.com/PolymerElements/iron-test-helpers.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-test-helpers"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/iron-test-helpers/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/README.md b/third_party/polymer/v1_0/components-chromium/iron-test-helpers/README.md
deleted file mode 100644
index cb2d8a2..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-test-helpers/README.md
+++ /dev/null
@@ -1,27 +0,0 @@
-[](https://travis-ci.org/PolymerElements/iron-test-helpers)
-
-# iron-test-helpers
-
-A set of utility classes to make testing easier. For more details on the methods
-available, please check the documentation of `mock-interactions.js` and
-`test-helpers.js`
-
-## Mock Interactions
-
-This is a set of methods to simulate mouse or keyboard interaction with an element. Include `mock-interactions.js` and then use them like so:
-
-```javascript
-test('can be triggered with space', function(done) {
- button.addEventListener('keydown', function() {
- done();
- });
- MockInteractions.pressSpace(button);
-});
-
-test('can be clicked', function(done) {
- button.addEventListener('click', function() {
- done();
- });
- MockInteractions.tap(button);
-});
-```
diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.bower.json
deleted file mode 100644
index 62842a49..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.bower.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "iron-validatable-behavior",
- "version": "1.0.5",
- "description": "Provides a behavior for an element that validates user input",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "iron",
- "behavior"
- ],
- "main": [
- "iron-validatable-behavior.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/iron-validatable-behavior.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/iron-validatable-behavior",
- "ignore": [],
- "dependencies": {
- "iron-meta": "PolymerElements/iron-meta#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.4",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "*",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.5",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.5",
- "commit": "c1334b835892b3d7a329a8e6b8741d4be3a8d99c"
- },
- "_source": "git://github.com/PolymerElements/iron-validatable-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-validatable-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/README.md b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/README.md
deleted file mode 100644
index 48f7fb2d..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# iron-validatable-behavior
-Implements an element validated with Polymer.IronValidatorBehavior
-
diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/index.html b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/index.html
deleted file mode 100644
index cfaa5b17..0000000
--- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>iron-validatable-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/.bower.json b/third_party/polymer/v1_0/components-chromium/neon-animation/.bower.json
deleted file mode 100644
index 73f7961..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/.bower.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "neon-animation",
- "description": "A system for animating Polymer-based web components",
- "version": "1.1.0",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "web-animations"
- ],
- "main": [
- "neon-animated-pages.html",
- "neon-animatable-behavior.html",
- "neon-animation-behavior.html",
- "neon-animation-runner-behavior.html",
- "neon-shared-element-animatable-behavior.html",
- "neon-shared-element-animation-behavior.html",
- "neon-animatable.html",
- "neon-animations.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/neon-animation"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/neon-animation",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-meta": "PolymerElements/iron-meta#^1.0.0",
- "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
- "iron-selector": "PolymerElements/iron-selector#^1.0.0",
- "web-animations-js": "web-animations/web-animations-js#2.1.3"
- },
- "devDependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "paper-item": "PolymerElements/paper-item#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-icons": "PolymerElements/iron-icons#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
- },
- "_release": "1.1.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.0",
- "commit": "564e0dc92724f2bc0bf0f76bf2ac392d4905b2ff"
- },
- "_source": "git://github.com/PolymerElements/neon-animation.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/neon-animation"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/.gitignore b/third_party/polymer/v1_0/components-chromium/neon-animation/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/neon-animation/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/README.md b/third_party/polymer/v1_0/components-chromium/neon-animation/README.md
deleted file mode 100644
index 811e81a4..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/README.md
+++ /dev/null
@@ -1,306 +0,0 @@
-# neon-animation
-
-`neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions for Polymer Elements using [Web Animations](https://w3c.github.io/web-animations/).
-
-*Warning: The API may change.*
-
-* [A basic animatable element](#basic)
-* [Animation configuration](#configuration)
- * [Animation types](#configuration-types)
- * [Configuration properties](#configuration-properties)
- * [Using multiple animations](#configuration-multiple)
- * [Running animations encapsulated in children nodes](#configuration-encapsulation)
-* [Page transitions](#page-transitions)
- * [Shared element animations](#shared-element)
- * [Declarative page transitions](#declarative-page)
-* [Included animations](#animations)
-* [Demos](#demos)
-
-<a name="basic"></a>
-## A basic animatable element
-
-Elements that can be animated should implement the `Polymer.NeonAnimatableBehavior` behavior, or `Polymer.NeonAnimationRunnerBehavior` if they're also responsible for running an animation.
-
-```js
-Polymer({
- is: 'my-animatable',
- behaviors: [
- Polymer.NeonAnimationRunnerBehavior
- ],
- properties: {
- animationConfig: {
- value: function() {
- return {
- // provided by neon-animation/animations/scale-down-animation.html
- name: 'scale-down-animation',
- node: this
- }
- }
- }
- },
- listeners: {
- // this event is fired when the animation finishes
- 'neon-animation-finish': '_onNeonAnimationFinish'
- },
- animate: function() {
- // run scale-down-animation
- this.playAnimation();
- },
- _onNeonAnimationFinish: function() {
- console.log('animation done!');
- }
-});
-```
-
-[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/basic.html)
-
-<a name="configuration"></a>
-## Animation configuration
-
-<a name="configuration-types"></a>
-### Animation types
-
-An element might run different animations, for example it might do something different when it enters the view and when it exits from view. You can set the `animationConfig` property to a map from an animation type to configuration.
-
-```js
-Polymer({
- is: 'my-dialog',
- behaviors: [
- Polymer.NeonAnimationRunnerBehavior
- ],
- properties: {
- opened: {
- type: Boolean
- },
- animationConfig: {
- value: function() {
- return {
- 'entry': {
- // provided by neon-animation/animations/scale-up-animation.html
- name: 'scale-up-animation',
- node: this
- },
- 'exit': {
- // provided by neon-animation/animations/fade-out-animation.html
- name: 'fade-out-animation',
- node: this
- }
- }
- }
- }
- },
- listeners: {
- 'neon-animation-finish': '_onNeonAnimationFinish'
- },
- show: function() {
- this.opened = true;
- this.style.display = 'inline-block';
- // run scale-up-animation
- this.playAnimation('entry');
- },
- hide: function() {
- this.opened = false;
- // run fade-out-animation
- this.playAnimation('exit');
- },
- _onNeonAnimationFinish: function() {
- if (!this.opened) {
- this.style.display = 'none';
- }
- }
-});
-```
-
-[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/types.html)
-
-You can also use the convenience properties `entryAnimation` and `exitAnimation` to set `entry` and `exit` animations:
-
-```js
-properties: {
- entryAnimation: {
- value: 'scale-up-animation'
- },
- exitAnimation: {
- value: 'fade-out-animation'
- }
-}
-```
-
-<a name="configuration-properties"></a>
-### Configuration properties
-
-You can pass additional parameters to configure an animation in the animation configuration object.
-All animations should accept the following properties:
-
- * `name`: The name of an animation, ie. an element implementing `Polymer.NeonAnimationBehavior`.
- * `node`: The target node to apply the animation to. Defaults to `this`.
- * `timing`: Timing properties to use in this animation. They match the [Web Animations Animation Effect Timing interface](https://w3c.github.io/web-animations/#the-animationeffecttiming-interface). The
- properties include the following:
- * `duration`: The duration of the animation in milliseconds.
- * `delay`: The delay before the start of the animation in milliseconds.
- * `easing`: A timing function for the animation. Matches the CSS timing function values.
-
-Animations may define additional configuration properties and they are listed in their documentation.
-
-<a name="configuration-multiple"></a>
-### Using multiple animations
-
-Set the animation configuration to an array to combine animations, like this:
-
-```js
-animationConfig: {
- value: function() {
- return {
- // fade-in-animation is run with a 50ms delay from slide-down-animation
- 'entry': [{
- name: 'slide-down-animation',
- node: this
- }, {
- name: 'fade-in-animation',
- node: this,
- timing: {delay: 50}
- }]
- }
- }
-}
-```
-
-<a name="configuration-encapsulation"></a>
-### Running animations encapsulated in children nodes
-
-You can include animations in the configuration that are encapsulated in a child element that implement `Polymer.NeonAnimatableBehavior` with the `animatable` property.
-
-```js
-animationConfig: {
- value: function() {
- return {
- // run fade-in-animation on this, and the entry animation on this.$.myAnimatable
- 'entry': [
- {name: 'fade-in-animation', node: this},
- {animatable: this.$.myAnimatable, type: 'entry'}
- ]
- }
- }
-}
-```
-
-<a name="page-transitions"></a>
-## Page transitions
-
-*The artist formerly known as `<core-animated-pages>`*
-
-The `neon-animated-pages` element manages a set of pages to switch between, and runs animations between the page transitions. It implements the `Polymer.IronSelectableBehavior` behavior. Each child node should implement `Polymer.NeonAnimatableBehavior` and define the `entry` and `exit` animations. During a page transition, the `entry` animation is run on the new page and the `exit` animation is run on the old page.
-
-<a name="shared-element"></a>
-### Shared element animations
-
-Shared element animations work on multiple nodes. For example, a "hero" animation is used during a page transition to make two elements from separate pages appear to animate as a single element. Shared element animation configurations have an `id` property that identify they belong in the same animation. Elements containing shared elements also have a `sharedElements` property defines a map from `id` to element, the element involved with the animation.
-
-In the incoming page:
-
-```js
-properties: {
- animationConfig: {
- value: function() {
- return {
- // the incoming page defines the 'entry' animation
- 'entry': {
- name: 'hero-animation',
- id: 'hero',
- toPage: this
- }
- }
- }
- },
- sharedElements: {
- value: function() {
- return {
- 'hero': this.$.hero
- }
- }
- }
-}
-```
-
-In the outgoing page:
-
-```js
-properties: {
- animationConfig: {
- value: function() {
- return {
- // the outgoing page defines the 'exit' animation
- 'exit': {
- name: 'hero-animation',
- id: 'hero',
- fromPage: this
- }
- }
- }
- },
- sharedElements: {
- value: function() {
- return {
- 'hero': this.$.otherHero
- }
- }
- }
-}
-```
-
-<a name="declarative-page"></a>
-### Declarative page transitions
-
-For convenience, if you define the `entry-animation` and `exit-animation` attributes on `<neon-animated-pages>`, those animations will apply for all page transitions.
-
-For example:
-
-```js
-<neon-animated-pages id="pages" class="flex" selected="[[selected]]" entry-animation="slide-from-right-animation" exit-animation="slide-left-animation">
- <neon-animatable>1</neon-animatable>
- <neon-animatable>2</neon-animatable>
- <neon-animatable>3</neon-animatable>
- <neon-animatable>4</neon-animatable>
- <neon-animatable>5</neon-animatable>
-</neon-animated-pages>
-```
-
-The new page will slide in from the right, and the old page slide away to the left.
-
-<a name="animations"></a>
-## Included animations
-
-Single element animations:
-
- * `fade-in-animation` Animates opacity from `0` to `1`;
- * `fade-out-animation` Animates opacity from `1` to `0`;
- * `scale-down-animation` Animates transform from `scale(1)` to `scale(0)`;
- * `scale-up-animation` Animates transform from `scale(0)` to `scale(1)`;
- * `slide-down-animation` Animates transform from `translateY(-100%)` to `none`;
- * `slide-up-animation` Animates transform from `none` to `translateY(-100%)`;
- * `slide-from-top-animation` Animates transform from `translateY(-100%)` to `none`;
- * `slide-from-bottom-animation` Animates transform from `translateY(100%)` to `none`;
- * `slide-left-animation` Animates transform from `none` to `translateX(-100%)`;
- * `slide-right-animation` Animates transform from `none` to `translateX(100%)`;
- * `slide-from-left-animation` Animates transform from `translateX(-100%)` to `none`;
- * `slide-from-right-animation` Animates transform from `translateX(100%)` to `none`;
- * `transform-animation` Animates a custom transform.
-
-Note that there is a restriction that only one transform animation can be applied on the same element at a time. Use the custom `transform-animation` to combine transform properties.
-
-Shared element animations
-
- * `hero-animation` Animates an element such that it looks like it scales and transforms from another element.
- * `ripple-animation` Animates an element to full screen such that it looks like it ripples from another element.
-
-Group animations
- * `cascaded-animation` Applys an animation to an array of elements with a delay between each.
-
-<a name="demos"></a>
-## Demos
-
- * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/grid/index.html)
- * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/load/index.html)
- * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/list/index.html) (For narrow width)
- * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/tiles/index.html)
- * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/declarative/index.html)
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/guides/neon-animation.md b/third_party/polymer/v1_0/components-chromium/neon-animation/guides/neon-animation.md
deleted file mode 100644
index ff0ddce..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/guides/neon-animation.md
+++ /dev/null
@@ -1,315 +0,0 @@
----
-title: neon-animation
-summary: "A short guide to neon-animation and neon-animated-pages"
-tags: ['animation','core-animated-pages']
-elements: ['neon-animation','neon-animated-pages']
-updated: 2015-05-26
----
-
-# neon-animation
-
-`neon-animation` is a suite of elements and behaviors to implement pluggable animated transitions for Polymer Elements using [Web Animations](https://w3c.github.io/web-animations/).
-
-*Warning: The API may change.*
-
-* [A basic animatable element](#basic)
-* [Animation configuration](#configuration)
- * [Animation types](#configuration-types)
- * [Configuration properties](#configuration-properties)
- * [Using multiple animations](#configuration-multiple)
- * [Running animations encapsulated in children nodes](#configuration-encapsulation)
-* [Page transitions](#page-transitions)
- * [Shared element animations](#shared-element)
- * [Declarative page transitions](#declarative-page)
-* [Included animations](#animations)
-* [Demos](#demos)
-
-<a name="basic"></a>
-## A basic animatable element
-
-Elements that can be animated should implement the `Polymer.NeonAnimatableBehavior` behavior, or `Polymer.NeonAnimationRunnerBehavior` if they're also responsible for running an animation.
-
-```js
-Polymer({
- is: 'my-animatable',
- behaviors: [
- Polymer.NeonAnimationRunnerBehavior
- ],
- properties: {
- animationConfig: {
- value: function() {
- return {
- // provided by neon-animation/animations/scale-down-animation.html
- name: 'scale-down-animation',
- node: this
- }
- }
- }
- },
- listeners: {
- // this event is fired when the animation finishes
- 'neon-animation-finish': '_onNeonAnimationFinish'
- },
- animate: function() {
- // run scale-down-animation
- this.playAnimation();
- },
- _onNeonAnimationFinish: function() {
- console.log('animation done!');
- }
-});
-```
-
-[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/basic.html)
-
-<a name="configuration"></a>
-## Animation configuration
-
-<a name="configuration-types"></a>
-### Animation types
-
-An element might run different animations, for example it might do something different when it enters the view and when it exits from view. You can set the `animationConfig` property to a map from an animation type to configuration.
-
-```js
-Polymer({
- is: 'my-dialog',
- behaviors: [
- Polymer.NeonAnimationRunnerBehavior
- ],
- properties: {
- opened: {
- type: Boolean
- },
- animationConfig: {
- value: function() {
- return {
- 'entry': {
- // provided by neon-animation/animations/scale-up-animation.html
- name: 'scale-up-animation',
- node: this
- },
- 'exit': {
- // provided by neon-animation-animations/fade-out-animation.html
- name: 'fade-out-animation',
- node: this
- }
- }
- }
- }
- },
- listeners: {
- 'neon-animation-finish': '_onNeonAnimationFinish'
- },
- show: function() {
- this.opened = true;
- this.style.display = 'inline-block';
- // run scale-up-animation
- this.playAnimation('entry');
- },
- hide: function() {
- this.opened = false;
- // run fade-out-animation
- this.playAnimation('fade-out-animation');
- },
- _onNeonAnimationFinish: function() {
- if (!this.opened) {
- this.style.display = 'none';
- }
- }
-});
-```
-
-[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/types.html)
-
-You can also use the convenience properties `entryAnimation` and `exitAnimation` to set `entry` and `exit` animations:
-
-```js
-properties: {
- entryAnimation: {
- value: 'scale-up-animation'
- },
- exitAnimation: {
- value: 'fade-out-animation'
- }
-}
-```
-
-<a name="configuration-properties"></a>
-### Configuration properties
-
-You can pass additional parameters to configure an animation in the animation configuration object.
-All animations should accept the following properties:
-
- * `name`: The name of an animation, ie. an element implementing `Polymer.NeonAnimationBehavior`.
- * `node`: The target node to apply the animation to. Defaults to `this`.
- * `timing`: Timing properties to use in this animation. They match the [Web Animations Animation Effect Timing interface](https://w3c.github.io/web-animations/#the-animationeffecttiming-interface). The
- properties include the following:
- * `duration`: The duration of the animation in milliseconds.
- * `delay`: The delay before the start of the animation in milliseconds.
- * `easing`: A timing function for the animation. Matches the CSS timing function values.
-
-Animations may define additional configuration properties and they are listed in their documentation.
-
-<a name="configuration-multiple"></a>
-### Using multiple animations
-
-Set the animation configuration to an array to combine animations, like this:
-
-```js
-animationConfig: {
- value: function() {
- return {
- // fade-in-animation is run with a 50ms delay from slide-down-animation
- 'entry': [{
- name: 'slide-down-animation',
- node: this
- }, {
- name: 'fade-in-animation',
- node: this,
- timing: {delay: 50}
- }]
- }
- }
-}
-```
-
-<a name="configuration-encapsulation"></a>
-### Running animations encapsulated in children nodes
-
-You can include animations in the configuration that are encapsulated in a child element that implement `Polymer.NeonAnimatableBehavior` with the `animatable` property.
-
-```js
-animationConfig: {
- value: function() {
- return {
- // run fade-in-animation on this, and the entry animation on this.$.myAnimatable
- 'entry': [
- {name: 'fade-in-animation', node: this},
- {animatable: this.$.myAnimatable, type: 'entry'}
- ]
- }
- }
-}
-```
-
-<a name="page-transitions"></a>
-## Page transitions
-
-*The artist formerly known as `<core-animated-pages>`*
-
-The `neon-animated-pages` element manages a set of pages to switch between, and runs animations between the page transitions. It implements the `Polymer.IronSelectableBehavior` behavior. Each child node should implement `Polymer.NeonAnimatableBehavior` and define the `entry` and `exit` animations. During a page transition, the `entry` animation is run on the new page and the `exit` animation is run on the old page.
-
-<a name="shared-element"></a>
-### Shared element animations
-
-Shared element animations work on multiple nodes. For example, a "hero" animation is used during a page transition to make two elements from separate pages appear to animate as a single element. Shared element animation configurations have an `id` property that identify they belong in the same animation. Elements containing shared elements also have a `sharedElements` property defines a map from `id` to element, the element involved with the animation.
-
-In the incoming page:
-
-```js
-properties: {
- animationConfig: {
- value: function() {
- return {
- // the incoming page defines the 'entry' animation
- 'entry': {
- name: 'hero-animation',
- id: 'hero',
- toPage: this
- }
- }
- }
- },
- sharedElements: {
- value: function() {
- return {
- 'hero': this.$.hero
- }
- }
- }
-}
-```
-
-In the outgoing page:
-
-```js
-properties: {
- animationConfig: {
- value: function() {
- return {
- // the outgoing page defines the 'exit' animation
- 'exit': {
- name: 'hero-animation',
- id: 'hero',
- fromPage: this
- }
- }
- }
- },
- sharedElements: {
- value: function() {
- return {
- 'hero': this.$.otherHero
- }
- }
- }
-}
-```
-
-<a name="declarative-page"></a>
-### Declarative page transitions
-
-For convenience, if you define the `entry-animation` and `exit-animation` attributes on `<neon-animated-pages>`, those animations will apply for all page transitions.
-
-For example:
-
-```js
-<neon-animated-pages id="pages" class="flex" selected="[[selected]]" entry-animation="slide-from-right-animation" exit-animation="slide-left-animation">
- <neon-animatable>1</neon-animatable>
- <neon-animatable>2</neon-animatable>
- <neon-animatable>3</neon-animatable>
- <neon-animatable>4</neon-animatable>
- <neon-animatable>5</neon-animatable>
-</neon-animated-pages>
-```
-
-The new page will slide in from the right, and the old page slide away to the left.
-
-<a name="animations"></a>
-## Included animations
-
-Single element animations:
-
- * `fade-in-animation` Animates opacity from `0` to `1`;
- * `fade-out-animation` Animates opacity from `1` to `0`;
- * `scale-down-animation` Animates transform from `scale(1)` to `scale(0)`;
- * `scale-up-animation` Animates transform from `scale(0)` to `scale(1)`;
- * `slide-down-animation` Animates transform from `none` to `translateY(100%)`;
- * `slide-up-animation` Animates transform from `none` to `translateY(-100%)`;
- * `slide-from-top-animation` Animates transform from `translateY(-100%)` to `none`;
- * `slide-from-bottom-animation` Animates transform from `translateY(100%)` to `none`;
- * `slide-left-animation` Animates transform from `none` to `translateX(-100%)`;
- * `slide-right-animation` Animates transform from `none` to `translateX(100%)`;
- * `slide-from-left-animation` Animates transform from `translateX(-100%)` to `none`;
- * `slide-from-right-animation` Animates transform from `translateX(100%)` to `none`;
-
- * `transform-animation` Animates a custom transform.
-
-Note that there is a restriction that only one transform animation can be applied on the same element at a time. Use the custom `transform-animation` to combine transform properties.
-
-Shared element animations
-
- * `hero-animation` Animates an element such that it looks like it scales and transforms from another element.
- * `ripple-animation` Animates an element to full screen such that it looks like it ripples from another element.
-
-Group animations
- * `cascaded-animation` Applys an animation to an array of elements with a delay between each.
-
-<a name="demos"></a>
-## Demos
-
- * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/grid/index.html)
- * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/load/index.html)
- * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/list/index.html) (For narrow width)
- * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/tiles/index.html)
- * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/declarative/index.html)
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/index.html b/third_party/polymer/v1_0/components-chromium/neon-animation/index.html
deleted file mode 100644
index 6f5feedf4..0000000
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>neon-animation</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-behaviors/.bower.json
deleted file mode 100644
index 2b04bf9..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/.bower.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "paper-behaviors",
- "version": "1.0.11",
- "description": "Common behaviors across the paper elements",
- "authors": [
- "The Polymer Authors"
- ],
- "main": [
- "paper-button-behavior.html",
- "paper-checked-element-behavior.html",
- "paper-inky-focus-behavior.html"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "paper",
- "behavior"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-behaviors"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-behaviors",
- "dependencies": {
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0",
- "paper-ripple": "PolymerElements/paper-ripple#^1.0.0",
- "polymer": "Polymer/polymer#^1.2.1"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "paper-material": "PolymerElements/paper-material#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "_release": "1.0.11",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.11",
- "commit": "e3c1ab0c72905b58fb4d9adc2921ea73b5c085a5"
- },
- "_source": "git://github.com/PolymerElements/paper-behaviors.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-behaviors"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-behaviors/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-behaviors/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/README.md b/third_party/polymer/v1_0/components-chromium/paper-behaviors/README.md
deleted file mode 100644
index 969e796..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/README.md
+++ /dev/null
@@ -1,44 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-button-behavior.html paper-checked-element-behavior.html paper-inky-focus-behavior.html paper-ripple-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-behaviors)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-behaviors)_
-
-
-<!-- No docs for Polymer.PaperButtonBehavior found. -->
-
-##Polymer.PaperCheckedElementBehavior
-
-Use `Polymer.PaperCheckedElementBehavior` to implement a custom element
-that has a `checked` property similar to `Polymer.IronCheckedElementBehavior`
-and is compatible with having a ripple effect.
-
-
-
-##Polymer.PaperInkyFocusBehavior
-
-`Polymer.PaperInkyFocusBehavior` implements a ripple when the element has keyboard focus.
-
-
-
-##Polymer.PaperRippleBehavior
-
-`Polymer.PaperRippleBehavior` dynamically implements a ripple
-when the element has focus via pointer or keyboard.
-
-NOTE: This behavior is intended to be used in conjunction with and after
-`Polymer.IronButtonState` and `Polymer.IronControlState`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/index.html b/third_party/polymer/v1_0/components-chromium/paper-behaviors/index.html
deleted file mode 100644
index 37184eaa..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page src="paper-button-behavior.html"></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-button/.bower.json
deleted file mode 100644
index 3a4aa67..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-button/.bower.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "paper-button",
- "version": "1.0.11",
- "description": "Material design button",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "paper",
- "button"
- ],
- "main": "paper-button.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-button"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-button",
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-ripple": "polymerelements/paper-ripple#^1.0.0",
- "paper-material": "polymerelements/paper-material#^1.0.0",
- "paper-behaviors": "polymerelements/paper-behaviors#^1.0.0",
- "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0"
- },
- "ignore": [],
- "_release": "1.0.11",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.11",
- "commit": "7d0f75300372d91835ae7298593d50987d4a610f"
- },
- "_source": "git://github.com/PolymerElements/paper-button.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-button"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-button/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-button/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-button/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-button/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/README.md b/third_party/polymer/v1_0/components-chromium/paper-button/README.md
deleted file mode 100644
index 9e6a0cdc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-button/README.md
+++ /dev/null
@@ -1,76 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-button.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-button)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-button)_
-
-
-##<paper-button>
-
-
-Material design: [Buttons](https://www.google.com/design/spec/components/buttons.html)
-
-`paper-button` is a button. When the user touches the button, a ripple effect emanates
-from the point of contact. It may be flat or raised. A raised button is styled with a
-shadow.
-
-Example:
-
- <paper-button>Flat button</paper-button>
- <paper-button raised>Raised button</paper-button>
- <paper-button noink>No ripple effect</paper-button>
- <paper-button toggles>Toggle-able button</paper-button>
-
-A button that has `toggles` true will remain `active` after being clicked (and
-will have an `active` attribute set). For more information, see the `Polymer.IronButtonState`
-behavior.
-
-You may use custom DOM in the button body to create a variety of buttons. For example, to
-create a button with an icon and some text:
-
- <paper-button>
- <iron-icon icon="favorite"></iron-icon>
- custom button content
- </paper-button>
-
-### Styling
-
-Style the button with CSS as you would a normal DOM element.
-
- paper-button.fancy {
- background: green;
- color: yellow;
- }
-
- paper-button.fancy:hover {
- background: lime;
- }
-
- paper-button[disabled],
- paper-button[toggles][active] {
- background: red;
- }
-
-By default, the ripple is the same color as the foreground at 25% opacity. You may
-customize the color using the `--paper-button-ink-color` custom property.
-
-The following custom properties and mixins are also available for styling:
-
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-button-ink-color` | Background color of the ripple | `Based on the button's color`
-`--paper-button` | Mixin applied to the button | `{}`
-`--paper-button-disabled` | Mixin applied to the disabled button. Note that you can also use the `paper-button[disabled]` selector | `{}`
-`--paper-button-flat-keyboard-focus` | Mixin applied to a flat button after it's been focused using the keyboard | `{}`
-`--paper-button-raised-keyboard-focus` | Mixin applied to a raised button after it's been focused using the keyboard | `{}`
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-button/index.html b/third_party/polymer/v1_0/components-chromium/paper-button/index.html
deleted file mode 100644
index 487bb5c..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-button/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-card/.bower.json
deleted file mode 100644
index 21630b0f..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-card/.bower.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "paper-card",
- "version": "1.1.1",
- "description": "Material design piece of paper with unique related data",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "card"
- ],
- "main": "paper-card.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-card.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-card",
- "ignore": [],
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-image": "PolymerElements/iron-image#^1.2.0",
- "paper-material": "PolymerElements/paper-material#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-collapse": "PolymerElements/iron-collapse#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "8ddd91424414ad32147c4c0c6812aff348da6114"
- },
- "_source": "git://github.com/PolymerElements/paper-card.git",
- "_target": "*",
- "_originalSource": "PolymerElements/paper-card"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-card/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-card/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-card/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-card/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/README.md b/third_party/polymer/v1_0/components-chromium/paper-card/README.md
deleted file mode 100644
index 7662b9e7..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-card/README.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-card.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-card)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-card)_
-
-
-##<paper-card>
-
-Material design: [Cards](https://www.google.com/design/spec/components/cards.html)
-
-`paper-card` is a container with a drop shadow.
-
-Example:
-
-```html
-<paper-card heading="Card Title">
- <div class="card-content">Some content</div>
- <div class="card-actions">
- <paper-button>Some action</paper-button>
- </div>
-</paper-card>
-```
-
-Example - top card image:
-
-```html
-<paper-card heading="Card Title" image="/path/to/image.png">
- ...
-</paper-card>
-```
-
-### Accessibility
-
-By default, the `aria-label` will be set to the value of the `heading` attribute.
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-card-background-color` | The background color of the card | `--primary-background-color` |
-| `--paper-card-header-color` | The color of the header text | `#000` |
-| `--paper-card-header` | Mixin applied to the card header section | `{}` |
-| `--paper-card-header-text` | Mixin applied to the title in the card header section | `{}` |
-| `--paper-card-header-image` | Mixin applied to the image in the card header section | `{}` |
-| `--paper-card-header-image-text` | Mixin applied to the text overlapping the image in the card header section | `{}` |
-| `--paper-card-content` | Mixin applied to the card content section | `{}` |
-| `--paper-card-actions` | Mixin applied to the card action section | `{}` |
-| `--paper-card` | Mixin applied to the card | `{}` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/index.html b/third_party/polymer/v1_0/components-chromium/paper-card/index.html
deleted file mode 100644
index fab428a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-card/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title>paper-card</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
-<iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-checkbox/.bower.json
deleted file mode 100644
index dca95e8..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/.bower.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "paper-checkbox",
- "version": "1.1.3",
- "description": "A material design checkbox",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "paper",
- "checkbox",
- "control"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-checkbox"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-checkbox",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-ripple": "PolymerElements/paper-ripple#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0"
- },
- "main": "paper-checkbox.html",
- "_release": "1.1.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.3",
- "commit": "b2698fd0d34153e89369f116f306bc8e8203a460"
- },
- "_source": "git://github.com/PolymerElements/paper-checkbox.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-checkbox"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-checkbox/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-checkbox/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/README.md b/third_party/polymer/v1_0/components-chromium/paper-checkbox/README.md
deleted file mode 100644
index 033675e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-checkbox.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-checkbox)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-checkbox)_
-
-
-##<paper-checkbox>
-
-Material design: [Checkbox](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox)
-
-`paper-checkbox` is a button that can be either checked or unchecked. User
-can tap the checkbox to check or uncheck it. Usually you use checkboxes
-to allow user to select multiple options from a set. If you have a single
-ON/OFF option, avoid using a single checkbox and use `paper-toggle-button`
-instead.
-
-Example:
-
-```html
-<paper-checkbox>label</paper-checkbox>
-
-<paper-checkbox checked> label</paper-checkbox>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-checkbox-unchecked-background-color` | Checkbox background color when the input is not checked | `transparent` |
-| `--paper-checkbox-unchecked-color` | Checkbox border color when the input is not checked | `--primary-text-color` |
-| `--paper-checkbox-unchecked-ink-color` | Selected/focus ripple color when the input is not checked | `--primary-text-color` |
-| `--paper-checkbox-checked-color` | Checkbox color when the input is checked | `--primary-color` |
-| `--paper-checkbox-checked-ink-color` | Selected/focus ripple color when the input is checked | `--primary-color` |
-| `--paper-checkbox-checkmark-color` | Checkmark color | `white` |
-| `--paper-checkbox-label-color` | Label color | `--primary-text-color` |
-| `--paper-checkbox-label-spacing` | Spacing between the label and the checkbox | `8px` |
-| `--paper-checkbox-error-color` | Checkbox color when invalid | `--error-color` |
-| `--paper-checkbox-size` | Size of the checkbox | `18px` |
-
-This element applies the mixin `--paper-font-common-base` but does not import `paper-styles/typography.html`.
-In order to apply the `Roboto` font to this element, make sure you've imported `paper-styles/typography.html`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/index.html b/third_party/polymer/v1_0/components-chromium/paper-checkbox/index.html
deleted file mode 100644
index b368797b..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-checkbox</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-checkbox/metadata.html b/third_party/polymer/v1_0/components-chromium/paper-checkbox/metadata.html
deleted file mode 100644
index 4d068e8..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-checkbox/metadata.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!--
- @license
- Copyright (c) 2014 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
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
- 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
--->
-<x-meta id="paper-checkbox" label="Checkbox" group="Paper">
- <template>
- <paper-checkbox label="click me"></paper-checkbox>
- </template>
- <template id="imports">
- <link rel="import" href="paper-checkbox.html">
- </template>
-</x-meta>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.bower.json
deleted file mode 100644
index 6bb6ad4..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.bower.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "paper-dialog-behavior",
- "version": "1.2.0",
- "description": "Implements a behavior used for material design dialogs",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "dialog",
- "overlay",
- "behavior"
- ],
- "main": "paper-dialog-behavior.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-dialog-behavior"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-dialog-behavior",
- "ignore": [],
- "dependencies": {
- "iron-overlay-behavior": "PolymerElements/iron-overlay-behavior#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.0",
- "commit": "a3be07d2784073d5e9e5175fb7d13f7b1f2a5558"
- },
- "_source": "git://github.com/PolymerElements/paper-dialog-behavior.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-dialog-behavior"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/README.md b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/README.md
deleted file mode 100644
index d67e047..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/README.md
+++ /dev/null
@@ -1,68 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-dialog-behavior.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-dialog-behavior)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-dialog-behavior)_
-
-
-##Polymer.PaperDialogBehavior
-
-Use `Polymer.PaperDialogBehavior` and `paper-dialog-shared-styles.html` to implement a Material Design
-dialog.
-
-For example, if `<paper-dialog-impl>` implements this behavior:
-
-```html
-<paper-dialog-impl>
- <h2>Header</h2>
- <div>Dialog body</div>
- <div class="buttons">
- <paper-button dialog-dismiss>Cancel</paper-button>
- <paper-button dialog-confirm>Accept</paper-button>
- </div>
-</paper-dialog-impl>
-```
-
-`paper-dialog-shared-styles.html` provide styles for a header, content area, and an action area for buttons.
-Use the `<h2>` tag for the header and the `buttons` class for the action area. You can use the
-`paper-dialog-scrollable` element (in its own repository) if you need a scrolling content area.
-
-Use the `dialog-dismiss` and `dialog-confirm` attributes on interactive controls to close the
-dialog. If the user dismisses the dialog with `dialog-confirm`, the `closingReason` will update
-to include `confirmed: true`.
-
-### Styling
-
-The following custom properties and mixins are available for styling.
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-dialog-background-color` | Dialog background color | `--primary-background-color` |
-| `--paper-dialog-color` | Dialog foreground color | `--primary-text-color` |
-| `--paper-dialog` | Mixin applied to the dialog | `{}` |
-| `--paper-dialog-title` | Mixin applied to the title (`<h2>`) element | `{}` |
-| `--paper-dialog-button-color` | Button area foreground color | `--default-primary-color` |
-
-### Accessibility
-
-This element has `role="dialog"` by default. Depending on the context, it may be more appropriate
-to override this attribute with `role="alertdialog"`.
-
-If `modal` is set, the element will set `aria-modal` and prevent the focus from exiting the element.
-It will also ensure that focus remains in the dialog.
-
-The `aria-labelledby` attribute will be set to the header element, if one exists.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/hero.svg
deleted file mode 100644
index d473816..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/hero.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <polygon points="76.7,98 79.2,98 74,91.1 74,94.4 "/>
- <polygon points="74,81.4 74,84.7 84.1,98 86.6,98 "/>
- <polygon points="74,71.7 74,75 91.5,98 94,98 "/>
- <polygon points="74,62 74,65.3 98.9,98 101.4,98 "/>
- <polygon points="94.3,79 92,79 92,76 74,52.3 74,55.6 106.2,98 108.7,98 "/>
- <polygon points="92,69.6 92,66.3 74,42.6 74,45.9 "/>
- <polygon points="101.7,79 99.2,79 113.6,98 116.1,98 "/>
- <polygon points="92,59.9 92,56.6 74,32.9 74,36.2 "/>
- <polygon points="109.1,79 106.5,79 121,98 123.5,98 "/>
- <polygon points="92,50.2 92,47 92.1,47 77.7,28 75.2,28 "/>
- <polygon points="116.4,79 113.9,79 128.4,98 130.9,98 "/>
- <polygon points="97,47 99.5,47 85,28 82.5,28 "/>
- <polygon points="123.8,79 121.3,79 135.7,98 138.2,98 "/>
- <polygon points="104.4,47 106.9,47 92.4,28 89.9,28 "/>
- <polygon points="131.2,79 128.7,79 143.1,98 145.6,98 "/>
- <polygon points="132,70.4 132,73.7 150,97.4 150,94.1 "/>
- <polygon points="111.7,47 114.2,47 99.8,28 97.3,28 "/>
- <polygon points="132,60.7 132,64 150,87.7 150,84.3 "/>
- <polygon points="119.1,47 121.6,47 107.2,28 104.7,28 "/>
- <polygon points="132,51 132,54.3 150,77.9 150,74.6 "/>
- <polygon points="114.6,28 112,28 126.5,47 129,47 "/>
- <polygon points="121.9,28 119.4,28 150,68.2 150,64.9 "/>
- <polygon points="129.3,28 126.8,28 150,58.5 150,55.2 "/>
- <polygon points="136.7,28 134.2,28 150,48.8 150,45.5 "/>
- <polygon points="144.1,28 141.5,28 150,39.1 150,35.8 "/>
- <polygon points="150,29.4 150,28 148.9,28 "/>
- </g>
- <path d="M133,80H91V46h42V80z M93,78h38V48H93V78z"/>
- <path d="M151,99H73V27h78V99z M75,97h74V29H75V97z"/>
- <circle cx="74" cy="28" r="4"/>
- <circle cx="150" cy="28" r="4"/>
- <circle cx="150" cy="98" r="4"/>
- <circle cx="74" cy="98" r="4"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/index.html b/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/index.html
deleted file mode 100644
index af98b85..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-dialog-behavior</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-dialog/.bower.json
deleted file mode 100644
index 2882e47..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-dialog",
- "description": "A Material Design dialog",
- "version": "1.0.4",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "dialog",
- "overlay"
- ],
- "main": "paper-dialog.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-dialog"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-dialog",
- "ignore": [],
- "dependencies": {
- "neon-animation": "PolymerElements/neon-animation#^1.0.0",
- "paper-dialog-behavior": "PolymerElements/paper-dialog-behavior#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "paper-dialog-scrollable": "PolymerElements/paper-dialog-scrollable#^1.0.0",
- "paper-dropdown-menu": "PolymerElements/paper-dropdown-menu#^1.0.0",
- "paper-item": "PolymerElements/paper-item#^1.0.0",
- "paper-menu": "PolymerElements/paper-menu#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "53b099bed06bbbab7cb0f82c8209328c1a82aee6"
- },
- "_source": "git://github.com/PolymerElements/paper-dialog.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-dialog"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-dialog/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-dialog/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/README.md b/third_party/polymer/v1_0/components-chromium/paper-dialog/README.md
deleted file mode 100644
index 787cb7e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/README.md
+++ /dev/null
@@ -1,74 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-dialog.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-dialog)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-dialog)_
-
-
-##<paper-dialog>
-
-Material design: [Dialogs](https://www.google.com/design/spec/components/dialogs.html)
-
-`<paper-dialog>` is a dialog with Material Design styling and optional animations when it is
-opened or closed. It provides styles for a header, content area, and an action area for buttons.
-You can use the `<paper-dialog-scrollable>` element (in its own repository) if you need a scrolling
-content area. See `Polymer.PaperDialogBehavior` for specifics.
-
-For example, the following code implements a dialog with a header, scrolling content area and
-buttons.
-
-```html
-<paper-dialog>
- <h2>Header</h2>
- <paper-dialog-scrollable>
- Lorem ipsum...
- </paper-dialog-scrollable>
- <div class="buttons">
- <paper-button dialog-dismiss>Cancel</paper-button>
- <paper-button dialog-confirm>Accept</paper-button>
- </div>
-</paper-dialog>
-```
-
-### Styling
-
-See the docs for `Polymer.PaperDialogBehavior` for the custom properties available for styling
-this element.
-
-### Animations
-
-Set the `entry-animation` and/or `exit-animation` attributes to add an animation when the dialog
-is opened or closed. See the documentation in
-[PolymerElements/neon-animation](https://github.com/PolymerElements/neon-animation) for more info.
-
-For example:
-
-```html
-<link rel="import" href="components/neon-animation/animations/scale-up-animation.html">
-<link rel="import" href="components/neon-animation/animations/fade-out-animation.html">
-
-<paper-dialog entry-animation="scale-up-animation"
- exit-animation="fade-out-animation">
- <h2>Header</h2>
- <div>Dialog body</div>
-</paper-dialog>
-```
-
-### Accessibility
-
-See the docs for `Polymer.PaperDialogBehavior` for accessibility features implemented by this
-element.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-dialog/hero.svg
deleted file mode 100644
index 713329b8..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/hero.svg
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <polygon points="0,124 0,126 2,126 "/>
- <polygon points="0,111.6 0,114.4 11.6,126 14.4,126 "/>
- <polygon points="0,99.1 0,101.9 24.1,126 26.9,126 "/>
- <polygon points="0,86.6 0,89.5 36.5,126 39.4,126 "/>
- <polygon points="0,74.2 0,77 49,126 51.8,126 "/>
- <polygon points="0,61.7 0,64.5 61.5,126 64.3,126 "/>
- <polygon points="0,49.2 0,52.1 73.9,126 76.8,126 "/>
- <polygon points="0,36.8 0,39.6 86.4,126 89.2,126 "/>
- <polygon points="0,24.3 0,27.1 98.9,126 101.7,126 "/>
- <polygon points="75.2,87 74,87 74,85.8 0,11.8 0,14.7 111.3,126 114.2,126 "/>
- <polygon points="87.6,87 84.8,87 123.8,126 126.6,126 "/>
- <polygon points="74,76.2 74,73.4 0.6,0 0,0 0,2.2 "/>
- <polygon points="74,63.7 74,60.9 13.1,0 10.3,0 "/>
- <polygon points="100.1,87 97.3,87 136.3,126 139.1,126 "/>
- <polygon points="112.6,87 109.7,87 148.7,126 151.6,126 "/>
- <polygon points="74,51.3 74,48.4 25.6,0 22.7,0 "/>
- <polygon points="125,87 122.2,87 161.2,126 164,126 "/>
- <polygon points="74.2,39 77,39 38,0 35.2,0 "/>
- <polygon points="86.7,39 89.5,39 50.5,0 47.7,0 "/>
- <polygon points="137.5,87 134.7,87 173.7,126 176.5,126 "/>
- <polygon points="150,87 147.1,87 186.1,126 189,126 "/>
- <polygon points="99.1,39 102,39 63,0 60.1,0 "/>
- <polygon points="150,74.6 150,77.4 198.6,126 201.4,126 "/>
- <polygon points="111.6,39 114.4,39 75.4,0 72.6,0 "/>
- <polygon points="150,62.1 150,64.9 211.1,126 213.9,126 "/>
- <polygon points="124.1,39 126.9,39 87.9,0 85.1,0 "/>
- <polygon points="100.3,0 97.5,0 136.5,39 139.3,39 "/>
- <polygon points="150,49.7 150,52.5 223.5,126 225,126 225,124.7 "/>
- <polygon points="112.8,0 110,0 149,39 150,39 150,40 225,115 225,112.2 "/>
- <polygon points="125.3,0 122.5,0 225,102.5 225,99.7 "/>
- <polygon points="137.7,0 134.9,0 225,90.1 225,87.3 "/>
- <polygon points="150.2,0 147.4,0 225,77.6 225,74.8 "/>
- <polygon points="162.7,0 159.8,0 225,65.2 225,62.3 "/>
- <polygon points="175.1,0 172.3,0 225,52.7 225,49.9 "/>
- <polygon points="187.6,0 184.8,0 225,40.2 225,37.4 "/>
- <polygon points="200.1,0 197.2,0 225,27.8 225,24.9 "/>
- <polygon points="212.5,0 209.7,0 225,15.3 225,12.5 "/>
- <polygon points="225,0 222.2,0 225,2.8 225,0 "/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
- <path d="M151,88H73V38h78V88z M75,86h74V40H75V86z"/>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/index.html b/third_party/polymer/v1_0/components-chromium/paper-dialog/index.html
deleted file mode 100644
index 6304b8dc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dialog/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-dialog</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.bower.json
deleted file mode 100644
index 9bb503e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-drawer-panel",
- "version": "1.0.7",
- "description": "A responsive drawer panel",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "drawer",
- "responsive",
- "layout"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-drawer-panel.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-drawer-panel",
- "dependencies": {
- "iron-media-query": "PolymerElements/iron-media-query#^1.0.0",
- "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
- "iron-selector": "PolymerElements/iron-selector#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "paper-drawer-panel.html",
- "ignore": [],
- "_release": "1.0.7",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.7",
- "commit": "1d791255c062c0c4c4fd9f6f2b2c1ef16b533721"
- },
- "_source": "git://github.com/PolymerElements/paper-drawer-panel.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-drawer-panel"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/README.md b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/README.md
deleted file mode 100644
index 78ada9e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/README.md
+++ /dev/null
@@ -1,147 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-drawer-panel.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-drawer-panel)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-drawer-panel)_
-
-
-##<paper-drawer-panel>
-
-Material design: [Navigation drawer](https://www.google.com/design/spec/patterns/navigation-drawer.html)
-
-`paper-drawer-panel` contains a drawer panel and a main panel. The drawer
-and the main panel are side-by-side with drawer on the left. When the browser
-window size is smaller than the `responsiveWidth`, `paper-drawer-panel`
-changes to narrow layout. In narrow layout, the drawer will be stacked on top
-of the main panel. The drawer will slide in/out to hide/reveal the main
-panel.
-
-Use the attribute `drawer` to indicate that the element is the drawer panel and
-`main` to indicate that the element is the main panel.
-
-Example:
-
-```html
-<paper-drawer-panel>
- <div drawer> Drawer panel... </div>
- <div main> Main panel... </div>
-</paper-drawer-panel>
-```
-
-The drawer and the main panels are not scrollable. You can set CSS overflow
-property on the elements to make them scrollable or use `paper-header-panel`.
-
-Example:
-
-```html
-<paper-drawer-panel>
- <paper-header-panel drawer>
- <paper-toolbar></paper-toolbar>
- <div> Drawer content... </div>
- </paper-header-panel>
- <paper-header-panel main>
- <paper-toolbar></paper-toolbar>
- <div> Main content... </div>
- </paper-header-panel>
-</paper-drawer-panel>
-```
-
-An element that should toggle the drawer will automatically do so if it's
-given the `paper-drawer-toggle` attribute. Also this element will automatically
-be hidden in wide layout.
-
-Example:
-
-```html
-<paper-drawer-panel>
- <paper-header-panel drawer>
- <paper-toolbar>
- <div>Application</div>
- </paper-toolbar>
- <div> Drawer content... </div>
- </paper-header-panel>
- <paper-header-panel main>
- <paper-toolbar>
- <paper-icon-button icon="menu" paper-drawer-toggle></paper-icon-button>
- <div>Title</div>
- </paper-toolbar>
- <div> Main content... </div>
- </paper-header-panel>
-</paper-drawer-panel>
-```
-
-To position the drawer to the right, add `right-drawer` attribute.
-
-```html
-<paper-drawer-panel right-drawer>
- <div drawer> Drawer panel... </div>
- <div main> Main panel... </div>
-</paper-drawer-panel>
-```
-
-### Styling
-
-To change the main container:
-
-```css
-paper-drawer-panel {
- --paper-drawer-panel-main-container: {
- background-color: gray;
- };
-}
-```
-
-To change the drawer container when it's in the left side:
-
-```css
-paper-drawer-panel {
- --paper-drawer-panel-left-drawer-container: {
- background-color: white;
- };
-}
-```
-
-To change the drawer container when it's in the right side:
-
-```css
-paper-drawer-panel {
- --paper-drawer-panel-right-drawer-container: {
- background-color: white;
- };
-}
-```
-
-To customize the scrim:
-
-```css
-paper-drawer-panel {
- --paper-drawer-panel-scrim: {
- background-color: red;
- };
-}
-```
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-drawer-panel-scrim-opacity` | Scrim opacity | 1 |
-| `--paper-drawer-panel-drawer-container` | Mixin applied to drawer container | {} |
-| `--paper-drawer-panel-left-drawer-container` | Mixin applied to container when it's in the left side | {} |
-| `--paper-drawer-panel-main-container` | Mixin applied to main container | {} |
-| `--paper-drawer-panel-right-drawer-container` | Mixin applied to container when it's in the right side | {} |
-| `--paper-drawer-panel-scrim` | Mixin applied to scrim | {} |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/hero.svg
deleted file mode 100644
index 5dfef36..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/hero.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M175,102H61V24h114V102z M63,100h110V26H63V100z"/>
- <path d="M91,102H61V24h30V102z M63,100h26V26H63V100z"/>
- <circle cx="123" cy="63" r="4"/>
- <rect x="90" y="62" width="33" height="2"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/index.html b/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/index.html
deleted file mode 100644
index 1390eccf..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-drawer-panel/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<!--
-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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.bower.json
deleted file mode 100644
index 660d0f7..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.bower.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "paper-dropdown-menu",
- "version": "1.1.3",
- "description": "An element that works similarly to a native browser select",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "dropdown",
- "select"
- ],
- "main": "paper-dropdown-menu.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-dropdown-menu"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-dropdown-menu",
- "dependencies": {
- "polymer": "polymer/polymer#^1.1.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
- "paper-input": "polymerelements/paper-input#^1.0.9",
- "paper-menu-button": "polymerelements/paper-menu-button#^1.0.0",
- "paper-ripple": "polymerelements/paper-ripple#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0",
- "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0",
- "iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "polymerelements/iron-demo-helpers#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "paper-item": "polymerelements/paper-item#^1.0.0",
- "paper-listbox": "polymerelements/paper-listbox#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0",
- "paper-tabs": "polymerelements/paper-tabs#^1.0.0"
- },
- "ignore": [],
- "_release": "1.1.3",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.3",
- "commit": "1ca32e3eeb568f1ae356a205c1812744fdd65950"
- },
- "_source": "git://github.com/PolymerElements/paper-dropdown-menu.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-dropdown-menu"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/README.md b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/README.md
deleted file mode 100644
index 64b4b97b..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/README.md
+++ /dev/null
@@ -1,68 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-dropdown-menu.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-dropdown-menu)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-dropdown-menu)_
-
-
-##<paper-dropdown-menu>
-
-Material design: [Dropdown menus](https://www.google.com/design/spec/components/buttons.html#buttons-dropdown-buttons)
-
-`paper-dropdown-menu` is similar to a native browser select element.
-`paper-dropdown-menu` works with selectable content. The currently selected
-item is displayed in the control. If no item is selected, the `label` is
-displayed instead.
-
-The child element with the class `dropdown-content` will be used as the dropdown
-menu. It could be a `paper-menu` or element that triggers `iron-select` when
-selecting its children.
-
-Example:
-
-```html
-<paper-dropdown-menu label="Your favourite pastry">
- <paper-menu class="dropdown-content">
- <paper-item>Croissant</paper-item>
- <paper-item>Donut</paper-item>
- <paper-item>Financier</paper-item>
- <paper-item>Madeleine</paper-item>
- </paper-menu>
-</paper-dropdown-menu>
-```
-
-This example renders a dropdown menu with 4 options.
-
-Similarly to using `iron-select`, `iron-deselect` events will cause the
-current selection of the `paper-dropdown-menu` to be cleared.
-
-### Styling
-
-The following custom properties and mixins are also available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-dropdown-menu` | A mixin that is applied to the element host | `{}` |
-| `--paper-dropdown-menu-disabled` | A mixin that is applied to the element host when disabled | `{}` |
-| `--paper-dropdown-menu-ripple` | A mixin that is applied to the internal ripple | `{}` |
-| `--paper-dropdown-menu-button` | A mixin that is applied to the internal menu button | `{}` |
-| `--paper-dropdown-menu-input` | A mixin that is applied to the internal paper input | `{}` |
-| `--paper-dropdown-menu-icon` | A mixin that is applied to the internal icon | `{}` |
-
-You can also use any of the `paper-input-container` and `paper-menu-button`
-style mixins and custom properties to style the internal input and menu button
-respectively.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/index.html b/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/index.html
deleted file mode 100644
index b8053bf..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>paper-dropdown-menu</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-fab/.bower.json
deleted file mode 100644
index 80ab078..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-fab/.bower.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "paper-fab",
- "version": "1.2.0",
- "description": "A material design floating action button",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "button"
- ],
- "main": "paper-fab.html",
- "ignore": [],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-fab.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-fab",
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-icons": "PolymerElements/iron-icons#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-material": "PolymerElements/paper-material#^1.0.5",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^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"
- },
- "_release": "1.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.0",
- "commit": "691638ca9b922411926b916a592f01a5f25c1af8"
- },
- "_source": "git://github.com/PolymerElements/paper-fab.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-fab"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-fab/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-fab/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-fab/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-fab/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/README.md b/third_party/polymer/v1_0/components-chromium/paper-fab/README.md
deleted file mode 100644
index a1fb4bab..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-fab/README.md
+++ /dev/null
@@ -1,56 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-fab.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-fab)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-fab)_
-
-
-##<paper-fab>
-
-Material design: [Floating Action Button](https://www.google.com/design/spec/components/buttons-floating-action-button.html)
-
-`paper-fab` is a floating action button. It contains an image placed in the center and
-comes in two sizes: regular size and a smaller size by applying the attribute `mini`. When
-the user touches the button, a ripple effect emanates from the center of the button.
-
-You may import `iron-icons` to use with this element, or provide a URL to a custom icon.
-See `iron-iconset` for more information about how to use a custom icon set.
-
-Example:
-
-```html
-<link href="path/to/iron-icons/iron-icons.html" rel="import">
-
-<paper-fab icon="add"></paper-fab>
-<paper-fab mini icon="favorite"></paper-fab>
-<paper-fab src="star.png"></paper-fab>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-fab-background` | The background color of the button | `--accent-color` |
-| `--paper-fab-keyboard-focus-background` | The background color of the button when focused | `--paper-pink-900` |
-| `--paper-fab-disabled-background` | The background color of the button when it's disabled | `--paper-grey-300` |
-| `--paper-fab-disabled-text` | The text color of the button when it's disabled | `--paper-grey-500` |
-| `--paper-fab` | Mixin applied to the button | `{}` |
-| `--paper-fab-mini` | Mixin applied to a mini button | `{}` |
-| `--paper-fab-disabled` | Mixin applied to a disabled button | `{}` |
-| `--paper-fab-iron-icon` | Mixin applied to the iron-icon within the button | `{}` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-fab/index.html b/third_party/polymer/v1_0/components-chromium/paper-fab/index.html
deleted file mode 100644
index b0ced26a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-fab/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>paper-fab</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
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
deleted file mode 100644
index b21c460..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/.bower.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "paper-header-panel",
- "version": "1.1.4",
- "description": "A header and content wrapper for layout with headers",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "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",
- "ignore": [],
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^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"
- },
- "_release": "1.1.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.4",
- "commit": "46e0a6218b3f984855dde6e52c2177157801718a"
- },
- "_source": "git://github.com/PolymerElements/paper-header-panel.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-header-panel"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-header-panel/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-header-panel/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/README.md b/third_party/polymer/v1_0/components-chromium/paper-header-panel/README.md
deleted file mode 100644
index f86c112..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/README.md
+++ /dev/null
@@ -1,151 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-header-panel.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-header-panel)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-header-panel)_
-
-
-##<paper-header-panel>
-
-`paper-header-panel` contains a header section and a content panel section.
-
-__Important:__ The `paper-header-panel` will not display if its parent does not have a height.
-
-Using layout classes, you can make the `paper-header-panel` fill the screen
-
-```html
-<body class="fullbleed layout vertical">
- <paper-header-panel class="flex">
- <paper-toolbar>
- <div>Hello World!</div>
- </paper-toolbar>
- </paper-header-panel>
-</body>
-```
-
-Special support is provided for scrolling modes when one uses a paper-toolbar or equivalent for the
-header section.
-
-Example:
-
-```html
-<paper-header-panel>
- <paper-toolbar>Header</paper-toolbar>
- <div>Content goes here...</div>
-</paper-header-panel>
-```
-
-If you want to use other than `paper-toolbar` for the header, add `paper-header` class to that
-element.
-
-Example:
-
-```html
-<paper-header-panel>
- <div class="paper-header">Header</div>
- <div>Content goes here...</div>
-</paper-header-panel>
-```
-
-To have the content fit to the main area, use the `fit` class.
-
-```html
-<paper-header-panel>
- <div class="paper-header">standard</div>
- <div class="fit">content fits 100% below the header</div>
-</paper-header-panel>
-```
-
-### Modes
-
-Controls header and scrolling behavior. Options are `standard`, `seamed`, `waterfall`, `waterfall-tall`, `scroll` and
-`cover`. Default is `standard`.
-
-| Mode | Description |
-| --- | --- |
-| `standard` | The header is a step above the panel. The header will consume the panel at the point of entry, preventing it from passing through to the opposite side. |
-| `seamed` | The header is presented as seamed with the panel. |
-| `waterfall` | Similar to standard mode, but header is initially presented as seamed with panel, but then separates to form the step. |
-| `waterfall-tall` | The header is initially taller (`tall` class is added to the header). As the user scrolls, the header separates (forming an edge) while condensing (`tall` class is removed from the header). |
-| `scroll` | The header keeps its seam with the panel, and is pushed off screen. |
-| `cover` | The panel covers the whole `paper-header-panel` including the header. This allows user to style the panel in such a way that the panel is partially covering the header. |
-
-Example:
-
-```html
-<paper-header-panel mode="waterfall">
- <div class="paper-header">standard</div>
- <div class="content fit">content fits 100% below the header</div>
-</paper-header-panel>
-```
-
-### Styling
-
-To change the shadow that shows up underneath the header:
-
-```css
-paper-header-panel {
- --paper-header-panel-shadow: {
- height: 6px;
- bottom: -6px;
- box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
- };
-}
-```
-
-To change the panel container in different modes:
-
-```css
-paper-header-panel {
- --paper-header-panel-standard-container: {
- border: 1px solid gray;
- };
-
- --paper-header-panel-seamed-container: {
- border: 1px solid gray;
- };
-
- --paper-header-panel-waterfall-container: {
- border: 1px solid gray;
- };
-
- --paper-header-panel-waterfall-tall-container: {
- border: 1px solid gray;
- };
-
- --paper-header-panel-scroll-container: {
- border: 1px solid gray;
- };
-
- --paper-header-panel-cover-container: {
- border: 1px solid gray;
- };
-}
-```
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-header-panel` | Mixin applied to the element | `{}` |
-| `--paper-header-panel-body` | Mixin applied to the element's body (i.e. everything below the toolbar) | `{}` |
-| `--paper-header-panel-scroll-container` | Mixin applied to the container when in scroll mode | `{}` |
-| `--paper-header-panel-cover-container` | Mixin applied to the container when in cover mode | `{}` |
-| `--paper-header-panel-standard-container` | Mixin applied to the container when in standard mode | `{}` |
-| `--paper-header-panel-seamed-container` | Mixin applied to the container when in seamed mode | `{}` |
-| `--paper-header-panel-waterfall-container` | Mixin applied to the container when in waterfall mode | `{}` |
-| `--paper-header-panel-waterfall-tall-container` | Mixin applied to the container when in tall waterfall mode | `{}` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-header-panel/hero.svg
deleted file mode 100644
index 60c7488..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/hero.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M163,102H73V24h90V102z M75,100h86V26H75V100z"/>
- <g>
- <polygon points="74,59.6 74,62.5 74.5,63 77.4,63 "/>
- <polygon points="74,51.9 74,54.7 82.3,63 85.1,63 "/>
- <polygon points="74,44.1 74,46.9 90.1,63 92.9,63 "/>
- <polygon points="74,36.3 74,39.2 97.8,63 100.7,63 "/>
- <polygon points="74,28.6 74,31.4 105.6,63 108.4,63 "/>
- <polygon points="78.2,25 75.4,25 113.4,63 116.2,63 "/>
- <polygon points="86,25 83.1,25 121.1,63 124,63 "/>
- <polygon points="93.7,25 90.9,25 128.9,63 131.7,63 "/>
- <polygon points="101.5,25 98.7,25 136.7,63 139.5,63 "/>
- <polygon points="109.2,25 106.4,25 144.4,63 147.2,63 "/>
- <polygon points="117,25 114.2,25 152.2,63 155,63 "/>
- <polygon points="124.8,25 122,25 160,63 162,63 162,62.2 "/>
- <polygon points="132.5,25 129.7,25 162,57.3 162,54.5 "/>
- <polygon points="140.3,25 137.5,25 162,49.5 162,46.7 "/>
- <polygon points="148.1,25 145.2,25 162,41.8 162,38.9 "/>
- <polygon points="155.8,25 153,25 162,34 162,31.2 "/>
- <polygon points="162,26.2 162,25 160.8,25 "/>
- </g>
- <rect x="74" y="62" width="88" height="2"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/index.html b/third_party/polymer/v1_0/components-chromium/paper-header-panel/index.html
deleted file mode 100644
index 8d0771c5..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-header-panel</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- <style>
- body {
- margin: 16px;
- }
- </style>
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-icon-button/.bower.json
deleted file mode 100644
index 42e403d..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/.bower.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "paper-icon-button",
- "private": true,
- "version": "1.0.6",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "A material design icon button",
- "main": "paper-icon-button.html",
- "author": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "button",
- "icon",
- "control"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-icon-button.git"
- },
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-icons": "PolymerElements/iron-icons#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-ripple": "PolymerElements/paper-ripple#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/paper-icon-button",
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "35347d81939093cd2abe2783ac1b17fa57b7b303"
- },
- "_source": "git://github.com/PolymerElements/paper-icon-button.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-icon-button"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-icon-button/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-icon-button/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/README.md b/third_party/polymer/v1_0/components-chromium/paper-icon-button/README.md
deleted file mode 100644
index 1288853..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/README.md
+++ /dev/null
@@ -1,61 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-icon-button.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-icon-button)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-icon-button)_
-
-
-##<paper-icon-button>
-
-
-Material design: [Icon toggles](https://www.google.com/design/spec/components/buttons.html#buttons-toggle-buttons)
-
-`paper-icon-button` is a button with an image placed at the center. When the user touches
-the button, a ripple effect emanates from the center of the button.
-
-`paper-icon-button` includes a default icon set. Use `icon` to specify which icon
-from the icon set to use.
-
- <paper-icon-button icon="menu"></paper-icon-button>
-
-See [`iron-iconset`](#iron-iconset) for more information about
-how to use a custom icon set.
-
-Example:
-
- <link href="path/to/iron-icons/iron-icons.html" rel="import">
-
- <paper-icon-button icon="favorite"></paper-icon-button>
- <paper-icon-button src="star.png"></paper-icon-button>
-
-### Styling
-
-Style the button with CSS as you would a normal DOM element. If you are using the icons
-provided by `iron-icons`, they will inherit the foreground color of the button.
-
- /* make a red "favorite" button */
- <paper-icon-button icon="favorite" style="color: red;"></paper-icon-button>
-
-By default, the ripple is the same color as the foreground at 25% opacity. You may
-customize the color using the `--paper-icon-button-ink-color` custom property.
-
-The following custom properties and mixins are available for styling:
-
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-icon-button-disabled-text` | The color of the disabled button | `--disabled-text-color`
-`--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-text-color`
-`--paper-icon-button` | Mixin for a button | `{}`
-`--paper-icon-button-disabled` | Mixin for a disabled button | `{}`
-`--paper-icon-button-hover` | Mixin for button on hover | `{}`
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/index.html b/third_party/polymer/v1_0/components-chromium/paper-icon-button/index.html
deleted file mode 100644
index 78f963c..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <script src="../webcomponentsjs/webcomponents.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-input/.bower.json
deleted file mode 100644
index 2da92b9..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/.bower.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "name": "paper-input",
- "version": "1.1.8",
- "description": "Material design text fields",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "input"
- ],
- "main": [
- "paper-input.html",
- "paper-textarea.html",
- "paper-input-behavior.html",
- "paper-input-container.html",
- "paper-input-error.html",
- "paper-input-addon-behavior.html",
- "paper-input-char-counter.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-input.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-input",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.2.0",
- "iron-autogrow-textarea": "PolymerElements/iron-autogrow-textarea#^1.0.0",
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0",
- "iron-input": "PolymerElements/iron-input#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0",
- "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.1.8",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.8",
- "commit": "96efaa0f707870d5a5999120467d67b8da806704"
- },
- "_source": "git://github.com/PolymerElements/paper-input.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-input"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-input/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-input/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/README.md b/third_party/polymer/v1_0/components-chromium/paper-input/README.md
deleted file mode 100644
index 099d2a3..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/README.md
+++ /dev/null
@@ -1,247 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-input-addon-behavior.html paper-input-behavior.html paper-input-char-counter.html paper-input-container.html paper-input-error.html paper-input.html paper-textarea.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-input)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-input)_
-
-
-##<paper-input>
-
-Material design: [Text fields](https://www.google.com/design/spec/components/text-fields.html)
-
-`<paper-input>` is a single-line text field with Material Design styling.
-
-```html
-<paper-input label="Input label"></paper-input>
-```
-
-It may include an optional error message or character counter.
-
-```html
-<paper-input error-message="Invalid input!" label="Input label"></paper-input>
-<paper-input char-counter label="Input label"></paper-input>
-```
-
-It can also include custom prefix or suffix elements, which are displayed
-before or after the text input itself. In order for an element to be
-considered as a prefix, it must have the `prefix` attribute (and similarly
-for `suffix`).
-
-```html
-<paper-input label="total">
- <div prefix>$</div>
- <paper-icon-button suffix icon="clear"></paper-icon-button>
-</paper-input>
-```
-
-A `paper-input` can use the native `type=search` or `type=file` features.
-However, since we can't control the native styling of the input (search icon,
-file button, date placeholder, etc.), in these cases the label will be
-automatically floated. The `placeholder` attribute can still be used for
-additional informational text.
-
-```html
-<paper-input label="search!" type="search"
- placeholder="search for cats" autosave="test" results="5">
-</paper-input>
-```
-
-See `Polymer.PaperInputBehavior` for more API docs.
-
-### Focus
-
-To focus a paper-input, you can call the native `focus()` method as long as the
-paper input has a tab index.
-
-### Styling
-
-See `Polymer.PaperInputContainer` for a list of custom properties used to
-style this element.
-
-
-
-##<paper-input-char-counter>
-
-`<paper-input-char-counter>` is a character counter for use with `<paper-input-container>`. It
-shows the number of characters entered in the input and the max length if it is specified.
-
-```html
-<paper-input-container>
- <input is="iron-input" maxlength="20">
- <paper-input-char-counter></paper-input-char-counter>
-</paper-input-container>
-```
-
-### Styling
-
-The following mixin is available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-input-char-counter` | Mixin applied to the element | `{}` |
-
-
-
-##<paper-input-container>
-
-`<paper-input-container>` is a container for a `<label>`, an `<input is="iron-input">` or
-`<iron-autogrow-textarea>` and optional add-on elements such as an error message or character
-counter, used to implement Material Design text fields.
-
-For example:
-
-```html
-<paper-input-container>
- <label>Your name</label>
- <input is="iron-input">
-</paper-input-container>
-```
-
-### Listening for input changes
-
-By default, it listens for changes on the `bind-value` attribute on its children nodes and perform
-tasks such as auto-validating and label styling when the `bind-value` changes. You can configure
-the attribute it listens to with the `attr-for-value` attribute.
-
-### Using a custom input element
-
-You can use a custom input element in a `<paper-input-container>`, for example to implement a
-compound input field like a social security number input. The custom input element should have the
-`paper-input-input` class, have a `notify:true` value property and optionally implements
-`Polymer.IronValidatableBehavior` if it is validatable.
-
-```html
-<paper-input-container attr-for-value="ssn-value">
- <label>Social security number</label>
- <ssn-input class="paper-input-input"></ssn-input>
-</paper-input-container>
-```
-
-### Validation
-
-If the `auto-validate` attribute is set, the input container will validate the input and update
-the container styling when the input value changes.
-
-### Add-ons
-
-Add-ons are child elements of a `<paper-input-container>` with the `add-on` attribute and
-implements the `Polymer.PaperInputAddonBehavior` behavior. They are notified when the input value
-or validity changes, and may implement functionality such as error messages or character counters.
-They appear at the bottom of the input.
-
-### Prefixes and suffixes
-
-These are child elements of a `<paper-input-container>` with the `prefix`
-or `suffix` attribute, and are displayed inline with the input, before or after.
-
-```html
-<paper-input-container>
- <div prefix>$</div>
- <label>Total</label>
- <input is="iron-input">
- <paper-icon-button suffix icon="clear"></paper-icon-button>
-</paper-input-container>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-input-container-color` | Label and underline color when the input is not focused | `--secondary-text-color` |
-| `--paper-input-container-focus-color` | Label and underline color when the input is focused | `--primary-color` |
-| `--paper-input-container-invalid-color` | Label and underline color when the input is is invalid | `--error-color` |
-| `--paper-input-container-input-color` | Input foreground color | `--primary-text-color` |
-| `--paper-input-container` | Mixin applied to the container | `{}` |
-| `--paper-input-container-disabled` | Mixin applied to the container when it's disabled | `{}` |
-| `--paper-input-container-label` | Mixin applied to the label | `{}` |
-| `--paper-input-container-label-focus` | Mixin applied to the label when the input is focused | `{}` |
-| `--paper-input-container-label-floating` | Mixin applied to the label when floating | `{}` |
-| `--paper-input-container-input` | Mixin applied to the input | `{}` |
-| `--paper-input-container-underline` | Mixin applied to the underline | `{}` |
-| `--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}` |
-| `--paper-input-container-underline-disabled` | Mixin applied to the underline when the input is disabled | `{}` |
-| `--paper-input-prefix` | Mixin applied to the input prefix | `{}` |
-| `--paper-input-suffix` | Mixin applied to the input suffix | `{}` |
-
-This element is `display:block` by default, but you can set the `inline` attribute to make it
-`display:inline-block`.
-
-
-
-##<paper-input-error>
-
-`<paper-input-error>` is an error message for use with `<paper-input-container>`. The error is
-displayed when the `<paper-input-container>` is `invalid`.
-
-```html
-<paper-input-container>
- <input is="iron-input" pattern="[0-9]*">
- <paper-input-error>Only numbers are allowed!</paper-input-error>
-</paper-input-container>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-input-container-invalid-color` | The foreground color of the error | `--error-color` |
-| `--paper-input-error` | Mixin applied to the error | `{}` |
-
-
-
-##<paper-textarea>
-
-`<paper-textarea>` is a multi-line text field with Material Design styling.
-
-```html
-<paper-textarea label="Textarea label"></paper-textarea>
-```
-
-See `Polymer.PaperInputBehavior` for more API docs.
-
-### Validation
-
-Currently only `required` and `maxlength` validation is supported.
-
-### Styling
-
-See `Polymer.PaperInputContainer` for a list of custom properties used to
-style this element.
-
-
-
-##Polymer.PaperInputAddonBehavior
-
-Use `Polymer.PaperInputAddonBehavior` to implement an add-on for `<paper-input-container>`. A
-add-on appears below the input, and may display information based on the input value and
-validity such as a character counter or an error message.
-
-
-
-##Polymer.PaperInputBehavior
-
-Use `Polymer.PaperInputBehavior` to implement inputs with `<paper-input-container>`. This
-behavior is implemented by `<paper-input>`. It exposes a number of properties from
-`<paper-input-container>` and `<input is="iron-input">` and they should be bound in your
-template.
-
-The input element can be accessed by the `inputElement` property if you need to access
-properties or methods that are not exposed.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-input/hero.svg
deleted file mode 100644
index 146ffea..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/hero.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <rect x="49" y="53" width="2" height="18"/>
- <path d="M188,78H37V44h151V78z M39,76h147V46H39V76z"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/index.html b/third_party/polymer/v1_0/components-chromium/paper-input/index.html
deleted file mode 100644
index e6c9fadc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-input/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title>paper-input</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page src="all-imports.html"></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-item/.bower.json
deleted file mode 100644
index c341588..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-item/.bower.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "paper-item",
- "version": "1.1.4",
- "description": "A material-design styled list item",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "item"
- ],
- "main": [
- "paper-item.html",
- "paper-icon-item.html",
- "paper-item-body.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-item"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-item",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-behaviors": "polymerelements/iron-behaviors#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-icons": "PolymerElements/iron-icons#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0"
- },
- "_release": "1.1.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.4",
- "commit": "5dcf21d5f7c13bafa24122c73aac28bd86213191"
- },
- "_source": "git://github.com/PolymerElements/paper-item.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-item"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-item/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-item/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-item/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-item/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/README.md b/third_party/polymer/v1_0/components-chromium/paper-item/README.md
deleted file mode 100644
index ea5c50a2..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-item/README.md
+++ /dev/null
@@ -1,139 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-icon-item.html paper-item-behavior.html paper-item-body.html paper-item.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-item)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-item)_
-
-
-##<paper-item>
-
-Material design: [Lists](https://www.google.com/design/spec/components/lists.html)
-
-`<paper-item>` is an interactive list item. By default, it is a horizontal flexbox.
-
-```html
-<paper-item>Item</paper-item>
-```
-
-Use this element with `<paper-item-body>` to make Material Design styled two-line and three-line
-items.
-
-```html
-<paper-item>
- <paper-item-body two-line>
- <div>Show your status</div>
- <div secondary>Your status is visible to everyone</div>
- </paper-item-body>
- <iron-icon icon="warning"></iron-icon>
-</paper-item>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-item-min-height` | Minimum height of the item | `48px` |
-| `--paper-item` | Mixin applied to the item | `{}` |
-| `--paper-item-selected-weight` | The font weight of a selected item | `bold` |
-| `--paper-item-selected` | Mixin applied to selected paper-items | `{}` |
-| `--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color` |
-| `--paper-item-disabled` | Mixin applied to disabled paper-items | `{}` |
-| `--paper-item-focused` | Mixin applied to focused paper-items | `{}` |
-| `--paper-item-focused-before` | Mixin applied to :before focused paper-items | `{}` |
-
-### Accessibility
-
-This element has `role="listitem"` by default. Depending on usage, it may be more appropriate to set
-`role="menuitem"`, `role="menuitemcheckbox"` or `role="menuitemradio"`.
-
-```html
-<paper-item role="menuitemcheckbox">
- <paper-item-body>
- Show your status
- </paper-item-body>
- <paper-checkbox></paper-checkbox>
-</paper-item>
-```
-
-
-
-##<paper-icon-item>
-
-`<paper-icon-item>` is a convenience element to make an item with icon. It is an interactive list
-item with a fixed-width icon area, according to Material Design. This is useful if the icons are of
-varying widths, but you want the item bodies to line up. Use this like a `<paper-item>`. The child
-node with the attribute `item-icon` is placed in the icon area.
-
-```html
-<paper-icon-item>
- <iron-icon icon="favorite" item-icon></iron-icon>
- Favorite
-</paper-icon-item>
-<paper-icon-item>
- <div class="avatar" item-icon></div>
- Avatar
-</paper-icon-item>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-item-icon-width` | Width of the icon area | `56px` |
-| `--paper-item-icon` | Mixin applied to the icon area | `{}` |
-| `--paper-icon-item` | Mixin applied to the item | `{}` |
-| `--paper-item-selected-weight` | The font weight of a selected item | `bold` |
-| `--paper-item-selected` | Mixin applied to selected paper-items | `{}` |
-| `--paper-item-disabled-color` | The color for disabled paper-items | `--disabled-text-color` |
-| `--paper-item-disabled` | Mixin applied to disabled paper-items | `{}` |
-| `--paper-item-focused` | Mixin applied to focused paper-items | `{}` |
-| `--paper-item-focused-before` | Mixin applied to :before focused paper-items | `{}` |
-
-
-
-##<paper-item-body>
-
-Use `<paper-item-body>` in a `<paper-item>` or `<paper-icon-item>` to make two- or
-three- line items. It is a flex item that is a vertical flexbox.
-
-```html
-<paper-item>
- <paper-item-body two-line>
- <div>Show your status</div>
- <div secondary>Your status is visible to everyone</div>
- </paper-item-body>
-</paper-item>
-```
-
-The child elements with the `secondary` attribute is given secondary text styling.
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-item-body-two-line-min-height` | Minimum height of a two-line item | `72px` |
-| `--paper-item-body-three-line-min-height` | Minimum height of a three-line item | `88px` |
-| `--paper-item-body-secondary-color` | Foreground color for the `secondary` area | `--secondary-text-color` |
-| `--paper-item-body-secondary` | Mixin applied to the `secondary` area | `{}` |
-
-
-
-<!-- No docs for Polymer.PaperItemBehavior found. -->
diff --git a/third_party/polymer/v1_0/components-chromium/paper-item/index.html b/third_party/polymer/v1_0/components-chromium/paper-item/index.html
deleted file mode 100644
index b409ed1..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-item/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!--
-@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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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-item</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page src="all-imports.html"></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-listbox/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-listbox/.bower.json
deleted file mode 100644
index 779b9e7..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-listbox/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-listbox",
- "version": "1.1.2",
- "description": "Implements an accessible material design listbox",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "listbox"
- ],
- "main": [
- "paper-listbox.html",
- "paper-sublistbox.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-listbox"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-listbox",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-collapse": "PolymerElements/iron-collapse#^1.0.0",
- "iron-menu-behavior": "PolymerElements/iron-menu-behavior#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-item": "PolymerElements/paper-item#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "Polymer/web-component-tester#^3.4.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.1.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.2",
- "commit": "b0fde50f57db3e8e4926e9d046be9d3c159a2bff"
- },
- "_source": "git://github.com/polymerelements/paper-listbox.git",
- "_target": "~1.1.2",
- "_originalSource": "polymerelements/paper-listbox"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-listbox/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-listbox/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-listbox/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-listbox/README.md b/third_party/polymer/v1_0/components-chromium/paper-listbox/README.md
deleted file mode 100644
index 95f0106e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-listbox/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# paper-listbox
-
-
-
-`<paper-listbox>` implements an accessible listbox control with Material Design styling.
diff --git a/third_party/polymer/v1_0/components-chromium/paper-listbox/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-listbox/hero.svg
deleted file mode 100644
index 91af1f60..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-listbox/hero.svg
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <circle cx="86.5" cy="39" r="4"/>
- <path d="M138,44c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,37.3,100,36,98,36v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V44z"/>
- <circle cx="86.5" cy="63" r="4"/>
- <path d="M138,68c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,61.3,100,60,98,60v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V68z"/>
- <circle cx="86.5" cy="88" r="4"/>
- <path d="M138,93c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,86.3,100,85,98,85v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V93z"/>
- <path d="M151,102H73V24h78V102z M75,100h74V26H75V100z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-listbox/index.html b/third_party/polymer/v1_0/components-chromium/paper-listbox/index.html
deleted file mode 100644
index b9dad4b..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-listbox/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-listbox</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-material/.bower.json
deleted file mode 100644
index 76995ae..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-material/.bower.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "paper-material",
- "version": "1.0.6",
- "description": "A material design container that looks like a lifted sheet of paper",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "paper",
- "container"
- ],
- "main": "paper-material.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-material"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-material",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "web-component-tester": "^4.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
- },
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "6aef0896fcbc25f9f5bd1dd55f7679e6ab7f92ad"
- },
- "_source": "git://github.com/PolymerElements/paper-material.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-material"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-material/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-material/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-material/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-material/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/README.md b/third_party/polymer/v1_0/components-chromium/paper-material/README.md
deleted file mode 100644
index 6a74b5e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-material/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-material.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-material)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-material)_
-
-
-##<paper-material>
-
-Material design: [Cards](https://www.google.com/design/spec/components/cards.html)
-
-`paper-material` is a container that renders two shadows on top of each other to
-create the effect of a lifted piece of paper.
-
-Example:
-
-```html
-<paper-material elevation="1">
- ... content ...
-</paper-material>
-```
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-material/index.html b/third_party/polymer/v1_0/components-chromium/paper-material/index.html
deleted file mode 100644
index 7209e6d..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-material/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-material</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-menu-button/.bower.json
deleted file mode 100644
index 1f4d92b4..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/.bower.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "paper-menu-button",
- "version": "1.0.4",
- "description": "A material design element that composes a trigger and a dropdown menu",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "menu",
- "button"
- ],
- "main": "paper-menu-button.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-menu-button"
- },
- "license": "MIT",
- "homepage": "https://github.com/PolymerElements/paper-menu-button",
- "dependencies": {
- "polymer": "polymer/polymer#^1.0.0",
- "neon-animation": "polymerelements/neon-animation#^1.0.0",
- "paper-material": "polymerelements/paper-material#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0",
- "iron-dropdown": "polymerelements/iron-dropdown#^1.0.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0",
- "iron-behaviors": "polymerelements/iron-behaviors#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "*",
- "paper-menu": "polymerelements/paper-menu#^1.0.0",
- "paper-icon-button": "polymerelements/paper-icon-button#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
- "paper-button": "polymerelements/paper-button#^1.0.0",
- "paper-item": "polymerelements/paper-item#^1.0.0",
- "iron-image": "polymerelements/iron-image#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0"
- },
- "ignore": [],
- "_release": "1.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.4",
- "commit": "886c7eb904a5d59652adc0a127a8e0eab7e0f663"
- },
- "_source": "git://github.com/PolymerElements/paper-menu-button.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-menu-button"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-menu-button/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-menu-button/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/README.md b/third_party/polymer/v1_0/components-chromium/paper-menu-button/README.md
deleted file mode 100644
index d75cacc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/README.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-menu-button-animations.html paper-menu-button.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-menu-button)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-menu-button)_
-
-
-##<paper-menu-button>
-
-
-Material design: [Dropdown buttons](https://www.google.com/design/spec/components/buttons.html#buttons-dropdown-buttons)
-
-`paper-menu-button` allows one to compose a designated "trigger" element with
-another element that represents "content", to create a dropdown menu that
-displays the "content" when the "trigger" is clicked.
-
-The child element with the class `dropdown-trigger` will be used as the
-"trigger" element. The child element with the class `dropdown-content` will be
-used as the "content" element.
-
-The `paper-menu-button` is sensitive to its content's `iron-select` events. If
-the "content" element triggers an `iron-select` event, the `paper-menu-button`
-will close automatically.
-
-Example:
-
- <paper-menu-button>
- <paper-icon-button icon="menu" class="dropdown-trigger"></paper-icon-button>
- <paper-menu class="dropdown-content">
- <paper-item>Share</paper-item>
- <paper-item>Settings</paper-item>
- <paper-item>Help</paper-item>
- </paper-menu>
- </paper-menu-button>
-
-### Styling
-
-The following custom properties and mixins are also available for styling:
-
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-menu-button-dropdown-background` | Background color of the paper-menu-button dropdown | `#fff`
-`--paper-menu-button` | Mixin applied to the paper-menu-button | `{}`
-`--paper-menu-button-disabled` | Mixin applied to the paper-menu-button when disabled | `{}`
-`--paper-menu-button-dropdown` | Mixin applied to the paper-menu-button dropdown | `{}`
-`--paper-menu-button-content` | Mixin applied to the paper-menu-button content | `{}`
-
-
-
-<!-- No docs for <paper-menu-grow-height-animation> found. -->
-
-<!-- No docs for <paper-menu-grow-width-animation> found. -->
-
-<!-- No docs for <paper-menu-shrink-height-animation> found. -->
-
-<!-- No docs for <paper-menu-shrink-width-animation> found. -->
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-menu-button/hero.svg
deleted file mode 100644
index 31c411c9..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/hero.svg
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <circle cx="109" cy="45" r="4"/>
- <path d="M165,50c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5
- c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5c-2.8,0-4.1-2.4-5.3-4.5
- c-1.2-2.2-2-3.5-3.5-3.5v-2c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5
- c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5s4.1,2.4,5.3,4.5
- c1.2,2.2,2,3.5,3.5,3.5V50z"/>
- <circle cx="109" cy="63" r="4"/>
- <path d="M165,68c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5
- c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5c-2.8,0-4.1-2.4-5.3-4.5
- c-1.2-2.2-2-3.5-3.5-3.5v-2c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5
- c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5s4.1,2.4,5.3,4.5
- c1.2,2.2,2,3.5,3.5,3.5V68z"/>
- <circle cx="109" cy="81" r="4"/>
- <path d="M165,86c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5
- c-2.8,0-4.1-2.4-5.3-4.5c-1.2-2.2-2-3.5-3.5-3.5c-1.5,0-2.3,1.3-3.5,3.5c-1.2,2.1-2.5,4.5-5.3,4.5c-2.8,0-4.1-2.4-5.3-4.5
- c-1.2-2.2-2-3.5-3.5-3.5v-2c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5
- c2.8,0,4.1,2.4,5.3,4.5c1.2,2.2,2,3.5,3.5,3.5c1.5,0,2.3-1.3,3.5-3.5c1.2-2.1,2.5-4.5,5.3-4.5s4.1,2.4,5.3,4.5
- c1.2,2.2,2,3.5,3.5,3.5V86z"/>
- <path d="M176,98H94V28h82V98z M96,96h78V30H96V96z"/>
- <circle cx="65" cy="61" r="8"/>
- <path d="M82,78H48V44h34V78z M50,76h30V46H50V76z"/>
- <rect x="81" y="58" width="14" height="2"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/index.html b/third_party/polymer/v1_0/components-chromium/paper-menu-button/index.html
deleted file mode 100644
index 040b1952..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
-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
--->
-<html>
-<head>
-
- <title>paper-menu-button</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-menu/.bower.json
deleted file mode 100644
index e5f47bb..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/.bower.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "paper-menu",
- "version": "1.2.2",
- "description": "Implements an accessible material design menu",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "menu"
- ],
- "main": [
- "paper-menu.html",
- "paper-submenu.html"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-menu"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-menu",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-collapse": "PolymerElements/iron-collapse#^1.0.0",
- "iron-menu-behavior": "PolymerElements/iron-menu-behavior#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-item": "PolymerElements/paper-item#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "_release": "1.2.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.2.2",
- "commit": "f31a1dbc5b594a84c8c01eca0f23f9bcb8f6ba76"
- },
- "_source": "git://github.com/PolymerElements/paper-menu.git",
- "_target": "^1.1.0",
- "_originalSource": "PolymerElements/paper-menu"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-menu/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-menu/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/README.md b/third_party/polymer/v1_0/components-chromium/paper-menu/README.md
deleted file mode 100644
index 9dbd2b2..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/README.md
+++ /dev/null
@@ -1,113 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-menu.html paper-submenu.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-menu)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-menu)_
-
-
-##<paper-menu>
-
-Material design: [Menus](https://www.google.com/design/spec/components/menus.html)
-
-`<paper-menu>` implements an accessible menu control with Material Design styling. The focused item
-is highlighted, and the selected item has bolded text.
-
-```html
-<paper-menu>
- <paper-item>Item 1</paper-item>
- <paper-item>Item 2</paper-item>
-</paper-menu>
-```
-
-An initial selection can be specified with the `selected` attribute.
-
-```html
-<paper-menu selected="0">
- <paper-item>Item 1</paper-item>
- <paper-item>Item 2</paper-item>
-</paper-menu>
-```
-
-Make a multi-select menu with the `multi` attribute. Items in a multi-select menu can be deselected,
-and multiple items can be selected.
-
-```html
-<paper-menu multi>
- <paper-item>Item 1</paper-item>
- <paper-item>Item 2</paper-item>
-</paper-menu>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-menu-background-color` | Menu background color | `--primary-background-color` |
-| `--paper-menu-color` | Menu foreground color | `--primary-text-color` |
-| `--paper-menu-disabled-color` | Foreground color for a disabled item | `--disabled-text-color` |
-| `--paper-menu` | Mixin applied to the menu | `{}` |
-| `--paper-menu-selected-item` | Mixin applied to the selected item | `{}` |
-| `--paper-menu-focused-item` | Mixin applied to the focused item | `{}` |
-| `--paper-menu-focused-item-after` | Mixin applied to the ::after pseudo-element for the focused item | `{}` |
-
-### Accessibility
-
-`<paper-menu>` has `role="menu"` by default. A multi-select menu will also have
-`aria-multiselectable` set. It implements key bindings to navigate through the menu with the up and
-down arrow keys, esc to exit the menu, and enter to activate a menu item. Typing the first letter
-of a menu item will also focus it.
-
-
-
-##<paper-submenu>
-
-`<paper-submenu>` is a nested menu inside of a parent `<paper-menu>`. It
-consists of a trigger that expands or collapses another `<paper-menu>`:
-
-```html
-<paper-menu>
- <paper-submenu>
- <paper-item class="menu-trigger">Topics</paper-item>
- <paper-menu class="menu-content">
- <paper-item>Topic 1</paper-item>
- <paper-item>Topic 2</paper-item>
- <paper-item>Topic 3</paper-item>
- </paper-menu>
- </paper-submenu>
- <paper-submenu>
- <paper-item class="menu-trigger">Faves</paper-item>
- <paper-menu class="menu-content">
- <paper-item>Fave 1</paper-item>
- <paper-item>Fave 2</paper-item>
- </paper-menu>
- </paper-submenu>
- <paper-submenu disabled>
- <paper-item class="menu-trigger">Unavailable</paper-item>
- <paper-menu class="menu-content">
- <paper-item>Disabled 1</paper-item>
- <paper-item>Disabled 2</paper-item>
- </paper-menu>
- </paper-submenu>
-</paper-menu>
-```
-
-Just like in `<paper-menu>`, the focused item is highlighted, and the selected
-item has bolded text. Please see the `<paper-menu>` docs for which attributes
-(such as `multi` and `selected`), and styling options are available for the
-`menu-content` menu.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-menu/hero.svg
deleted file mode 100644
index 91af1f60..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/hero.svg
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <circle cx="86.5" cy="39" r="4"/>
- <path d="M138,44c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,37.3,100,36,98,36v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V44z"/>
- <circle cx="86.5" cy="63" r="4"/>
- <path d="M138,68c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,61.3,100,60,98,60v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V68z"/>
- <circle cx="86.5" cy="88" r="4"/>
- <path d="M138,93c-2,0-3.6-2.4-4.6-4.6c-1.1-2.1-1.7-3.4-3-3.4s-2,1.3-3,3.4c-1.1,2.1-2.2,4.6-4.9,4.6c-2.6,0-3.8-2.4-4.9-4.6
- c-1.1-2.1-1.8-3.4-3.1-3.4c-1.3,0-2,1.3-3.1,3.4c-1.1,2.1-2.3,4.6-4.9,4.6c-2.6,0-4.1-2.4-5.1-4.6C100.3,86.3,100,85,98,85v-2
- c3,0,4.1,2.4,5.1,4.6c1.1,2.1,1.9,3.4,3.2,3.4c1.3,0,2.1-1.3,3.2-3.4c1.1-2.1,2.3-4.6,4.9-4.6c2.6,0,3.8,2.4,4.9,4.6
- c1.1,2.1,1.8,3.4,3.1,3.4c1.3,0,2-1.3,3.1-3.4c1.1-2.1,2.3-4.6,4.9-4.6s3.6,2.4,4.6,4.6c1.1,2.1,1.9,3.4,2.9,3.4V93z"/>
- <path d="M151,102H73V24h78V102z M75,100h74V26H75V100z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/index.html b/third_party/polymer/v1_0/components-chromium/paper-menu/index.html
deleted file mode 100644
index fc88411..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-menu</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-progress/.bower.json
deleted file mode 100644
index 9d75ff5c..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/.bower.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "paper-progress",
- "version": "1.0.8",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "A material design progress bar",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "progress"
- ],
- "main": "paper-progress.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-progress.git"
- },
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "paper-button": "PolymerElements/paper-button#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "*",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/paper-progress",
- "_release": "1.0.8",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.8",
- "commit": "9d879787a55c95eedaa28cfd65813de4367bc858"
- },
- "_source": "git://github.com/PolymerElements/paper-progress.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-progress"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-progress/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-progress/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/README.md b/third_party/polymer/v1_0/components-chromium/paper-progress/README.md
deleted file mode 100644
index a55c09e7..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/README.md
+++ /dev/null
@@ -1,80 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-progress.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-progress)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-progress)_
-
-
-##<paper-progress>
-
-
-Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activity.html)
-
-The progress bars are for situations where the percentage completed can be
-determined. They give users a quick sense of how much longer an operation
-will take.
-
-Example:
-
- <paper-progress value="10"></paper-progress>
-
-There is also a secondary progress which is useful for displaying intermediate
-progress, such as the buffer level during a streaming playback progress bar.
-
-Example:
-
- <paper-progress value="10" secondary-progress="30"></paper-progress>
-
-### Styling progress bar:
-
-To change the active progress bar color:
-
- paper-progress {
- --paper-progress-active-color: #e91e63;
- }
-
-To change the secondary progress bar color:
-
- paper-progress {
- --paper-progress-secondary-color: #f8bbd0;
- }
-
-To change the progress bar background color:
-
- paper-progress {
- --paper-progress-container-color: #64ffda;
- }
-
-Add the class `transiting` to a paper-progress to animate the progress bar when
-the value changed. You can also customize the transition:
-
- paper-progress {
- --paper-progress-transition-duration: 0.08s;
- --paper-progress-transition-timing-function: ease;
- --paper-progress-transition-transition-delay: 0s;
- }
-
-The following mixins are available for styling:
-
-Custom property | Description | Default
-----------------------------------------------|---------------------------------------------|--------------
-`--paper-progress-container-color` | Mixin applied to container | `--google-grey-300`
-`--paper-progress-transition-duration` | Duration of the transition | `0.008s`
-`--paper-progress-transition-timing-function` | The timing function for the transition | `ease`
-`--paper-progress-transition-delay` | delay for the transition | `0s`
-`--paper-progress-active-color` | The color of the active bar | `--google-green-500`
-`--paper-progress-secondary-color` | The color of the secondary bar | `--google-green-100`
-`--paper-progress-disabled-active-color` | The color of the active bar if disabled | `--google-grey-500`
-`--paper-progress-disabled-secondary-color` | The color of the secondary bar if disabled | `--google-grey-300`
-`--paper-progress-height` | The height of the progress bar | `4px`
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-progress/hero.svg
deleted file mode 100644
index dc422a4..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/hero.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <rect x="57" y="59" width="20" height="2"/>
- <rect x="38" y="59" width="11" height="2"/>
- <rect x="84" y="59" width="40" height="2"/>
- <rect x="133" y="59" width="54" height="2"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/index.html b/third_party/polymer/v1_0/components-chromium/paper-progress/index.html
deleted file mode 100644
index 225e3dd9..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title>paper-progress</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-radio-button/.bower.json
deleted file mode 100644
index 0ec87dd..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/.bower.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "paper-radio-button",
- "version": "1.1.1",
- "description": "A material design radio button",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "radio",
- "control"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-radio-button"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-radio-button",
- "ignore": [],
- "dependencies": {
- "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "paper-radio-button.html",
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "ada62ad3347d304aa72352ea5ef02e2c21907d6c"
- },
- "_source": "git://github.com/PolymerElements/paper-radio-button.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-radio-button"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-radio-button/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-radio-button/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/README.md b/third_party/polymer/v1_0/components-chromium/paper-radio-button/README.md
deleted file mode 100644
index d141450..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/README.md
+++ /dev/null
@@ -1,55 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-radio-button.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-radio-button)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-radio-button)_
-
-
-##<paper-radio-button>
-
-Material design: [Radio button](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-radio-button)
-
-`paper-radio-button` is a button that can be either checked or unchecked.
-User can tap the radio button to check or uncheck it.
-
-Use a `<paper-radio-group>` to group a set of radio buttons. When radio buttons
-are inside a radio group, exactly one radio button in the group can be checked
-at any time.
-
-Example:
-
-```html
-<paper-radio-button></paper-radio-button>
-<paper-radio-button>Item label</paper-radio-button>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-radio-button-unchecked-background-color` | Radio button background color when the input is not checked | `transparent` |
-| `--paper-radio-button-unchecked-color` | Radio button color when the input is not checked | `--primary-text-color` |
-| `--paper-radio-button-unchecked-ink-color` | Selected/focus ripple color when the input is not checked | `--primary-text-color` |
-| `--paper-radio-button-checked-color` | Radio button color when the input is checked | `--primary-color` |
-| `--paper-radio-button-checked-ink-color` | Selected/focus ripple color when the input is checked | `--primary-color` |
-| `--paper-radio-button-label-color` | Label color | `--primary-text-color` |
-| `--paper-radio-button-label-spacing` | Spacing between the label and the button | `10px` |
-
-This element applies the mixin `--paper-font-common-base` but does not import `paper-styles/typography.html`.
-In order to apply the `Roboto` font to this element, make sure you've imported `paper-styles/typography.html`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-radio-button/hero.svg
deleted file mode 100644
index 7fbac94..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/hero.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <circle cx="112.5" cy="63" r="8"/>
- <path d="M112.5,80c-9.4,0-17-7.6-17-17s7.6-17,17-17s17,7.6,17,17S121.9,80,112.5,80z M112.5,48c-8.3,0-15,6.7-15,15s6.7,15,15,15
- s15-6.7,15-15S120.8,48,112.5,48z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/index.html b/third_party/polymer/v1_0/components-chromium/paper-radio-button/index.html
deleted file mode 100644
index a564b41..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html>
-<!--
-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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-radio-button</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-radio-group/.bower.json
deleted file mode 100644
index 25f344b..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/.bower.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "paper-radio-group",
- "version": "1.0.9",
- "description": "A group of material design radio buttons",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "radio",
- "control"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-radio-group.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-radio-group",
- "ignore": [],
- "dependencies": {
- "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0",
- "iron-selector": "PolymerElements/iron-selector#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-radio-button": "PolymerElements/paper-radio-button#^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"
- },
- "main": "paper-radio-group.html",
- "_release": "1.0.9",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.9",
- "commit": "27a8447ed1709dd1a9bef514acd7dee218604077"
- },
- "_source": "git://github.com/PolymerElements/paper-radio-group.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-radio-group"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-radio-group/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-radio-group/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/README.md b/third_party/polymer/v1_0/components-chromium/paper-radio-group/README.md
deleted file mode 100644
index 1b57146..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-radio-group.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-radio-group)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-radio-group)_
-
-
-##<paper-radio-group>
-
-
-Material design: [Radio button](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-radio-button)
-
-`paper-radio-group` allows user to select at most one radio button from a set.
-Checking one radio button that belongs to a radio group unchecks any
-previously checked radio button within the same group. Use
-`selected` to get or set the selected radio button.
-
-The <paper-radio-buttons> inside the group must have the `name` attribute
-set.
-
-Example:
-
- <paper-radio-group selected="small">
- <paper-radio-button name="small">Small</paper-radio-button>
- <paper-radio-button name="medium">Medium</paper-radio-button>
- <paper-radio-button name="large">Large</paper-radio-button>
- </paper-radio-group>
-
-Radio-button-groups can be made optional, and allow zero buttons to be selected:
-
- <paper-radio-group selected="small" allow-empty-selection>
- <paper-radio-button name="small">Small</paper-radio-button>
- <paper-radio-button name="medium">Medium</paper-radio-button>
- <paper-radio-button name="large">Large</paper-radio-button>
- </paper-radio-group>
-
-See <a href="paper-radio-button">paper-radio-button</a> for more
-information about `paper-radio-button`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-radio-group/hero.svg
deleted file mode 100644
index fc78ba7..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/hero.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <circle cx="112.5" cy="41" r="8"/>
- <path d="M112.5,58c-9.4,0-17-7.6-17-17s7.6-17,17-17s17,7.6,17,17S121.9,58,112.5,58z M112.5,26c-8.3,0-15,6.7-15,15s6.7,15,15,15
- s15-6.7,15-15S120.8,26,112.5,26z"/>
- <circle cx="112.5" cy="85" r="8"/>
- <path d="M112.5,102c-9.4,0-17-7.6-17-17s7.6-17,17-17s17,7.6,17,17S121.9,102,112.5,102z M112.5,70c-8.3,0-15,6.7-15,15
- s6.7,15,15,15s15-6.7,15-15S120.8,70,112.5,70z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-group/index.html b/third_party/polymer/v1_0/components-chromium/paper-radio-group/index.html
deleted file mode 100644
index 966c717..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-radio-group/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-radio-group</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-ripple/.bower.json
deleted file mode 100644
index 157225e..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/.bower.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "paper-ripple",
- "version": "1.0.5",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Adds a material design ripple to any container",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "ripple"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-ripple.git"
- },
- "main": "paper-ripple.html",
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "iron-icon": "polymerelements/iron-icon#^1.0.0",
- "iron-icons": "polymerelements/iron-icons#^1.0.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/paper-ripple",
- "_release": "1.0.5",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.5",
- "commit": "d72e7a9a8ab518b901ed18dde492df3b87a93be5"
- },
- "_source": "git://github.com/PolymerElements/paper-ripple.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-ripple"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-ripple/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-ripple/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/README.md b/third_party/polymer/v1_0/components-chromium/paper-ripple/README.md
deleted file mode 100644
index 9e4c8ca..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/README.md
+++ /dev/null
@@ -1,76 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-ripple.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-ripple)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-ripple)_
-
-
-##<paper-ripple>
-
-
-Material design: [Surface reaction](https://www.google.com/design/spec/animation/responsive-interaction.html#responsive-interaction-surface-reaction)
-
-`paper-ripple` provides a visual effect that other paper elements can
-use to simulate a rippling effect emanating from the point of contact. The
-effect can be visualized as a concentric circle with motion.
-
-Example:
-
- <div style="position:relative">
- <paper-ripple></paper-ripple>
- </div>
-
-Note, it's important that the parent container of the ripple be relative position, otherwise
-the ripple will emanate outside of the desired container.
-
-`paper-ripple` listens to "mousedown" and "mouseup" events so it would display ripple
-effect when touches on it. You can also defeat the default behavior and
-manually route the down and up actions to the ripple element. Note that it is
-important if you call `downAction()` you will have to make sure to call
-`upAction()` so that `paper-ripple` would end the animation loop.
-
-Example:
-
- <paper-ripple id="ripple" style="pointer-events: none;"></paper-ripple>
- ...
- downAction: function(e) {
- this.$.ripple.downAction({x: e.x, y: e.y});
- },
- upAction: function(e) {
- this.$.ripple.upAction();
- }
-
-Styling ripple effect:
-
- Use CSS color property to style the ripple:
-
- paper-ripple {
- color: #4285f4;
- }
-
- Note that CSS color property is inherited so it is not required to set it on
- the `paper-ripple` element directly.
-
-By default, the ripple is centered on the point of contact. Apply the `recenters`
-attribute to have the ripple grow toward the center of its container.
-
- <paper-ripple recenters></paper-ripple>
-
-You can also center the ripple inside its container from the start.
-
- <paper-ripple center></paper-ripple>
-
-Apply `circle` class to make the rippling effect within a circle.
-
- <paper-ripple class="circle"></paper-ripple>
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-ripple/hero.svg
deleted file mode 100644
index f8a872f..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/hero.svg
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M175,81H49V45h126V81z M51,79h122V47H51V79z"/>
- <g>
- <defs>
- <rect id="SVGID_5_" x="50" y="46" width="124" height="34"/>
- </defs>
- <clipPath id="SVGID_2_">
- <use xlink:href="#SVGID_5_" overflow="visible"/>
- </clipPath>
- <circle opacity="0.5" clip-path="url(#SVGID_2_)" cx="84.4" cy="62.7" r="41.9"/>
- <circle opacity="0.6" clip-path="url(#SVGID_2_)" cx="84.4" cy="62.7" r="26.3"/>
- <circle opacity="0.6" clip-path="url(#SVGID_2_)" cx="66.4" cy="62.7" r="26.3"/>
- </g>
- <circle cx="50" cy="80" r="4"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-ripple/index.html b/third_party/polymer/v1_0/components-chromium/paper-ripple/index.html
deleted file mode 100644
index e552b0b..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-ripple/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>paper-ripple</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-slider/.bower.json
deleted file mode 100644
index 6d3e8d36..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-slider",
- "version": "1.0.9",
- "description": "A material design-style slider",
- "license": "http://polymer.github.io/LICENSE.txt",
- "authors": "The Polymer Authors",
- "keywords": [
- "web-components",
- "polymer",
- "slider",
- "control"
- ],
- "main": "paper-slider.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-slider.git"
- },
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-input": "PolymerElements/paper-input#^1.0.0",
- "paper-progress": "PolymerElements/paper-progress#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0",
- "iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^1.0.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "homepage": "https://github.com/PolymerElements/paper-slider",
- "_release": "1.0.9",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.9",
- "commit": "5814b574e9440cec40619157f00b7aa2ced20c8d"
- },
- "_source": "git://github.com/PolymerElements/paper-slider.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-slider"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-slider/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-slider/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/README.md b/third_party/polymer/v1_0/components-chromium/paper-slider/README.md
deleted file mode 100644
index a6ae8615..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/README.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-slider.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-slider)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-slider)_
-
-
-##<paper-slider>
-
-
-Material design: [Sliders](https://www.google.com/design/spec/components/sliders.html)
-
-`paper-slider` allows user to select a value from a range of values by
-moving the slider thumb. The interactive nature of the slider makes it a
-great choice for settings that reflect intensity levels, such as volume,
-brightness, or color saturation.
-
-Example:
-
- <paper-slider></paper-slider>
-
-Use `min` and `max` to specify the slider range. Default is 0 to 100.
-
-Example:
-
- <paper-slider min="10" max="200" value="110"></paper-slider>
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-slider-bar-color` | The background color of the slider | `transparent`
-`--paper-slider-active-color` | The progress bar color | `--google-blue-700`
-`--paper-slider-secondary-color` | The secondary progress bar color | `--google-blue-300`
-`--paper-slider-knob-color` | The knob color | `--google-blue-700`
-`--paper-slider-disabled-knob-color` | The disabled knob color | `--paper-grey-400`
-`--paper-slider-pin-color` | The pin color | `--google-blue-700`
-`--paper-slider-font-color` | The pin's text color | `#fff`
-`--paper-slider-disabled-active-color` | The disabled progress bar color | `--paper-grey-400`
-`--paper-slider-disabled-secondary-color` | The disabled secondary progress bar color | `--paper-grey-400`
-`--paper-slider-knob-start-color` | The fill color of the knob at the far left | `transparent`
-`--paper-slider-knob-start-border-color` | The border color of the knob at the far left | `--paper-grey-400`
-`--paper-slider-pin-start-color` | The color of the pin at the far left | `--paper-grey-400`
-`--paper-slider-height` | Height of the progress bar | `2px`
-`--paper-slider-input` | Mixin applied to the input in editable mode | `{}`
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-slider/hero.svg
deleted file mode 100644
index 8a518e1..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/hero.svg
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <circle cx="110" cy="61" r="4"/>
- <rect x="61" y="60" width="49" height="2"/>
- <rect x="110" y="60" width="53" height="2"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-slider/index.html b/third_party/polymer/v1_0/components-chromium/paper-slider/index.html
deleted file mode 100644
index 6add074..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-slider/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title>paper-slider</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-spinner/.bower.json
deleted file mode 100644
index 211b0d74..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-spinner",
- "version": "1.1.1",
- "description": "A material design spinner",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "spinner",
- "loading"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-spinner"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-spinner",
- "ignore": [],
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": [
- "paper-spinner.html",
- "paper-spinner-lite.html"
- ],
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "fa851c605e1b5b79be592979a4650b3061f6342a"
- },
- "_source": "git://github.com/PolymerElements/paper-spinner.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-spinner"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-spinner/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-spinner/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/README.md b/third_party/polymer/v1_0/components-chromium/paper-spinner/README.md
deleted file mode 100644
index ad57a2f..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/README.md
+++ /dev/null
@@ -1,93 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-spinner-behavior.html paper-spinner-lite.html paper-spinner.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-spinner)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-spinner)_
-
-
-##<paper-spinner>
-
-Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activity.html)
-
-Element providing a multiple color material design circular spinner.
-
-```html
-<paper-spinner active></paper-spinner>
-```
-
-The default spinner cycles between four layers of colors; by default they are
-blue, red, yellow and green. It can be customized to cycle between four different
-colors. Use <paper-spinner-lite> for single color spinners.
-
-### Accessibility
-
-Alt attribute should be set to provide adequate context for accessibility. If not provided,
-it defaults to 'loading'.
-Empty alt can be provided to mark the element as decorative if alternative content is provided
-in another form (e.g. a text block following the spinner).
-
-```html
-<paper-spinner alt="Loading contacts list" active></paper-spinner>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-spinner-layer-1-color` | Color of the first spinner rotation | `--google-blue-500` |
-| `--paper-spinner-layer-2-color` | Color of the second spinner rotation | `--google-red-500` |
-| `--paper-spinner-layer-3-color` | Color of the third spinner rotation | `--google-yellow-500` |
-| `--paper-spinner-layer-4-color` | Color of the fourth spinner rotation | `--google-green-500` |
-| `--paper-spinner-stroke-width` | The width of the spinner stroke | 3px |
-
-
-
-##<paper-spinner-lite>
-
-Material design: [Progress & activity](https://www.google.com/design/spec/components/progress-activity.html)
-
-Element providing a single color material design circular spinner.
-
-```html
-<paper-spinner-lite active></paper-spinner-lite>
-```
-
-The default spinner is blue. It can be customized to be a different color.
-
-### Accessibility
-
-Alt attribute should be set to provide adequate context for accessibility. If not provided,
-it defaults to 'loading'.
-Empty alt can be provided to mark the element as decorative if alternative content is provided
-in another form (e.g. a text block following the spinner).
-
-```html
-<paper-spinner-lite alt="Loading contacts list" active></paper-spinner-lite>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-spinner-color` | Color of the spinner | `--google-blue-500` |
-| `--paper-spinner-stroke-width` | The width of the spinner stroke | 3px |
-
-
-
-<!-- No docs for Polymer.PaperSpinnerBehavior found. -->
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-spinner/hero.svg
deleted file mode 100644
index 034b1f1..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/hero.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <path d="M112.1,92.3c-13.4,0-25.1-9.1-28.4-22l1.9-0.5c3.1,12.1,13.9,20.5,26.4,20.5c15,0,27.3-12.2,27.3-27.3
- s-12.2-27.3-27.3-27.3c-8.1,0-15.8,3.6-21,9.8l-1.5-1.3c5.6-6.7,13.8-10.6,22.5-10.6c16.1,0,29.3,13.1,29.3,29.3
- S128.2,92.3,112.1,92.3z"/>
- <path d="M112.7,87.3c-6.6,0-12.7-2.5-17.3-7.2c-4.6-4.6-7.2-10.8-7.2-17.3c0-6.6,2.5-12.7,7.2-17.3c7.9-7.9,20.2-9.5,29.8-3.8
- l-1,1.7c-8.8-5.3-20.1-3.8-27.4,3.5c-4.2,4.2-6.6,9.9-6.6,15.9s2.3,11.7,6.6,15.9s9.9,6.6,15.9,6.6c6,0,11.7-2.3,15.9-6.6
- c4.7-4.7,7.1-11.3,6.5-18l2-0.2c0.7,7.3-1.9,14.4-7.1,19.6C125.4,84.7,119.2,87.3,112.7,87.3z"/>
- <path d="M112.5,43.5C101.8,43.5,93,52.3,93,63s8.7,19.5,19.5,19.5S132,73.7,132,63S123.2,43.5,112.5,43.5z M119,64h-6v6h-2v-6h-6
- v-2h6v-6h2v6h6V64z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-spinner/index.html b/third_party/polymer/v1_0/components-chromium/paper-spinner/index.html
deleted file mode 100644
index 98743346..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-spinner/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<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-spinner</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- </head>
- <body>
-
- <iron-component-page></iron-component-page>
-
- </body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-styles/.bower.json
deleted file mode 100644
index ae677ef..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/.bower.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "paper-styles",
- "version": "1.1.4",
- "description": "Common (global) styles for Material Design elements.",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-component",
- "polymer",
- "style"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-styles.git"
- },
- "main": "paper-styles.html",
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/polymerelements/paper-styles/",
- "ignore": [
- "/.*"
- ],
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "font-roboto": "PolymerElements/font-roboto#^1.0.1",
- "polymer": "Polymer/polymer#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
- "web-component-tester": "^4.0.0"
- },
- "_release": "1.1.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.4",
- "commit": "885bbd74db88dab4fb5dc229cdf994c55fb2b31b"
- },
- "_source": "git://github.com/PolymerElements/paper-styles.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-styles"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-styles/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/README.md b/third_party/polymer/v1_0/components-chromium/paper-styles/README.md
deleted file mode 100644
index ca555bd..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-styles.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-styles)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-styles)_
-
-
-##<paper-styles>
-
-The `<paper-styles>` component provides simple ways to use Material Design CSS styles
-in your application. The following imports are available:
-
-1. [color.html](https://github.com/PolymerElements/paper-styles/blob/master/color.html):
-a complete list of the colors defined in the Material Design [palette](https://www.google.com/design/spec/style/color.html)
-
-
-1. [default-theme.html](https://github.com/PolymerElements/paper-styles/blob/master/default-theme.html): text,
-background and accent colors that match the default Material Design theme
-
-
-1. [shadow.html](https://github.com/PolymerElements/paper-styles/blob/master/shadow.html): Material Design
-[elevation](https://www.google.com/design/spec/what-is-material/elevation-shadows.html) and shadow styles
-
-
-1. [typography.html](https://github.com/PolymerElements/paper-styles/blob/master/typography.html):
-Material Design [font](http://www.google.com/design/spec/style/typography.html#typography-styles) styles and sizes
-
-
-1. [demo-pages.html](https://github.com/PolymerElements/paper-styles/blob/master/demo-pages.html): generic styles
-used in the PolymerElements demo pages
-
-
-
-We recommend importing each of these individual files, and using the style mixins
-available in each ones, rather than the aggregated `paper-styles.html` as a whole.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html b/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
deleted file mode 100644
index 6e900ad1..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/demo-pages.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!--
-@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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-
-<link rel="import" href="../polymer/polymer.html">
-
-<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
-
-<link rel="import" href="color.html">
-<link rel="import" href="typography.html">
-<link rel="import" href="shadow.html">
-
-<style is="custom-style">
-
- body {
- @apply(--paper-font-common-base);
- font-size: 14px;
- margin: 0;
- padding: 24px;
- background-color: var(--paper-grey-50);
- }
-
- .horizontal-section-container {
- @apply(--layout-horizontal);
- @apply(--layout-center-justified);
- @apply(--layout-wrap);
- }
-
- .vertical-section-container {
- @apply(--layout-vertical);
- @apply(--center-justified);
- }
-
- .horizontal-section {
- background-color: white;
- padding: 24px;
- margin-right: 24px;
- min-width: 200px;
-
- @apply(--shadow-elevation-2dp);
- }
-
- .vertical-section {
- background-color: white;
- padding: 24px;
- margin: 0 24px 24px 24px;
-
- @apply(--shadow-elevation-2dp);
- }
-
- .centered {
- max-width: 400px;
- margin-left: auto;
- margin-right: auto;
- }
-
- code {
- color: var(--google-grey-700);
- }
-
- /* TODO: remove this hack and use horizontal-section-container instead */
- body > div.layout.horizontal.center-justified {
- @apply(--layout-wrap);
- }
-
-</style>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-styles/index.html b/third_party/polymer/v1_0/components-chromium/paper-styles/index.html
deleted file mode 100644
index 8e96ebe0..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-styles/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>paper-styles</title>
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-tabs/.bower.json
deleted file mode 100644
index 4632aa744..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/.bower.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "paper-tabs",
- "version": "1.3.7",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "Material design tabs",
- "private": true,
- "main": "paper-tabs.html",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "tabs",
- "control"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-tabs.git"
- },
- "dependencies": {
- "iron-behaviors": "PolymerElements/iron-behaviors#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-icon": "PolymerElements/iron-icon#^1.0.0",
- "iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.0",
- "iron-menu-behavior": "PolymerElements/iron-menu-behavior#^1.1.0",
- "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "polymer": "Polymer/polymer#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-pages": "PolymerElements/iron-pages#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/paper-tabs",
- "_release": "1.3.7",
- "_resolution": {
- "type": "version",
- "tag": "v1.3.7",
- "commit": "b8d689c7cdf926a69c91d2421aa6c2536608fad4"
- },
- "_source": "git://github.com/PolymerElements/paper-tabs.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-tabs"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-tabs/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-tabs/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/README.md b/third_party/polymer/v1_0/components-chromium/paper-tabs/README.md
deleted file mode 100644
index 68fdc148..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/README.md
+++ /dev/null
@@ -1,125 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-tab.html paper-tabs.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-tabs)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-tabs)_
-
-
-##<paper-tabs>
-
-Material design: [Tabs](https://www.google.com/design/spec/components/tabs.html)
-
-`paper-tabs` makes it easy to explore and switch between different views or functional aspects of
-an app, or to browse categorized data sets.
-
-Use `selected` property to get or set the selected tab.
-
-Example:
-
-```html
-<paper-tabs selected="0">
- <paper-tab>TAB 1</paper-tab>
- <paper-tab>TAB 2</paper-tab>
- <paper-tab>TAB 3</paper-tab>
-</paper-tabs>
-```
-
-See <a href="?active=paper-tab">paper-tab</a> for more information about
-`paper-tab`.
-
-A common usage for `paper-tabs` is to use it along with `iron-pages` to switch
-between different views.
-
-```html
-<paper-tabs selected="{{selected}}">
- <paper-tab>Tab 1</paper-tab>
- <paper-tab>Tab 2</paper-tab>
- <paper-tab>Tab 3</paper-tab>
-</paper-tabs>
-
-<iron-pages selected="{{selected}}">
- <div>Page 1</div>
- <div>Page 2</div>
- <div>Page 3</div>
-</iron-pages>
-```
-
-To use links in tabs, add `link` attribute to `paper-tab` and put an `<a>`
-element in `paper-tab`.
-
-Example:
-
-<pre><code>
-<style is="custom-style">
- .link {
- @apply(--layout-horizontal);
- @apply(--layout-center-center);
- }
-</style>
-
-<paper-tabs selected="0">
- <paper-tab link>
- <a href="#link1" class="link">TAB ONE</a>
- </paper-tab>
- <paper-tab link>
- <a href="#link2" class="link">TAB TWO</a>
- </paper-tab>
- <paper-tab link>
- <a href="#link3" class="link">TAB THREE</a>
- </paper-tab>
-</paper-tabs>
-</code></pre>
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-tabs-selection-bar-color` | Color for the selection bar | `--paper-yellow-a100` |
-| `--paper-tabs` | Mixin applied to the tabs | `{}` |
-
-
-
-##<paper-tab>
-
-`paper-tab` is styled to look like a tab. It should be used in conjunction with
-`paper-tabs`.
-
-Example:
-
-```html
-<paper-tabs selected="0">
- <paper-tab>TAB 1</paper-tab>
- <paper-tab>TAB 2</paper-tab>
- <paper-tab>TAB 3</paper-tab>
-</paper-tabs>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-tab-ink` | Ink color | `--paper-yellow-a100` |
-| `--paper-tab` | Mixin applied to the tab | `{}` |
-| `--paper-tab-content` | Mixin applied to the tab content | `{}` |
-| `--paper-tab-content-unselected` | Mixin applied to the tab content when the tab is not selected | `{}` |
-
-This element applies the mixin `--paper-font-common-base` but does not import `paper-styles/typography.html`.
-In order to apply the `Roboto` font to this element, make sure you've imported `paper-styles/typography.html`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-tabs/hero.svg
deleted file mode 100644
index bfcbdac..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/hero.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <path d="M188,78H37V44h151V78z M39,76h147V46H39V76z"/>
- <polygon points="66,64.8 60.6,56.8 55.3,64.8 49.2,55.6 50.8,54.4 55.3,61.2 60.6,53.2 66,61.2 71.3,53.2 77.4,62.4 75.8,63.6
- 71.3,56.8 "/>
- <rect x="149" y="58" width="26" height="2"/>
- <rect x="99" y="58" width="26" height="2"/>
- <rect x="38" y="72" width="50" height="4"/>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tabs/index.html b/third_party/polymer/v1_0/components-chromium/paper-tabs/index.html
deleted file mode 100644
index f618702..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tabs/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <title>paper-tabs</title>
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page sources='["paper-tabs.html", "paper-tab.html"]'></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.bower.json
deleted file mode 100644
index 7f52cc6..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-toggle-button",
- "version": "1.1.1",
- "description": "A material design toggle button control",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "toggle",
- "control"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-toggle-button"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-toggle-button",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0",
- "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "main": "paper-toggle-button.html",
- "_release": "1.1.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.1",
- "commit": "0cfebed00270466462684718ec73b3195179df48"
- },
- "_source": "git://github.com/PolymerElements/paper-toggle-button.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-toggle-button"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.gitignore
deleted file mode 100644
index 8d4ae25..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/README.md b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/README.md
deleted file mode 100644
index 8fee54f6..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/README.md
+++ /dev/null
@@ -1,55 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-toggle-button.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-toggle-button)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-toggle-button)_
-
-
-##<paper-toggle-button>
-
-Material design: [Switch](https://www.google.com/design/spec/components/selection-controls.html#selection-controls-switch)
-
-`paper-toggle-button` provides a ON/OFF switch that user can toggle the state
-by tapping or by dragging the switch.
-
-Example:
-
-```html
-<paper-toggle-button></paper-toggle-button>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-toggle-button-unchecked-bar-color` | Slider color when the input is not checked | `#000000` |
-| `--paper-toggle-button-unchecked-button-color` | Button color when the input is not checked | `--paper-grey-50` |
-| `--paper-toggle-button-unchecked-ink-color` | Selected/focus ripple color when the input is not checked | `--dark-primary-color` |
-| `--paper-toggle-button-checked-bar-color` | Slider button color when the input is checked | `--primary-color` |
-| `--paper-toggle-button-checked-button-color` | Button color when the input is checked | `--primary-color` |
-| `--paper-toggle-button-checked-ink-color` | Selected/focus ripple color when the input is checked | `--primary-color` |
-| `--paper-toggle-button-unchecked-bar` | Mixin applied to the slider when the input is not checked | `{}` |
-| `--paper-toggle-button-unchecked-button` | Mixin applied to the slider button when the input is not checked | `{}` |
-| `--paper-toggle-button-checked-bar` | Mixin applied to the slider when the input is checked | `{}` |
-| `--paper-toggle-button-checked-button` | Mixin applied to the slider button when the input is checked | `{}` |
-| `--paper-toggle-button-label-color` | Label color | `--primary-text-color` |
-| `--paper-toggle-button-label-spacing` | Spacing between the label and the button | `8px` |
-
-This element applies the mixin `--paper-font-common-base` but does not import `paper-styles/typography.html`.
-In order to apply the `Roboto` font to this element, make sure you've imported `paper-styles/typography.html`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/hero.svg b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/hero.svg
deleted file mode 100644
index 21607b2..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/hero.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
-<g id="background" display="none">
- <rect display="inline" fill="#B0BEC5" width="225" height="126"/>
-</g>
-<g id="label">
-</g>
-<g id="art">
- <g>
- <circle cx="123.8" cy="63" r="15.7"/>
- <path d="M123,77H98.5c-7.7,0-14-6.3-14-14s6.3-14,14-14H123c7.7,0,14,6.3,14,14S130.7,77,123,77z M98.5,51c-6.6,0-12,5.4-12,12
- s5.4,12,12,12H123c6.6,0,12-5.4,12-12s-5.4-12-12-12H98.5z"/>
- </g>
- <g id="ic_x5F_add_x0D_">
- </g>
-</g>
-<g id="Guides">
-</g>
-</svg>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/index.html b/third_party/polymer/v1_0/components-chromium/paper-toggle-button/index.html
deleted file mode 100644
index 487bb5c..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toggle-button/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-toolbar/.bower.json
deleted file mode 100644
index 663af0ab..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "paper-toolbar",
- "version": "1.1.4",
- "license": "http://polymer.github.io/LICENSE.txt",
- "description": "A material design toolbar that is easily customizable",
- "private": true,
- "main": "paper-toolbar.html",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "toolbar",
- "layout"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-toolbar.git"
- },
- "dependencies": {
- "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "paper-styles": "PolymerElements/paper-styles#^1.1.0",
- "polymer": "Polymer/polymer#^1.2.0"
- },
- "devDependencies": {
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "iron-icons": "PolymerElements/iron-icons#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
- "paper-progress": "PolymerElements/paper-progress#^1.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "web-component-tester": "^4.0.0",
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- },
- "ignore": [],
- "homepage": "https://github.com/PolymerElements/paper-toolbar",
- "_release": "1.1.4",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.4",
- "commit": "e9d582733fab4d0698c680047d7faaab1a35196c"
- },
- "_source": "git://github.com/PolymerElements/paper-toolbar.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-toolbar"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-toolbar/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-toolbar/CONTRIBUTING.md
deleted file mode 100644
index 7b101415..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md b/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
deleted file mode 100644
index a58b5a6..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/README.md
+++ /dev/null
@@ -1,107 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-toolbar.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-toolbar)
-
-_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-toolbar)_
-
-
-##<paper-toolbar>
-
-Material design: [Toolbars](https://www.google.com/design/spec/components/toolbars.html)
-
-`paper-toolbar` is a horizontal bar containing items that can be used for
-label, navigation, search and actions. The items placed inside the
-`paper-toolbar` are projected into a `class="horizontal center layout"` container inside of
-`paper-toolbar`'s Shadow DOM. You can use flex attributes to control the items'
-sizing.
-
-Example:
-
-```html
-<paper-toolbar>
- <paper-icon-button icon="menu" on-tap="menuAction"></paper-icon-button>
- <div class="title">Title</div>
- <paper-icon-button icon="more-vert" on-tap="moreAction"></paper-icon-button>
-</paper-toolbar>
-```
-
-`paper-toolbar` has a standard height, but can made be taller by setting `tall`
-class on the `paper-toolbar`. This will make the toolbar 3x the normal height.
-
-```html
-<paper-toolbar class="tall">
- <paper-icon-button icon="menu"></paper-icon-button>
-</paper-toolbar>
-```
-
-Apply `medium-tall` class to make the toolbar medium tall. This will make the
-toolbar 2x the normal height.
-
-```html
-<paper-toolbar class="medium-tall">
- <paper-icon-button icon="menu"></paper-icon-button>
-</paper-toolbar>
-```
-
-When `tall`, items can pin to either the top (default), middle or bottom. Use
-`middle` class for middle content and `bottom` class for bottom content.
-
-```html
-<paper-toolbar class="tall">
- <paper-icon-button icon="menu"></paper-icon-button>
- <div class="middle title">Middle Title</div>
- <div class="bottom title">Bottom Title</div>
-</paper-toolbar>
-```
-
-For `medium-tall` toolbar, the middle and bottom contents overlap and are
-pinned to the bottom. But `middleJustify` and `bottomJustify` attributes are
-still honored separately.
-
-To make an element completely fit at the bottom of the toolbar, use `fit` along
-with `bottom`.
-
-```html
-<paper-toolbar class="tall">
- <div id="progressBar" class="bottom fit"></div>
-</paper-toolbar>
-```
-
-When inside a `paper-header-panel` element, the class `.animate` is toggled to animate
-the height change in the toolbar.
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-toolbar-title` | Mixin applied to the title of the toolbar | `{}` |
-| `--paper-toolbar-background` | Toolbar background color | `--primary-color` |
-| `--paper-toolbar-color` | Toolbar foreground color | `--primary-text-color` |
-| `--paper-toolbar-height` | Custom height for toolbar | `64px` |
-| `--paper-toolbar-sm-height` | Custom height for small screen toolbar | `56px` |
-| `--paper-toolbar` | Mixin applied to the toolbar | `{}` |
-| `--paper-toolbar-content` | Mixin applied to the content section of the toolbar | `{}` |
-| `--paper-toolbar-medium` | Mixin applied to medium height toolbar | `{}` |
-| `--paper-toolbar-tall` | Mixin applied to tall height toolbar | `{}` |
-| `--paper-toolbar-transition` | Transition applied to the `.animate` class | `height 0.18s ease-in` |
-
-### Accessibility
-
-`<paper-toolbar>` has `role="toolbar"` by default. Any elements with the class `title` will
-be used as the label of the toolbar via `aria-labelledby`.
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-toolbar/index.html b/third_party/polymer/v1_0/components-chromium/paper-toolbar/index.html
deleted file mode 100644
index 6533b73..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-toolbar/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!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
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
- 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
--->
-<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-toolbar</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
-
- <link rel="import" href="../polymer/polymer.html">
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
- <style>
-
- body {
- margin: 16px;
- }
-
- </style>
-
-</head>
-<body>
-
- <iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tooltip/.bower.json b/third_party/polymer/v1_0/components-chromium/paper-tooltip/.bower.json
deleted file mode 100644
index 3df87bd..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tooltip/.bower.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "paper-tooltip",
- "version": "1.1.2",
- "description": "Material design tooltip popup for content",
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "polymer",
- "tooltip"
- ],
- "main": "paper-tooltip.html",
- "private": true,
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-tooltip.git"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-tooltip",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-styles": "PolymerElements/paper-styles#^1.0.0",
- "neon-animation": "PolymerElements/neon-animation#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "^4.0.0",
- "test-fixture": "PolymerElements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
- "iron-demo-helpers": "polymerelements/iron-demo-helpers#^1.0.0",
- "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0",
- "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
- },
- "_release": "1.1.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.1.2",
- "commit": "6be894127678900f6e506b56fc9622ab768c03aa"
- },
- "_source": "git://github.com/PolymerElements/paper-tooltip.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-tooltip"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tooltip/.gitignore b/third_party/polymer/v1_0/components-chromium/paper-tooltip/.gitignore
deleted file mode 100644
index fbe05fc..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tooltip/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components/
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tooltip/CONTRIBUTING.md b/third_party/polymer/v1_0/components-chromium/paper-tooltip/CONTRIBUTING.md
deleted file mode 100644
index f147978a..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tooltip/CONTRIBUTING.md
+++ /dev/null
@@ -1,77 +0,0 @@
-
-<!--
-This file is autogenerated based on
-https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
-
-If you edit that file, it will get updated everywhere else.
-If you edit this file, your changes will get overridden :)
-
-You can however override the jsbin link with one that's customized to this
-specific element:
-
-jsbin=https://jsbin.com/cagaye/edit?html,output
--->
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/cagaye/edit?html,output](https://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, fixes #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tooltip/README.md b/third_party/polymer/v1_0/components-chromium/paper-tooltip/README.md
deleted file mode 100644
index b20a34b5..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tooltip/README.md
+++ /dev/null
@@ -1,62 +0,0 @@
-
-<!---
-
-This README is automatically generated from the comments in these files:
-paper-tooltip.html
-
-Edit those files, and our readme bot will duplicate them over here!
-Edit this file, and the bot will squash your changes :)
-
-The bot does some handling of markdown. Please file a bug if it does the wrong
-thing! https://github.com/PolymerLabs/tedium/issues
-
--->
-
-[](https://travis-ci.org/PolymerElements/paper-tooltip)
-
-_[Demo and API docs](https://elements.polymer-project.org/elements/paper-tooltip)_
-
-
-##<paper-tooltip>
-
-Material design: [Tooltips](https://www.google.com/design/spec/components/tooltips.html)
-
-`<paper-tooltip>` is a label that appears on hover and focus when the user
-hovers over an element with the cursor or with the keyboard. It will be centered
-to an anchor element specified in the `for` attribute, or, if that doesn't exist,
-centered to the parent node containing it.
-
-Example:
-
-```html
-<div style="display:inline-block">
- <button>Click me!</button>
- <paper-tooltip>Tooltip text</paper-tooltip>
-</div>
-
-<div>
- <button id="btn">Click me!</button>
- <paper-tooltip for="btn">Tooltip text</paper-tooltip>
-</div>
-```
-
-The tooltip can be positioned on the top|bottom|left|right of the anchor using
-the `position` attribute. The default position is bottom.
-
-```html
-<paper-tooltip for="btn" position="left">Tooltip text</paper-tooltip>
-<paper-tooltip for="btn" position="top">Tooltip text</paper-tooltip>
-```
-
-### Styling
-
-The following custom properties and mixins are available for styling:
-
-| Custom property | Description | Default |
-| --- | --- | --- |
-| `--paper-tooltip-background` | The background color of the tooltip | `#616161` |
-| `--paper-tooltip-opacity` | The opacity of the tooltip | `0.9` |
-| `--paper-tooltip-text-color` | The text color of the tooltip | `white` |
-| `--paper-tooltip` | Mixin applied to the tooltip | `{}` |
-
-
diff --git a/third_party/polymer/v1_0/components-chromium/paper-tooltip/index.html b/third_party/polymer/v1_0/components-chromium/paper-tooltip/index.html
deleted file mode 100644
index 848f0426..0000000
--- a/third_party/polymer/v1_0/components-chromium/paper-tooltip/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!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
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-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
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
- <title>paper-tooltip</title>
-
- <script src="../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../iron-component-page/iron-component-page.html">
-
-</head>
-<body>
-
-<iron-component-page></iron-component-page>
-
-</body>
-</html>
diff --git a/third_party/polymer/v1_0/components-chromium/polymer-externs/.bower.json b/third_party/polymer/v1_0/components-chromium/polymer-externs/.bower.json
deleted file mode 100644
index adb58172..0000000
--- a/third_party/polymer/v1_0/components-chromium/polymer-externs/.bower.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "polymer-externs",
- "homepage": "https://github.com/PolymerLabs/polymer-externs",
- "version": "1.0.16",
- "_release": "1.0.16",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.16",
- "commit": "05696d670d8a283b9b8c17bd6c3d5f4f41443e12"
- },
- "_source": "git://github.com/PolymerLabs/polymer-externs.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerLabs/polymer-externs"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/polymer/.bower.json b/third_party/polymer/v1_0/components-chromium/polymer/.bower.json
deleted file mode 100644
index ad5d73c..0000000
--- a/third_party/polymer/v1_0/components-chromium/polymer/.bower.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "polymer",
- "version": "1.3.1",
- "main": [
- "polymer.html",
- "polymer-mini.html",
- "polymer-micro.html"
- ],
- "license": "http://polymer.github.io/LICENSE.txt",
- "ignore": [
- "/.*",
- "/test/",
- "gen-changelog.sh"
- ],
- "authors": [
- "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/Polymer/polymer.git"
- },
- "dependencies": {
- "webcomponentsjs": "^0.7.20"
- },
- "devDependencies": {
- "web-component-tester": "*"
- },
- "private": true,
- "homepage": "https://github.com/Polymer/polymer",
- "_release": "1.3.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.3.1",
- "commit": "61fac558012d9ef56ea78ed5435de0c418a4afbb"
- },
- "_source": "git://github.com/Polymer/polymer.git",
- "_target": "^v1.0.0",
- "_originalSource": "Polymer/polymer"
-}
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/components-chromium/polymer/build.log b/third_party/polymer/v1_0/components-chromium/polymer/build.log
deleted file mode 100644
index 34684aa..0000000
--- a/third_party/polymer/v1_0/components-chromium/polymer/build.log
+++ /dev/null
@@ -1,537 +0,0 @@
-BUILD LOG
----------
-Build Time: 2016-03-02T10:06:27-0800
-
-NODEJS INFORMATION
-==================
-nodejs: v5.7.0
-accepts: 1.2.13
-accessibility-developer-tools: 2.10.0
-acorn: 2.7.0
-abbrev: 1.0.7
-adm-zip: 0.4.7
-after: 0.8.1
-acorn-jsx: 2.0.1
-align-text: 0.1.3
-ansi-cyan: 0.1.1
-ansi-escapes: 1.1.1
-ansi-red: 0.1.1
-ansi-regex: 2.0.0
-ansi-styles: 2.1.0
-amdefine: 1.0.0
-ansi-wrap: 0.1.0
-append-field: 0.1.0
-archiver: 0.14.4
-argparse: 1.0.6
-arr-diff: 1.1.0
-arr-flatten: 1.0.1
-arr-union: 2.1.0
-array-find-index: 1.0.1
-array-differ: 1.0.0
-array-slice: 0.2.3
-array-flatten: 1.1.1
-array-union: 1.0.1
-array-uniq: 1.0.2
-archy: 1.0.0
-arraybuffer.slice: 0.0.6
-arrify: 1.0.1
-asap: 2.0.3
-assertion-error: 1.0.1
-asn1: 0.1.11
-assert-plus: 0.1.5
-async: 1.5.2
-aws-sign2: 0.5.0
-aws4: 1.2.1
-backo2: 1.0.2
-backoff: 2.4.1
-balanced-match: 0.3.0
-base64-arraybuffer: 0.1.2
-base64-js: 0.0.8
-base64id: 0.1.0
-beeper: 1.1.0
-benchmark: 1.0.0
-better-assert: 1.0.2
-binaryextensions: 1.0.0
-binary: 0.3.0
-bl: 0.9.5
-blob: 0.0.4
-bluebird: 2.10.2
-boom: 0.4.2
-brace-expansion: 1.1.3
-body-parser: 1.15.0
-buffers: 0.1.1
-buffer-crc32: 0.2.5
-browserstack: 1.3.1
-bufferstreams: 1.1.0
-bunyan: 1.7.1
-builtin-modules: 1.1.1
-bytes: 2.2.0
-busboy: 0.2.12
-camelcase: 2.1.0
-capture-stack-trace: 1.0.0
-callsite: 1.0.0
-caseless: 0.8.0
-center-align: 0.1.2
-camelcase-keys: 2.0.0
-chainsaw: 0.1.0
-chai: 3.5.0
-chalk: 1.1.1
-cleankill: 1.0.2
-cli-width: 2.1.0
-cli-cursor: 1.0.2
-cliui: 2.1.0
-code-point-at: 1.0.0
-clone-stats: 0.0.1
-clone: 1.0.2
-commander: 2.3.0
-component-bind: 1.0.0
-combined-stream: 0.0.7
-component-inherit: 0.0.3
-component-emitter: 1.1.2
-concat-map: 0.0.1
-compress-commons: 0.2.9
-concat-stream: 1.5.1
-configstore: 1.4.0
-content-type: 1.0.1
-content-disposition: 0.5.1
-cookie: 0.1.5
-crc: 3.2.1
-core-util-is: 1.0.2
-cookie-signature: 1.0.6
-create-error-class: 2.0.1
-crc32-stream: 0.3.4
-csv: 0.4.6
-cryptiles: 0.2.2
-csv-generate: 0.0.6
-csv-stringify: 0.0.8
-ctype: 0.5.3
-d: 0.1.1
-csv-parse: 1.0.2
-dateformat: 1.0.12
-debug: 2.2.0
-debuglog: 1.0.1
-decamelize: 1.1.2
-dashdash: 1.13.0
-deep-eql: 0.1.3
-deep-extend: 0.4.1
-deep-is: 0.1.3
-delayed-stream: 0.0.5
-del: 2.2.0
-defaults: 1.0.3
-depd: 1.1.0
-deprecated: 0.0.1
-dezalgo: 1.0.3
-dicer: 0.2.5
-diff: 1.4.0
-doctrine: 0.7.2
-dom5: 1.3.1
-destroy: 1.0.4
-dom-serializer: 0.1.0
-domelementtype: 1.3.0
-domhandler: 2.3.0
-dtrace-provider: 0.6.0
-duplexer: 0.1.1
-duplexer2: 0.0.2
-ecc-jsbn: 0.1.1
-ee-first: 1.1.1
-end-of-stream: 0.1.5
-domutils: 1.5.1
-engine.io: 1.6.8
-engine.io-client: 1.6.8
-entities: 1.1.1
-engine.io-parser: 1.2.4
-error-ex: 1.3.0
-es5-ext: 0.10.11
-es6-iterator: 2.0.0
-es6-map: 0.1.3
-es6-promise: 2.3.0
-es6-symbol: 3.0.2
-es6-set: 0.1.4
-es6-weak-map: 2.0.1
-escape-string-regexp: 1.0.4
-escape-regexp-component: 1.0.2
-escodegen: 1.8.0
-escope: 3.4.0
-eslint: 2.1.0
-eslint-plugin-html: 1.4.0
-espree: 2.2.5
-escape-html: 1.0.3
-esrecurse: 3.1.1
-estraverse-fb: 1.3.1
-estraverse: 3.1.0
-esutils: 1.1.6
-event-emitter: 0.3.4
-etag: 1.7.0
-express: 4.13.4
-exit-hook: 1.1.1
-extsprintf: 1.2.0
-fancy-log: 1.1.0
-extend-shallow: 1.1.4
-extend: 2.0.1
-fast-levenshtein: 1.1.3
-file-entry-cache: 1.2.4
-figures: 1.4.0
-find-index: 0.1.1
-find-up: 1.1.0
-finalhandler: 0.4.1
-first-chunk-stream: 1.0.0
-findup-sync: 0.3.0
-flagged-respawn: 0.3.1
-forever-agent: 0.5.2
-flat-cache: 1.0.10
-formatio: 1.1.1
-form-data: 0.2.0
-forwarded: 0.1.0
-formidable: 1.0.17
-freeport: 1.0.5
-generate-function: 2.0.0
-fresh: 0.3.0
-gaze: 0.5.2
-generate-object-property: 1.2.0
-github-url-from-git: 1.4.0
-github-url-from-username-repo: 1.0.2
-get-stdin: 4.0.1
-glob: 5.0.15
-glob-watcher: 0.0.6
-glob-stream: 3.1.18
-glob2base: 0.0.12
-globby: 4.0.0
-globals: 8.18.0
-fstream: 0.1.31
-glogg: 1.0.0
-globule: 0.1.0
-graceful-fs: 2.0.3
-got: 5.4.1
-graceful-readlink: 1.0.1
-growl: 1.8.1
-gulp: 3.9.1
-gulp-audit: 1.0.0
-gulp-eslint: 2.0.0
-gulp-replace: 0.5.4
-gulp-rename: 1.2.2
-gulp-util: 3.0.7
-gulp-vulcanize: 6.1.0
-gulplog: 1.0.0
-har-validator: 2.0.6
-has-ansi: 2.0.0
-has-binary: 0.1.7
-has-color: 0.1.7
-has-cors: 1.1.0
-has-gulplog: 0.1.0
-hoek: 0.9.1
-hosted-git-info: 2.1.4
-hawk: 1.1.1
-htmlparser2: 3.9.0
-http-signature: 0.11.0
-hydrolysis: 1.21.4
-http-errors: 1.4.0
-ignore: 2.2.19
-imurmurhash: 0.1.4
-indent-string: 2.1.0
-indexof: 0.0.1
-iconv-lite: 0.4.13
-inflight: 1.0.4
-inherits: 2.0.1
-inquirer: 0.12.0
-ini: 1.3.4
-interpret: 1.0.0
-ipaddr.js: 1.0.5
-is-absolute: 0.1.7
-is-arrayish: 0.2.1
-is-buffer: 1.1.1
-is-builtin-module: 1.0.0
-is-finite: 1.0.1
-is-fullwidth-code-point: 1.0.0
-is-my-json-valid: 2.12.4
-is-path-cwd: 1.0.0
-is-path-in-cwd: 1.0.0
-is-plain-obj: 1.1.0
-is-npm: 1.0.0
-is-path-inside: 1.0.0
-is-redirect: 1.0.0
-is-property: 1.0.2
-is-relative: 0.1.3
-is-resolvable: 1.0.0
-is-retry-allowed: 1.0.0
-is-typedarray: 1.0.0
-is-stream: 1.0.1
-isarray: 0.0.1
-is-utf8: 0.2.1
-isstream: 0.1.2
-istextorbinary: 1.0.2
-jade: 0.26.3
-jodid25519: 1.0.2
-jju: 1.2.1
-jsbn: 0.1.0
-isexe: 1.1.2
-js-yaml: 3.5.3
-json-parse-helpfulerror: 1.0.3
-json-stringify-safe: 5.0.1
-json-schema: 0.2.2
-json-stable-stringify: 1.0.1
-jsonpointer: 2.0.0
-jsonify: 0.0.0
-json3: 3.2.6
-keep-alive-agent: 0.0.1
-jsprim: 1.2.2
-latest-version: 2.0.0
-kind-of: 1.1.0
-lazy-cache: 0.2.7
-lazypipe: 1.0.1
-launchpad: 0.5.1
-lazystream: 0.1.0
-liftoff: 2.2.0
-load-json-file: 1.1.0
-lodash: 1.0.2
-lodash._basecopy: 3.0.1
-lodash._basetostring: 3.0.1
-lodash._basevalues: 3.0.0
-lodash._getnative: 3.9.1
-lodash._isiterateecall: 3.0.9
-lodash._reescape: 3.0.0
-lodash._reevaluate: 3.0.0
-lodash._root: 3.0.0
-lodash._reinterpolate: 3.0.0
-lodash.escape: 3.2.0
-lodash.isarguments: 3.0.6
-lodash.isarray: 3.0.4
-lodash.keys: 3.1.2
-lodash.template: 3.6.2
-lodash.restparam: 3.6.1
-lodash.templatesettings: 3.1.1
-levn: 0.3.0
-lolex: 1.3.2
-longest: 1.0.1
-lowercase-keys: 1.0.0
-loud-rejection: 1.2.1
-lru-cache: 2.7.3
-match-stream: 0.0.2
-map-obj: 1.0.1
-meow: 3.7.0
-media-typer: 0.3.0
-merge-descriptors: 1.0.1
-mime: 1.3.4
-methods: 1.1.2
-minimist: 1.2.0
-minimatch: 3.0.0
-mkdirp: 0.5.1
-mime-db: 1.22.0
-mocha: 2.4.5
-mime-types: 2.1.10
-ms: 0.7.1
-moment: 2.11.2
-multer: 1.1.0
-multipipe: 0.1.2
-mv: 2.1.1
-mute-stream: 0.0.5
-nan: 2.2.0
-ncp: 2.0.0
-negotiator: 0.5.3
-node-int64: 0.3.3
-node-uuid: 1.4.7
-node-status-codes: 1.0.0
-nomnom: 1.8.1
-nopt: 3.0.6
-number-is-nan: 1.0.0
-normalize-package-data: 2.3.5
-oauth-sign: 0.5.0
-object-component: 0.0.3
-object-assign: 3.0.0
-on-finished: 2.3.0
-once: 1.3.3
-onetime: 1.1.0
-optionator: 0.8.1
-orchestrator: 0.3.7
-ordered-read-streams: 0.1.0
-options: 0.0.6
-osenv: 0.1.3
-os-homedir: 1.0.1
-os-tmpdir: 1.0.1
-package-json: 2.3.0
-over: 0.0.5
-parse5: 1.5.1
-parse-json: 2.2.0
-parsejson: 0.0.1
-parseqs: 0.0.2
-parseuri: 0.0.4
-parseurl: 1.3.1
-path-is-absolute: 1.0.0
-path-is-inside: 1.0.1
-path-exists: 2.1.0
-path-type: 1.1.0
-path-to-regexp: 0.1.7
-path-posix: 1.0.0
-pify: 2.3.0
-pinkie-promise: 2.0.0
-plist: 1.2.0
-pinkie: 2.0.4
-plugin-error: 0.1.2
-precond: 0.2.3
-pluralize: 1.2.1
-polyclean: 1.3.1
-prepend-http: 1.0.3
-prelude-ls: 1.1.2
-process-nextick-args: 1.0.6
-progress: 1.1.8
-proxy-addr: 1.0.10
-pretty-hrtime: 1.0.1
-q: 1.4.1
-qs: 6.1.0
-pullstream: 0.4.1
-range-parser: 1.0.3
-raw-body: 2.1.5
-read-all-stream: 3.1.0
-read-installed: 3.1.5
-read-json-sync: 1.1.1
-read-package-json: 1.3.3
-read-pkg: 1.1.0
-read-pkg-up: 1.0.1
-readable-stream: 1.1.13
-readdir-scoped-modules: 1.0.2
-rc: 1.1.6
-redent: 1.0.0
-readline2: 1.0.1
-registry-url: 3.0.3
-repeat-string: 1.5.2
-repeating: 2.0.0
-replace-ext: 0.0.1
-replacestream: 4.0.0
-resolve: 1.1.7
-request: 2.51.0
-rechoir: 0.6.2
-right-align: 0.1.3
-rimraf: 2.4.5
-restify: 4.0.4
-run-async: 0.1.0
-rx-lite: 3.1.2
-run-sequence: 1.1.5
-restore-cursor: 1.0.1
-safe-json-stringify: 1.0.3
-samsam: 1.1.2
-sauce-connect-launcher: 0.14.0
-selenium-standalone: 4.9.1
-semver: 4.3.6
-send: 0.11.1
-sequencify: 0.0.7
-semver-diff: 2.1.0
-serve-waterfall: 1.1.1
-serve-static: 1.10.2
-sigmund: 1.0.1
-shelljs: 0.5.3
-setimmediate: 1.0.4
-signal-exit: 2.1.2
-sinon: 1.17.3
-server-destroy: 1.0.1
-slice-stream: 1.0.0
-slice-ansi: 0.0.4
-sinon-chai: 2.8.0
-slide: 1.1.6
-sntp: 0.2.4
-socket.io-adapter: 0.4.0
-socket.io: 1.4.5
-socket.io-parser: 2.2.6
-socket.io-client: 1.4.5
-sparkles: 1.0.0
-source-map: 0.2.0
-spdx-correct: 1.0.2
-spdx-expression-parse: 1.0.2
-spdx-exceptions: 1.0.4
-spdy: 1.32.5
-sprintf-js: 1.0.3
-sshpk: 1.7.4
-spdx-license-ids: 1.2.0
-stacky: 1.3.1
-stream-consume: 0.1.0
-stream-combiner: 0.2.2
-statuses: 1.2.1
-stream-transform: 0.1.1
-streamsearch: 0.1.2
-string-length: 1.0.1
-string-width: 1.0.1
-string_decoder: 0.10.31
-stringstream: 0.0.5
-strip-ansi: 3.0.0
-strip-bom: 2.0.0
-strip-indent: 1.0.1
-strip-json-comments: 1.0.4
-supports-color: 2.0.0
-table: 3.7.8
-tar-stream: 1.1.5
-temp: 0.8.3
-text-table: 0.2.0
-textextensions: 1.0.1
-through: 2.3.8
-test-fixture: 1.1.0
-through2: 2.0.1
-timed-out: 2.0.0
-to-array: 0.1.4
-tildify: 1.1.2
-tough-cookie: 2.2.1
-tryit: 1.0.2
-trim-newlines: 1.0.0
-tunnel-agent: 0.4.2
-traverse: 0.3.9
-tv4: 1.2.7
-type-check: 0.3.2
-tweetnacl: 0.14.1
-type-is: 1.6.12
-type-detect: 1.0.0
-uglify-js: 2.6.1
-uglify-to-browserify: 1.0.2
-typedarray: 0.0.6
-ultron: 1.0.2
-underscore: 1.6.0
-unique-stream: 1.0.0
-unpipe: 1.0.0
-underscore.string: 3.0.3
-unzip: 0.1.11
-unzip-response: 1.0.0
-url-parse-lax: 1.0.0
-urijs: 1.16.1
-user-home: 1.1.1
-update-notifier: 0.6.0
-utf8: 2.1.0
-util: 0.10.3
-util-deprecate: 1.0.2
-util-extend: 1.0.3
-uuid: 2.0.1
-v8flags: 2.0.11
-utils-merge: 1.0.0
-validate-npm-package-license: 3.0.1
-vary: 1.0.1
-vasync: 1.6.3
-vinyl: 0.5.3
-verror: 1.6.1
-vinyl-fs: 0.3.14
-vargs: 0.1.0
-vulcanize: 1.14.5
-wct-local: 2.0.1
-wd: 0.3.12
-wct-sauce: 1.8.3
-web-component-tester: 4.2.1
-window-size: 0.1.0
-wordwrap: 1.0.0
-which: 1.2.4
-wrappy: 1.0.1
-write-file-atomic: 1.1.4
-write: 0.2.1
-xdg-basedir: 2.0.0
-xmlhttprequest-ssl: 1.5.1
-xmlbuilder: 4.0.0
-xregexp: 3.0.0
-xtend: 4.0.1
-ws: 1.0.1
-xmldom: 0.1.22
-yeast: 0.1.2
-zip-stream: 0.5.2
-yargs: 3.10.0
-
-REPO REVISIONS
-==============
-polymer: 119361604ad2e733fb1fe0324a2d5ef758ed32fd
-
-BUILD HASHES
-============
-polymer-mini.html: 1a66f21c130ca9c6d23878820f7d65c8c6914919
-polymer-micro.html: e3398b4fe03068fa83d783123fceb4d17609e3b6
-polymer.html: 23b2be8162d32ac2c4bbeee258dc5c63bf14effc
\ No newline at end of file
diff --git a/third_party/polymer/v1_0/create_components_summary.py b/third_party/polymer/v1_0/create_components_summary.py
index a5df89c0..a8184db 100644
--- a/third_party/polymer/v1_0/create_components_summary.py
+++ b/third_party/polymer/v1_0/create_components_summary.py
@@ -5,7 +5,7 @@
import os
import json
-COMPONENTS_DIR = 'components-chromium'
+COMPONENTS_DIR = 'components'
COMPONENT_SUMMARY =\
"""Name: %(name)s
Version: %(version)s
diff --git a/third_party/polymer/v1_0/extract_inline_scripts.sh b/third_party/polymer/v1_0/extract_inline_scripts.sh
index c6c22ec..ca60af2 100755
--- a/third_party/polymer/v1_0/extract_inline_scripts.sh
+++ b/third_party/polymer/v1_0/extract_inline_scripts.sh
@@ -21,15 +21,10 @@
src="${1%/}"
dst="${2%/}"
-rsync -c --delete -r -v --exclude="compiled_resources*.gyp" "$src/" "$dst/"
+rsync -c --delete -r -v --exclude-from="rsync_exclude.txt" \
+ --prune-empty-dirs "$src/" "$dst/"
-find "$dst" -name "*.html" \
- -not -path "*/demos/*" \
- -not -path "*/test/*" \
- -not -path "*/tests/*" \
- -not -name "demo*.html" \
- -not -name "index.html" \
- -not -name "metadata.html" | \
+find "$dst" -name "*.html" | \
xargs grep -l "<script>" | \
while read original_html_name
do
diff --git a/third_party/polymer/v1_0/generate_gyp.sh b/third_party/polymer/v1_0/generate_gyp.sh
index 943a13c7..9c4be84 100755
--- a/third_party/polymer/v1_0/generate_gyp.sh
+++ b/third_party/polymer/v1_0/generate_gyp.sh
@@ -6,7 +6,7 @@
dirs=$(find components-chromium -type d | grep -v 'components-chromium/polymer')
for dir in $dirs; do
- htmls=$(\ls $dir/*.html 2>/dev/null | egrep -v '(demo|index)\.html')
+ htmls=$(\ls $dir/*.html 2>/dev/null)
if [ "$htmls" ]; then
echo "Creating $dir/compiled_resources2.gyp"
../../../tools/polymer/generate_compiled_resources_gyp.py $htmls > \
diff --git a/third_party/polymer/v1_0/rsync_exclude.txt b/third_party/polymer/v1_0/rsync_exclude.txt
new file mode 100644
index 0000000..8ed53df
--- /dev/null
+++ b/third_party/polymer/v1_0/rsync_exclude.txt
@@ -0,0 +1,15 @@
+.bower.json
+build.log
+compiled_resources*.gyp
+*/demo/
+demo*.html
+*/demos/
+.github
+.gitignore
+hero.svg
+index.html
+*.md
+metadata.html
+*/test/
+*/tests/
+.travis.yml