Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh...
commitbcadd727094404da8b8db634f24ca3c92d4ffa59
authorjlklein <jlklein@chromium.org>
Thu, 19 Feb 2015 20:16:29 +0000 (19 12:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Feb 2015 20:17:01 +0000 (19 20:17 +0000)
tree4379560c18c956818a9a2fe41461bc22c31e3468
parent202c0025407999db640d5983144d750733b866af
Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necessary third_party bits.

R=cpu, dzhioev
BUG=424574

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

Cr-Commit-Position: refs/heads/master@{#317119}
89 files changed:
.gitignore
content/browser/webui/shared_resources_data_source.cc
third_party/polymer/PRESUBMIT.py
third_party/polymer/bower.json
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/test/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/core-animation/.bower.json [new file with mode: 0644]
third_party/polymer/components/core-animation/README.md [new file with mode: 0644]
third_party/polymer/components/core-animation/bower.json [new file with mode: 0644]
third_party/polymer/components/core-animation/core-animation-group.html [new file with mode: 0644]
third_party/polymer/components/core-animation/core-animation.html [new file with mode: 0644]
third_party/polymer/components/core-animation/demo.html [new file with mode: 0644]
third_party/polymer/components/core-animation/index.html [new file with mode: 0644]
third_party/polymer/components/core-animation/test/index.html [new file with mode: 0644]
third_party/polymer/components/core-animation/web-animations.html [new file with mode: 0644]
third_party/polymer/reproduce.sh
third_party/web-animations-js/LICENSE [new file with mode: 0644]
third_party/web-animations-js/OWNERS [new file with mode: 0644]
third_party/web-animations-js/README.chromium [new file with mode: 0644]
third_party/web-animations-js/sources/.bower.json [new file with mode: 0644]
third_party/web-animations-js/sources/.travis.yml [new file with mode: 0644]
third_party/web-animations-js/sources/COPYING [new file with mode: 0644]
third_party/web-animations-js/sources/Gruntfile.js [new file with mode: 0644]
third_party/web-animations-js/sources/History.md [new file with mode: 0644]
third_party/web-animations-js/sources/README.md [new file with mode: 0644]
third_party/web-animations-js/sources/package.json [new file with mode: 0644]
third_party/web-animations-js/sources/src/animation-constructor.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/animation-node.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/animation.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/apply-preserving-inline-style.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/apply.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/box-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/color-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/deprecation.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/dev.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/dimension-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/effect-callback.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/effect.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/element-animatable.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/font-weight-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/group-constructors.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/handler-utils.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/interpolation.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/matrix-decomposition.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/matrix-interpolation.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/normalize-keyframes.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/number-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/player.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/position-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/property-interpolation.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/property-names.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/scope.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/shadow-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/shape-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/tick.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/timeline.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/timing-utilities.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/transform-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/visibility-handler.js [new file with mode: 0644]
third_party/web-animations-js/sources/src/web-animations-next-player.js [new file with mode: 0644]
third_party/web-animations-js/sources/target-config.js [new file with mode: 0644]
third_party/web-animations-js/sources/target-loader.js [new file with mode: 0644]
third_party/web-animations-js/sources/templates/boilerplate [new file with mode: 0644]
third_party/web-animations-js/sources/templates/runner.html [new file with mode: 0644]
third_party/web-animations-js/sources/templates/web-animations.html [new file with mode: 0644]
third_party/web-animations-js/sources/templates/web-animations.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next-lite.dev.html [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next-lite.dev.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next-lite.min.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next-lite.min.js.map [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next.dev.html [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next.dev.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next.min.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations-next.min.js.map [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations.dev.html [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations.dev.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations.html [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations.min.js [new file with mode: 0644]
third_party/web-animations-js/sources/web-animations.min.js.map [new file with mode: 0644]
ui/webui/resources/polymer_resources.grdp