Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: third_party/polymer/v0_8/components-chromium/web-animations-js/.bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v0_8/components-chromium/web-animations-js/.bower.json
diff --git a/third_party/polymer/v0_8/components-chromium/web-animations-js/.bower.json b/third_party/polymer/v0_8/components-chromium/web-animations-js/.bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..f3e3715b23c2679fee492f6e84f8969b13edebb0
--- /dev/null
+++ b/third_party/polymer/v0_8/components-chromium/web-animations-js/.bower.json
@@ -0,0 +1,41 @@
+{
+ "name": "web-animations-js",
+ "description": "JavaScript implementation of the Web Animations API",
+ "homepage": "https://github.com/web-animations/web-animations-js",
+ "main": "web-animations.min.js",
+ "moduleType": [
+ "globals"
+ ],
+ "keywords": [
+ "animations",
+ "polyfill"
+ ],
+ "license": "Apache-2.0",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "templates",
+ "test",
+ "src",
+ "Gruntfile.js",
+ "package.json",
+ "target-config.js",
+ "target-loader.js",
+ "web-animations.dev.html",
+ "web-animations.dev.js",
+ "web-animations-next.dev.html",
+ "web-animations-next.dev.js",
+ "web-animations-next-lite.dev.html",
+ "web-animations-next-lite.dev.js"
+ ],
+ "version": "2.0.0",
+ "_release": "2.0.0",
+ "_resolution": {
+ "type": "version",
+ "tag": "2.0.0",
+ "commit": "8a3bb632f39f8b5072c77a502eb43e880b08d94c"
+ },
+ "_source": "git://github.com/web-animations/web-animations-js.git",
+ "_target": "^2.0.0",
+ "_originalSource": "web-animations/web-animations-js"
+}

Powered by Google App Engine
This is Rietveld 408576698