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

Unified Diff: tools/cc-frame-viewer/third_party/gl-matrix/tasks/support/gl-matrix/version.rb

Issue 12250012: [cc] Add gl-matrix to cc-frame-viewer 3rd party (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/tasks/support/gl-matrix/version.rb
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/support/gl-matrix/version.rb b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/support/gl-matrix/version.rb
new file mode 100644
index 0000000000000000000000000000000000000000..71c5a66c800c7abf32f818cddd4a9b1bda0f73a6
--- /dev/null
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/support/gl-matrix/version.rb
@@ -0,0 +1,8 @@
+module GLMatrix
+ module Version
+ MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
+ STRING = [MAJOR, MINOR, PATCH, REL].compact.join '.'
+ end
+
+ VERSION = Version::STRING
+end

Powered by Google App Engine
This is Rietveld 408576698