Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: remoting/remoting.gyp

Issue 5043002: A workaround to close currently opened menu. Send escape key if screen locker fails to grab input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update gyp Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e2c3ecea08310b8e820d5e419e3edac4af00fd57..a1923279ad5cf69ae696f1a140a700999617408a 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -232,9 +232,11 @@
'libraries': [
'-lX11',
'-lXdamage',
- '-lXtst',
],
},
+ 'dependencies': [
+ '../build/linux/system.gyp:xtst',
+ ],
}],
['OS=="mac"', {
'sources': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698