summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2015-07-24 16:29:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-24 23:30:20 +0000
commitb25899d3a756307c8c320472b484e7fbb56295c3 (patch)
tree8dca802bd57087aa3479cfadd52e03cc92d7f703 /cc/cc_tests.gyp
parentef1312d9f66385614bded3a1192241bd12e93856 (diff)
downloadchromium_src-b25899d3a756307c8c320472b484e7fbb56295c3.zip
chromium_src-b25899d3a756307c8c320472b484e7fbb56295c3.tar.gz
chromium_src-b25899d3a756307c8c320472b484e7fbb56295c3.tar.bz2
use_x11==1 is a better condition for xdisplaycheck dep
The previous condition was incorrect when building for embedded linux without using the ozone porting layer. use_x11==1 is used everywhere else for the xdisplaycheck depdendency, let's do the same here. Review URL: https://codereview.chromium.org/1256793002 Cr-Commit-Position: refs/heads/master@{#340376}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 0a24de7..c0be740 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -468,7 +468,7 @@
'conditions': [
# crbug.com/464062 xdisplaycheck is used to run cc_unittests_run on
# the linux try bots when using X11.
- ['OS=="linux" and use_ozone==0',
+ ['use_x11==1',
{
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',