Index: cc/cc_tests.gyp |
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp |
index 4d29a60996dca6f1dfa5d3020a4446240a2569bb..bf2a2a37c80ad4904bd83f9381e400a98fd8990b 100644 |
--- a/cc/cc_tests.gyp |
+++ b/cc/cc_tests.gyp |
@@ -460,6 +460,15 @@ |
'sources': [ |
'cc_unittests.isolate', |
], |
+ 'conditions': [ |
+ ['use_x11 == 1', |
+ { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
danakj
2015/03/05 18:38:39
Can you leave a comment explaining why this is her
|
+ ], |
+ } |
+ ], |
+ ], |
}, |
], |
}], |