summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-14 03:36:26 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-14 03:36:26 +0000
commite844ae281f29bcff6de2757399c1e48c99a4ed33 (patch)
tree5301808ec04c83571bb631ce75da85c4c98cc443 /gpu/gpu.gyp
parent7e379c121107ab6d04cbbed075e154b4bee43e95 (diff)
downloadchromium_src-e844ae281f29bcff6de2757399c1e48c99a4ed33.zip
chromium_src-e844ae281f29bcff6de2757399c1e48c99a4ed33.tar.gz
chromium_src-e844ae281f29bcff6de2757399c1e48c99a4ed33.tar.bz2
Add --enable-gpu-debugging to call glGetError after every command in the command buffer.
TEST=none BUG=107299 Review URL: http://codereview.chromium.org/8994013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 2873c29..983285a 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 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.
@@ -240,6 +240,8 @@
'command_buffer/service/gpu_scheduler.h',
'command_buffer/service/gpu_scheduler.cc',
'command_buffer/service/gpu_scheduler_mock.h',
+ 'command_buffer/service/gpu_switches.h',
+ 'command_buffer/service/gpu_switches.cc',
'command_buffer/service/id_manager.h',
'command_buffer/service/id_manager.cc',
'command_buffer/service/mocks.h',