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

Unified Diff: remoting/host/BUILD.gn

Issue 2346643003: [Remoting Host] Handle text event characters that are not presented on the keyboard (Closed)
Patch Set: Create KeyboardInterface and XServerKeyboardInterface Created 4 years, 3 months 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/input_injector_x11.cc » ('j') | remoting/host/input_injector_x11.cc » ('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 fd1745dc51e5f3963f5c483aa2f10deb425215e6..e8aba58a55df5ad56354c316ed364df6955b91d5 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -262,8 +262,14 @@ static_library("host") {
"linux/unicode_to_keysym.h",
"linux/x11_util.cc",
"linux/x11_util.h",
+ "linux/x_server_character_injector.cc",
+ "linux/x_server_character_injector.h",
"linux/x_server_clipboard.cc",
"linux/x_server_clipboard.h",
+ "linux/x_server_key_mapper.cc",
+ "linux/x_server_key_mapper.h",
+ "linux/x_server_keyboard_interface.cc",
+ "linux/x_server_keyboard_interface.h",
"local_input_monitor.h",
"local_input_monitor_android.cc",
"local_input_monitor_chromeos.cc",
« no previous file with comments | « no previous file | remoting/host/input_injector_x11.cc » ('j') | remoting/host/input_injector_x11.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698