diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 22:44:58 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-16 22:44:58 +0000 |
commit | dbcda9bb32b1753395ebd40e0a3df9f47c0c8998 (patch) | |
tree | ca4806e9368d21fb15d60589a0d699b5ea98785d /build | |
parent | e942438457e9c464a758d79efc8279622e522ca5 (diff) | |
download | chromium_src-dbcda9bb32b1753395ebd40e0a3df9f47c0c8998.zip chromium_src-dbcda9bb32b1753395ebd40e0a3df9f47c0c8998.tar.gz chromium_src-dbcda9bb32b1753395ebd40e0a3df9f47c0c8998.tar.bz2 |
Add a small untility for checking to see if the X server is alive.
This will be used by the buildbots after Xvfb is executated to make sure that Xvfb is alive.
Review URL: http://codereview.chromium.org/126165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 24b0b42..63b8c23 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -50,6 +50,7 @@ 'dependencies': [ '../third_party/harfbuzz/harfbuzz.gyp:*', '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', + '../tools/xdisplaycheck/xdisplaycheck.gyp:*', '../breakpad/breakpad.gyp:*', ], }], |