From 2efc3118e5132ed7d3497f98d82cfb693490d552 Mon Sep 17 00:00:00 2001 From: "zmo@google.com" Date: Sat, 11 Dec 2010 21:07:18 +0000 Subject: Blacklist bad GPU drivers: currenly we disable all gpu related features if a (os, device, driver) configuration is on the blacklist. BUG=58182 TEST=unittest Review URL: http://codereview.chromium.org/5612002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68948 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 88e4ebc..9a59de9 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -67,6 +67,8 @@ 'common/geoposition.h', 'common/gpu_create_command_buffer_config.cc', 'common/gpu_create_command_buffer_config.h', + 'common/gpu_feature_flags.cc', + 'common/gpu_feature_flags.h', 'common/gpu_info.h', 'common/gpu_info.cc', 'common/gpu_messages.cc', -- cgit v1.1