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