Chromium Code Reviews| Index: base/base.gyp |
| =================================================================== |
| --- base/base.gyp (revision 282630) |
| +++ base/base.gyp (working copy) |
| @@ -1496,6 +1496,13 @@ |
| 'sources': [ |
| 'base_unittests.isolate', |
| ], |
| + 'conditions': [ |
| + ['use_x11 == 1', { |
|
Peter Mayo
2014/07/11 18:19:56
This is a more accurate test I found in some of th
|
| + 'dependencies': [ |
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| + ], |
| + }], |
| + ], |
| }, |
| ], |
| }], |