From 965087284e07e1fe0add70ee1855aaea8719925c Mon Sep 17 00:00:00 2001 From: "cpu@chromium.org" Date: Wed, 18 Jul 2012 23:20:34 +0000 Subject: Wire the AMD switchable videcard detection So we don't bucket all AMD cards as crappy. BUG=117371 Review URL: https://chromiumcodereview.appspot.com/10790060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147334 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_gpu.gypi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content_gpu.gypi') diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 50094a9..0145096 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -89,6 +89,12 @@ }, ], }], + ['OS=="win" and buildtype=="Official"', { + 'sources': [ + '../third_party/amd/AmdCfxPxExt.h', + '../third_party/amd/amd_videocard_info_win.cc', + ], + }], ['OS=="linux"', { 'dependencies': [ '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', -- cgit v1.1