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