diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 17:25:04 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 17:25:04 +0000 |
commit | 7cce397bd0c0964017fadef91e25ecce3b2d2d1e (patch) | |
tree | 209a4790de892fb9e822ca79bd47e68da80d6a71 /webkit/tools | |
parent | 743ace4213ae3ea93355dff8b57ef33287b32220 (diff) | |
download | chromium_src-7cce397bd0c0964017fadef91e25ecce3b2d2d1e.zip chromium_src-7cce397bd0c0964017fadef91e25ecce3b2d2d1e.tar.gz chromium_src-7cce397bd0c0964017fadef91e25ecce3b2d2d1e.tar.bz2 |
Have test_shell depend on xdisplaycheck. The buildbots need this binary built before it tries to run test_shell_tests or the layout tests.
Review URL: http://codereview.chromium.org/125228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 030cf22..ec42d92 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -113,6 +113,7 @@ 'dependencies': [ 'test_shell_resources', '../../../build/linux/system.gyp:gtk', + '../../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', ], # for: test_shell_gtk.cc 'cflags': ['-Wno-multichar'], |