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

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: Fix rotation on X11 devices 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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..aeb69c36f5cb4b0bbd8a2978bf764df7dd0b1503 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -73,6 +73,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/display_transform_util.h » ('j') | remoting/host/chromeos/display_transform_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698