Index: ui/ui_unittests.gypi |
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi |
index e66680903a41d5dbf72f406d63bb33f0bf9c7bfd..9dd994f1907331d8bb31a5a32a1155630b96328c 100644 |
--- a/ui/ui_unittests.gypi |
+++ b/ui/ui_unittests.gypi |
@@ -221,7 +221,6 @@ |
['use_glib == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:pangocairo', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
'conditions': [ |
['linux_use_tcmalloc==1', { |
@@ -236,6 +235,11 @@ |
}], |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'sources': [ |
'base/dragdrop/gtk_dnd_util_unittest.cc', |