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

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: 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/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index efe36d11484fd638a4971a6c6fa1d7c36443df83..2813f2247847f27ffdfe0d3d4f20344ea506ec28 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -119,6 +119,10 @@
'host/chromeos/mouse_cursor_monitor_aura.cc',
'host/chromeos/mouse_cursor_monitor_aura.h',
],
+ }, { # use_ozone = 1
+ 'sources!': [
+ 'host/display_rotation_filter.cc',
+ ],
}],
],
}],

Powered by Google App Engine
This is Rietveld 408576698