diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:20:34 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:20:34 +0000 |
commit | 965087284e07e1fe0add70ee1855aaea8719925c (patch) | |
tree | 313cae8cdbabc24beb7ca5c44d6bf2f360632716 /content/content_gpu.gypi | |
parent | dc80c651db52a42dc3b71bd5d34287951a5f2f36 (diff) | |
download | chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.zip chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.tar.gz chromium_src-965087284e07e1fe0add70ee1855aaea8719925c.tar.bz2 |
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
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
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', |