summaryrefslogtreecommitdiffstats
path: root/build/linux
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:35:23 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-18 19:35:23 +0000
commitb1f68a0b0754032311a3ed79164a3e54082660bf (patch)
tree47cd9fe5e4ca2b0ca22c0cdb9203bf9e9c3fea04 /build/linux
parent381cde1f9843cf2f0a69776b35e469ea846f7f6c (diff)
downloadchromium_src-b1f68a0b0754032311a3ed79164a3e54082660bf.zip
chromium_src-b1f68a0b0754032311a3ed79164a3e54082660bf.tar.gz
chromium_src-b1f68a0b0754032311a3ed79164a3e54082660bf.tar.bz2
A workaround to close currently opened menu. Send escape key if screen locker fails to grab input.
* added new xtst target in build/linux/system.gyp BUG=chromium-os:5902 TEST=goto youtube, open flash menu then kick off the screen locker. It used to show spinner and eventually crash. It should close the menu and lock, and will not crash. Review URL: http://codereview.chromium.org/5043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/linux')
-rw-r--r--build/linux/system.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 59cf486..85f8063 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -46,6 +46,11 @@
'<!@(<(pkg-config) --libs-only-l gtk+-2.0 gthread-2.0)',
],
},
+ }],
+ [ 'chromeos==1', {
+ 'link_settings': {
+ 'libraries': [ '-lXtst' ]
+ }
}]]
},
{