Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1059)

Unified Diff: cc/cc_tests.gyp

Issue 1256793002: use_x11==1 is a better condition for xdisplaycheck dep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 0a24de753c0fe61eabcc4de2e88ed4ca07ec9659..c0be7408a8556a46e5b8685553177f66740bada1 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698