diff options
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 94679fa..abbd4b8 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -177,7 +177,7 @@ 'test/run_all_unittests.cc', ], 'conditions': [ - ['toolkit_uses_gtk == 1', { + ['use_x11 == 1', { 'dependencies': [ '../build/linux/system.gyp:dbus', '../dbus/dbus.gyp:dbus_test_support', |