Chromium Code Reviews| Index: gpu/gpu.gyp |
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
| index b84806acc4a2781cf8b68c0b498cb4551fc5b849..aa757468f2fbf2ec5fc4e115afc37615921cc989 100644 |
| --- a/gpu/gpu.gyp |
| +++ b/gpu/gpu.gyp |
| @@ -750,6 +750,15 @@ |
| 'sources': [ |
| 'gpu_unittests.isolate', |
| ], |
| + 'conditions': [ |
| + ['use_x11==1', |
| + { |
| + 'dependencies': [ |
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| + ], |
| + } |
| + ], |
| + ], |
| }, |
| ], |
| }], |