diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 21:37:19 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-17 21:37:19 +0000 |
commit | a97488fbfc5c97b21e01b90a2220f9a65877e31e (patch) | |
tree | af663b6f29a98336fff6baffd41aa383ff1ed58c /base | |
parent | 41120b4eb145ec0558b378315a411093a410c27e (diff) | |
download | chromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.zip chromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.tar.gz chromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.tar.bz2 |
Add xdisplaycheck as a dependency on Linux for tests that use the UI. This way we don't have to explicitly build xdisplaycheck on all the bots where we run tests.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/207020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 0db3328..c35f8fa 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -696,6 +696,7 @@ 'dependencies': [ '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:nss', + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', ], }, { # OS != "linux" and OS != "freebsd" 'sources!': [ |