diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 21:48:18 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 21:48:18 +0000 |
commit | 3ed5a02c88c9176e62e290928f0796a853ca14a2 (patch) | |
tree | a021a15b5271f7f606c79c0a2a5c8a3a6603e29b /remoting/remoting.gyp | |
parent | b1c745dc39985974fa5a49d0fcf34bac9ba9dc29 (diff) | |
download | chromium_src-3ed5a02c88c9176e62e290928f0796a853ca14a2.zip chromium_src-3ed5a02c88c9176e62e290928f0796a853ca14a2.tar.gz chromium_src-3ed5a02c88c9176e62e290928f0796a853ca14a2.tar.bz2 |
Reapply of r65413. XTest dependencies added to _chroots_ on linux bots.
Original CL: http://codereview.chromium.org/4058002
BUG=None
TEST=Was already passing try bots, etc. Now we're checking waterfall buildbot configs.
Review URL: http://codereview.chromium.org/4772001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 5f03f36..49f28a2 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -231,6 +231,7 @@ 'libraries': [ '-lX11', '-lXdamage', + '-lXtst', ], }, }], |