Chromium Code Reviews| Index: base/base.gyp |
| =================================================================== |
| --- base/base.gyp (revision 282630) |
| +++ base/base.gyp (working copy) |
| @@ -1496,6 +1496,14 @@ |
| 'sources': [ |
| 'base_unittests.isolate', |
| ], |
| + 'conditions': [ |
| + ['OS == "linux"', { |
| + 'dependencies': [ |
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| + ] |
|
M-A Ruel
2014/07/11 16:09:08
],
|
| + }, { |
|
M-A Ruel
2014/07/11 16:09:08
Remove this line.
|
| + }], |
| + ], |
| }, |
| ], |
| }], |