diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 21:11:02 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 21:11:02 +0000 |
commit | cb8c9628bab1e4e2d828e0ab341fae5422712f6c (patch) | |
tree | 412703be23d9c022c0ff4314b65a4b65ac1c73cd /remoting/remoting.gyp | |
parent | 980e9d73673ae07b048fa98e687be8469d0a3428 (diff) | |
download | chromium_src-cb8c9628bab1e4e2d828e0ab341fae5422712f6c.zip chromium_src-cb8c9628bab1e4e2d828e0ab341fae5422712f6c.tar.gz chromium_src-cb8c9628bab1e4e2d828e0ab341fae5422712f6c.tar.bz2 |
Reapply of r65413. Add linux executor support for Chromoting host.
Original CL: http://codereview.chromium.org/4058002
See the Original CL and revision for a full description. All bots have been reverified to have the XTest dependency added.
BUG=None
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65852 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', ], }, }], |