diff options
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', |