Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 3c77ec91656c989b1a2eb882ddac1fbdeab2f6cf..f98b0757e39a2699fe8237bca0b01e83f7fd7f39 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -114,7 +114,7 @@ |
}, |
}, |
},], |
- ['use_x11 == 1', { |
+ ['use_x11==1', { |
'dependencies': [ |
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
@@ -255,10 +255,14 @@ |
'test/ppapi/ppapi_interactive_browsertest.cc', |
], |
'conditions': [ |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
'sources!': [ |
'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
@@ -563,10 +567,14 @@ |
'test/webdriver/webdriver_util_mac.mm', |
], |
'conditions': [ |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
'sources!': [ |
'test/webdriver/keycode_text_conversion_x.cc', |
@@ -1671,7 +1679,6 @@ |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
}], |
['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', { |
@@ -1890,10 +1897,14 @@ |
'app/chrome_version.rc.version', |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
}], |
['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', { |
@@ -2051,10 +2062,14 @@ |
'test/perf/mach_ports_test.cc', |
], |
}], |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
}], |
['os_posix == 1 and OS != "mac" and OS != "android"', { |
@@ -2490,10 +2505,14 @@ |
'../components/visitedlink/test/visitedlink_perftest.cc', |
], |
'conditions': [ |
+ ['use_x11==1', { |
+ 'dependencies': [ |
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
}], |
['OS=="win"', { |