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

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: Add UsbCode to DomCode API Created 6 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
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..274cd4289e740a1ba7b6023b83d5cf2b9da36dd7 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -70,11 +70,13 @@ static_library("host") {
if (use_ozone) {
sources -= [
+ "display_rotation_filter.cc",
"input_injector_x11.cc",
"local_input_monitor_x11.cc",
]
} else {
sources -= [
+ "chromeos/display_rotation_filter_ozone.cc",
"chromeos/mouse_cursor_monitor_aura.cc",
"chromeos/mouse_cursor_monitor_aura.h",
"clipboard_x11.cc",

Powered by Google App Engine
This is Rietveld 408576698