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

Unified Diff: remoting/host/BUILD.gn

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 wez's feedback 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 | « no previous file | remoting/host/chromeos/pixel_rotator.h » ('j') | remoting/host/chromeos/pixel_rotator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index d46b14a8a6c547ece7d8549132af94717e30fcc8..0b498f7aa449fa85ef53d0695e1e61ffcf2a3879 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -71,6 +71,7 @@ static_library("host") {
"input_injector_x11.cc",
"local_input_monitor_x11.cc",
]
+ deps += [ "//ui/ozone" ]
} else {
sources -= [
"chromeos/mouse_cursor_monitor_aura.cc",
« no previous file with comments | « no previous file | remoting/host/chromeos/pixel_rotator.h » ('j') | remoting/host/chromeos/pixel_rotator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698