Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index ae0bd5dcda81e0e72e1a48a0cccee24da0a01427..f67f0150e080b4a486a493f5ca3d2a3110c311e5 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -988,6 +988,13 @@ |
| 'sources': [ |
| 'content_unittests.isolate', |
| ], |
| + 'conditions': [ |
| + ['OS=="linux" and use_ozone==0', { |
| + 'dependencies': [ |
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| + ], |
| + }], |
| + ], |
| }, |
| ], |
| 'conditions': [ |