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

Unified Diff: tools/cc-frame-viewer/third_party/gl-matrix/Gemfile

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/Gemfile
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile b/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile
new file mode 100644
index 0000000000000000000000000000000000000000..8a3c615e8b610c024ba9f78e40edac70070ca56c
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile
@@ -0,0 +1,19 @@
+source :gemcutter
+
+# core ruby
+gem 'rake'
+
+# https://github.com/pivotal/jasmine-gem
+gem 'jasmine'
+
+# https://github.com/sstephenson/sprockets
+gem 'sprockets'
+
+# https://github.com/lautis/uglifier
+gem 'uglifier'
+
+# for jasmine:ci task
+gem 'json'
+
+# https://github.com/wycats/thor - for release debug
+gem 'thor'
« no previous file with comments | « tools/cc-frame-viewer/third_party/gl-matrix/.gitignore ('k') | tools/cc-frame-viewer/third_party/gl-matrix/Gemfile.lock » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698