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", |