Chromium Code Reviews| Index: content/content_gpu.gypi |
| =================================================================== |
| --- content/content_gpu.gypi (revision 147262) |
| +++ content/content_gpu.gypi (working copy) |
| @@ -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', |