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

Unified Diff: experimental/webtry/poly/bower.json

Issue 292433002: Move zooming into its own component, imported via HTML Imports. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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: experimental/webtry/poly/bower.json
diff --git a/experimental/webtry/poly/bower.json b/experimental/webtry/poly/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..01b2d2d2bb4759055b66a5641793f4b873d44c5a
--- /dev/null
+++ b/experimental/webtry/poly/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "polyfill",
+ "version": "0.0.1",
+ "authors": [
+ "Joe Gregorio <jcgregorio@google.com>"
+ ],
+ "description": "All the third party polyfills we use.",
+ "license": "MIT",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "pointerevents-polyfill": "~0.2.0",
+ "CustomElements": "~0.2.3",
+ "HTMLImports": "~0.2.3"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698