summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js')
-rw-r--r--chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js b/chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js
deleted file mode 100644
index 50c9aac9888..00000000000
--- a/chromium/third_party/trace-viewer/third_party/gl-matrix/spec/helpers/node-helper.js
+++ /dev/null
@@ -1,6 +0,0 @@
-if (typeof(exports) !== 'undefined') {
- var glm = require("../../dist/gl-matrix");
- for (var ns in glm) {
- global[ns] = glm[ns];
- }
-}