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

Unified Diff: remoting/remoting_host.gypi

Issue 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Address feedback (wez) Created 6 years 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 | « remoting/host/local_input_monitor_chromeos.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 436e6fef989d50e5a1e2f5f00c811b9bb80bdb97..f1f31d72b020224d02436ee016c43c271d27da0e 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -107,6 +107,7 @@
'host/disconnect_window_linux.cc',
'host/linux/x_server_clipboard.cc',
'host/linux/x_server_clipboard.h',
+ 'host/local_input_monitor_x11.cc',
'host/policy_hack/policy_watcher_linux.cc',
'host/remoting_me2me_host.cc',
],
@@ -120,8 +121,11 @@
'sources!': [
'host/input_injector_chromeos.cc',
'host/input_injector_chromeos.h',
- 'host/local_input_monitor_chromeos.cc',
],
+ }, { # use_ozone==1
+ 'dependencies' : [
+ '../ui/ozone/ozone.gyp:ozone',
+ ]
}],
],
}],
« no previous file with comments | « remoting/host/local_input_monitor_chromeos.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698