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

Unified Diff: remoting/host/BUILD.gn

Issue 2346643003: [Remoting Host] Handle text event characters that are not presented on the keyboard (Closed)
Patch Set: Reviewer's Feedback Created 4 years, 2 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') | no next file with comments »
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 fd03fdadaf247bbaa9bc04051970d2fe77603597..ed9f85b72d3a0ecae1b117ad2fcf00b9d4b37cd5 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -208,6 +208,10 @@ static_library("host") {
"linux/certificate_watcher.h",
"linux/unicode_to_keysym.cc",
"linux/unicode_to_keysym.h",
+ "linux/x11_character_injector.cc",
+ "linux/x11_character_injector.h",
+ "linux/x11_keyboard_impl.cc",
+ "linux/x11_keyboard_impl.h",
"linux/x11_util.cc",
"linux/x11_util.h",
"linux/x_server_clipboard.cc",
@@ -348,6 +352,8 @@ static_library("host") {
# These will already be filtered out on non-Linux.
sources -= [
"linux/unicode_to_keysym.cc",
+ "linux/x11_keyboard_impl.cc",
+ "linux/x11_keyboard_impl.h",
"linux/x11_util.cc",
"linux/x_server_clipboard.cc",
"linux/x_server_clipboard.h",
@@ -505,6 +511,7 @@ source_set("unit_tests") {
"linux/audio_pipe_reader_unittest.cc",
"linux/certificate_watcher_unittest.cc",
"linux/unicode_to_keysym_unittest.cc",
+ "linux/x11_character_injector_unittest.cc",
"linux/x_server_clipboard_unittest.cc",
"local_input_monitor_unittest.cc",
"mouse_cursor_monitor_proxy_unittest.cc",
« no previous file with comments | « no previous file | remoting/host/input_injector_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698