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: tools/cc-frame-viewer/third_party/gl-matrix/package.json

Issue 12251005: [cc-frame-viewer] Add gl-matrix to third_party [redux] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: tools/cc-frame-viewer/third_party/gl-matrix/package.json
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/package.json b/tools/cc-frame-viewer/third_party/gl-matrix/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..e094049b2f45f16d0883a78b5ccb93e4225eafd2
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "gl-matrix",
+ "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
+ "version": "2.1.0",
+ "main": "dist/gl-matrix.js",
+ "homepage": "http://glmatrix.net",
+ "bugs": {
+ "url": "https://github.com/toji/gl-matrix/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/toji/gl-matrix.git"
+ },
+ "contributors": [
+ {
+ "name": "Brandon Jones",
+ "email": "tojiro@gmail.com"
+ },
+ {
+ "name": "Colin MacKenzie IV",
+ "email": "sinisterchipmunk@gmail.com"
+ }
+ ],
+ "license": "BSD"
+}

Powered by Google App Engine
This is Rietveld 408576698