Chromium Code Reviews| Index: content/content_gpu.gypi |
| =================================================================== |
| --- content/content_gpu.gypi (revision 149965) |
| +++ content/content_gpu.gypi (working copy) |
| @@ -90,5 +90,11 @@ |
| }, |
| ], |
| }], |
| + ['OS=="win" and buildtype=="Official"', { |
| + 'sources': [ |
| + '../third_party/amd/AmdCfxPxExt.h', |
| + '../third_party/amd/amd_videocard_info_win.cc', |
| + ], |
| + }], |
| ], |
| } |