Inline scripts were extracted from Polymer elements.
commit7bda37ee9e690822ebcfaed5ab73e1086fa6f285
authorPavel Sergeev <dzhioev@chromium.org>
Thu, 25 Sep 2014 16:35:56 +0000 (25 20:35 +0400)
committerPavel Sergeev <dzhioev@chromium.org>
Thu, 25 Sep 2014 16:36:38 +0000 (25 16:36 +0000)
tree0864330364bfd83485979079b3aab6985e7450ea
parente3c6d9defedfec359fc3d7c69fd63fa36035e722
Inline scripts were extracted from Polymer elements.

Added a directory 'components-chromium'. The difference
with the 'components' directory is that all inline scripts
were extracted from Polymer elements to separate files. Such
version is needed if we want to use the elements in a web
UI, where inline scripts are forbidden by content security
policy. An extraction was made by the vulcanize tool. I
wrote the script called 'extract_inline_scripts.sh' to
handle all the elements at once. It finds HTML files
containing inline scripts (excluding some HTML files that
are not a components of Polymer) and applies vulcanize to
them.
A JS file extracted from a file named 'foo/bar.html' will
have a name 'foo/bar-extracted.js'.

Also changed the wrong dependency 'core-iconset-svg' in
bower.json and 'core-iconset-svg' was checked out correctly.

Landed manually, because of the bug in the commit queue (http://crbug.com/416255).

R=raymes@chromium.org, rsadam@chromium.org, thestig@chromium.org
TBR=cpu
BUG=415696
TEST=none

Review URL: https://codereview.chromium.org/592593002

Cr-Commit-Position: refs/heads/master@{#296721}
600 files changed:
third_party/polymer/README.chromium
third_party/polymer/bower.json
third_party/polymer/components-chromium/core-ajax/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/core-ajax-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/core-ajax.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/core-xhr-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/core-xhr.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-ajax/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/core-animated-pages-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/core-animated-pages.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/core-animated-pages.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/grid.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/list.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/music.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/nested-animated-pages.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/nested.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/news.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/quiz1-intro.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/quiz1.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/shadow.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/demos/simple.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/cascade-transition.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/core-transition-pages-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/core-transition-pages.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/cross-fade.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/hero-transition-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/hero-transition.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/hero-transition.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/list-cascade.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/scale-up.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/slide-down.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/slide-from-bottom.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/slide-from-right.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/slide-up.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animated-pages/transitions/tile-cascade.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/core-animation-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/core-animation-group-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/core-animation-group.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/core-animation.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-animation/web-animations.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/core-collapse-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/core-collapse.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/core-collapse.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-collapse/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/bowager-logo.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/core-component-page-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/core-component-page.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-component-page/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drag-drop/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-drag-drop/core-drag-drop-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-drag-drop/core-drag-drop.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drag-drop/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drag-drop/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/core-drawer-panel-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/core-drawer-panel.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/core-drawer-panel.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-drawer-panel/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/core-dropdown-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/core-dropdown.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/core-dropdown.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-dropdown/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/core-field.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/core-field.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-field/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/core-header-panel-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/core-header-panel.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/core-header-panel.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-header-panel/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/core-icon-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/core-icon-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/core-icon-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/core-icon-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/core-icon.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/core-icon.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icon/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/av-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/communication-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/core-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/device-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/editor-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/hardware-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/image-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/maps-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/notification-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/png-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-icons/social-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/core-iconset-svg-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/core-iconset-svg.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset-svg/svg-sample-icons.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset/.bower.json [copied from third_party/polymer/components/core-iconset-svg/.bower.json with 100% similarity]
third_party/polymer/components-chromium/core-iconset/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 100% similarity]
third_party/polymer/components-chromium/core-iconset/bower.json [copied from third_party/polymer/components/core-iconset-svg/bower.json with 100% similarity]
third_party/polymer/components-chromium/core-iconset/core-iconset-extracted.js [moved from third_party/polymer/components/core-iconset-svg/core-iconset.html with 66% similarity]
third_party/polymer/components-chromium/core-iconset/core-iconset.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset/demo.html [copied from third_party/polymer/components/core-iconset-svg/demo.html with 100% similarity]
third_party/polymer/components-chromium/core-iconset/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-iconset/my-icons-big.png [moved from third_party/polymer/components/core-iconset-svg/my-icons-big.png with 100% similarity]
third_party/polymer/components-chromium/core-iconset/my-icons.png [moved from third_party/polymer/components/core-iconset-svg/my-icons.png with 100% similarity]
third_party/polymer/components-chromium/core-input/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/core-input-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/core-input.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/core-input.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-input/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/core-item-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/core-item.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/core-item.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-item/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/core-layout-grid-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/core-layout-grid.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-grid/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/core-layout-trbl-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/core-layout-trbl.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/core-slide-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/core-slide.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout-trbl/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/core-layout-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/core-layout-host.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/core-layout.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/core-layout.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/demo-body.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/demo-css.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/demo-parent.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-layout/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 52% similarity]
third_party/polymer/components-chromium/core-list/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/core-list-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/core-list.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/core-list.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/demo-divider.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/images/0.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/images/1.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/images/2.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/images/3.png [new file with mode: 0644]
third_party/polymer/components-chromium/core-list/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/core-localstorage-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/core-localstorage.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-localstorage/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/core-media-query-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/core-media-query.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-media-query/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/core-menu-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/core-menu-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/core-menu-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/core-menu.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/core-menu.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/core-submenu-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/core-submenu.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/core-submenu.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-menu/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/core-meta-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/core-meta.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-meta/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 52% similarity]
third_party/polymer/components-chromium/core-overlay/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-key-helper-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-key-helper.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-overlay-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-overlay-layer-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-overlay-layer.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/core-overlay.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-overlay/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/core-pages-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/core-pages.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/core-pages.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-pages/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/core-range-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/core-range.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-range/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/core-scaffold-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/core-scaffold.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scaffold/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/core-scroll-header-panel-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/core-scroll-header-panel.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/core-scroll-header-panel.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo1.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo2.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo3.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo4.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo5.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo6.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo7.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo8.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/demo9.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/images/bg2.jpg [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/images/bg3.jpg [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/images/bg5.jpg [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/images/bg6.jpg [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/images/bg9.jpg [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/demos/lorem-ipsum.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-scroll-header-panel/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/core-selection-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/core-selection.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selection/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/core-selector-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/core-selector.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-selector/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/core-shared-lib-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/core-shared-lib.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-shared-lib/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/core-signals-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/core-signals.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-signals/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/core-splitter-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/core-splitter.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/core-splitter.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/handle-h.svg [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/handle.svg [new file with mode: 0644]
third_party/polymer/components-chromium/core-splitter/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/core-style-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/core-style.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/elements-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/elements.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/my-theme-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-style/my-theme.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 51% similarity]
third_party/polymer/components-chromium/core-toolbar/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/core-toolbar.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/core-toolbar.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-toolbar/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 52% similarity]
third_party/polymer/components-chromium/core-tooltip/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/core-tooltip-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/core-tooltip.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/core-tooltip.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-tooltip/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/core-transition-css-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/core-transition-css.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/core-transition-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/core-transition-overlay.css [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/core-transition.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/core-transition/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/font-roboto/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/font-roboto/roboto.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/demo2.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/paper-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/paper-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-button/paper-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/paper-checkbox-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/paper-checkbox.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-checkbox/paper-checkbox.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/.gitignore [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog-transition-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog-transition.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog-transition.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-dialog/paper-dialog.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/demo2.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/paper-fab-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/paper-fab.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-fab/paper-fab.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/paper-focusable-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-focusable/paper-focusable.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/paper-icon-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/paper-icon-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/paper-icon-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-icon-button/pulse-ink.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/.gitignore [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/demo2.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/error-100.png [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/error-200.png [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/paper-input-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/paper-input.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-input/paper-input.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/paper-item-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/paper-item.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-item/paper-item.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-overlay-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-overlay.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-transition-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-transition.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button-transition.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-menu-button/paper-menu-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/paper-progress-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/paper-progress.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-progress/paper-progress.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/paper-radio-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/paper-radio-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-button/paper-radio-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/paper-radio-group-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-radio-group/paper-radio-group.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/paper-ripple-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/paper-ripple.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/raw-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-ripple/raw.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/README.md [copied from third_party/polymer/components/core-iconset-svg/README.md with 52% similarity]
third_party/polymer/components-chromium/paper-shadow/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/paper-shadow-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/paper-shadow.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-shadow/paper-shadow.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/paper-slider-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/paper-slider.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-slider/paper-slider.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tab-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tab.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tab.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tabs-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tabs.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-tabs/paper-tabs.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/paper-toast-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/paper-toast.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toast/paper-toast.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/demo.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/index.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/metadata.html [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/paper-toggle-button-extracted.js [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/paper-toggle-button.css [new file with mode: 0644]
third_party/polymer/components-chromium/paper-toggle-button/paper-toggle-button.html [new file with mode: 0644]
third_party/polymer/components-chromium/platform/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/platform/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/platform/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/platform/build.log [new file with mode: 0644]
third_party/polymer/components-chromium/platform/platform.js [new file with mode: 0644]
third_party/polymer/components-chromium/platform/platform.js.map [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/.bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/README.md [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/bower.json [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/build.log [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/layout.html [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/polymer.html [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/polymer.js [new file with mode: 0644]
third_party/polymer/components-chromium/polymer/polymer.js.map [new file with mode: 0644]
third_party/polymer/components/core-iconset-svg/.bower.json
third_party/polymer/components/core-iconset-svg/README.md
third_party/polymer/components/core-iconset-svg/bower.json
third_party/polymer/components/core-iconset-svg/core-iconset-svg.html [new file with mode: 0644]
third_party/polymer/components/core-iconset-svg/demo.html
third_party/polymer/components/core-iconset-svg/svg-sample-icons.html [new file with mode: 0644]
third_party/polymer/extract_inline_scripts.sh [new file with mode: 0755]
third_party/polymer/reproduce.sh
third_party/polymer/vulcanize_config.json [new file with mode: 0644]