summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/trace-viewer/src/gpu.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/trace-viewer/src/gpu.js')
-rw-r--r--chromium/third_party/trace-viewer/src/gpu.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/third_party/trace-viewer/src/gpu.js b/chromium/third_party/trace-viewer/src/gpu.js
deleted file mode 100644
index 28d4979fe06..00000000000
--- a/chromium/third_party/trace-viewer/src/gpu.js
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-'use strict';
-
-base.require('gpu.state');
-base.require('gpu.state_view');
-
-base.exportTo('gpu', function() {
- return {};
-});
-