summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-04 22:57:11 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-04 22:57:11 +0000
commit185de2abadae365df302c039725615a9f0fbf512 (patch)
tree7d8939f31f4d016cbd904ab4261236f89c294121 /gpu/command_buffer_service.gypi
parentca19a0eb2da0818bdb9b6c56df4f0675dd563b67 (diff)
downloadchromium_src-185de2abadae365df302c039725615a9f0fbf512.zip
chromium_src-185de2abadae365df302c039725615a9f0fbf512.tar.gz
chromium_src-185de2abadae365df302c039725615a9f0fbf512.tar.bz2
Use GpuDriverBugList to manage all the workarounds.
Before the workarounds are hardwired in feature_info.cc. Now the workarounds are expressed as entries in gpu_driver_bug_list.json. BUG=222857 TEST=gpu_unittests,content_unittests Review URL: https://codereview.chromium.org/13594007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index c3913b3..dc84ca6 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -58,6 +58,7 @@
'command_buffer/service/gl_state_restorer_impl.cc',
'command_buffer/service/gl_state_restorer_impl.h',
'command_buffer/service/gl_utils.h',
+ 'command_buffer/service/gpu_driver_bug_workaround_type.h',
'command_buffer/service/gpu_scheduler.h',
'command_buffer/service/gpu_scheduler.cc',
'command_buffer/service/gpu_scheduler_mock.h',