Chromium Code Reviews| Index: third_party/polymer/components-chromium/core-animation/web-animations.html |
| diff --git a/third_party/polymer/components-chromium/paper-slider/metadata.html b/third_party/polymer/components-chromium/core-animation/web-animations.html |
| similarity index 70% |
| copy from third_party/polymer/components-chromium/paper-slider/metadata.html |
| copy to third_party/polymer/components-chromium/core-animation/web-animations.html |
| index e4a51b1379b21ad6f4418a67fb158a9ee32464d9..dde84912a3aaef0a48e6dbcd68e38cf53cdc5a34 100644 |
| --- a/third_party/polymer/components-chromium/paper-slider/metadata.html |
| +++ b/third_party/polymer/components-chromium/core-animation/web-animations.html |
| @@ -7,14 +7,4 @@ |
| 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-slider" label="Slider" group="Paper"> |
| - |
| - <template> |
| - <paper-slider></paper-slider> |
| - </template> |
| - |
| - <template id="imports"> |
| - <link rel="import" href="paper-slider.html"> |
| - </template> |
| - |
| -</x-meta> |
| +<script src="../web-animations-js/web-animations-next-lite.min.js"></script> |
|
dzhioev (left Google)
2015/02/18 12:21:00
As far as I can understand, this include doesn't w
|