Commit 61f057c0 authored by nodir@chromium.org's avatar nodir@chromium.org

Added xdisplaycheck target to browser_tests deps

browser_tests require xdisplaycheck to run, but the target does not list
xdisplaycheck as a dependency.

R=mseaborn@chromium.org, vadimsh@chromium.org
BUG=359338

Review URL: https://codereview.chromium.org/305053002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274078 0039d316-1c4b-4281-b951-d872f2087c98
parent 99bee642
...@@ -2043,6 +2043,11 @@ ...@@ -2043,6 +2043,11 @@
['exclude', '^test/remoting'], ['exclude', '^test/remoting'],
], ],
}], }],
['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
}],
], # conditions ], # conditions
}, # target browser_tests }, # target browser_tests
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment