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

Unified Diff: remoting/remoting.gyp

Issue 6489031: Run event executor on the ui thread to remove the need to explicitly XFlush() the XTest calls. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed glint warnings. Created 9 years, 10 months 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9b5239fcc82aba91d26fab01e4bd9bfef8857362..6640bbd85a5cebdc8d1f735bebcbdd40208b54c7 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -229,6 +229,9 @@
'host/event_executor_linux.cc',
'host/event_executor_linux.h',
],
+ 'dependencies': [
+ '../build/linux/system.gyp:gtk',
+ ],
'link_settings': {
'libraries': [
'-lX11',
« remoting/host/event_executor_linux.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698