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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/host/input_injector_x11.cc » ('j') | remoting/host/input_injector_x11.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//remoting/build/config/remoting_build.gni") 5 import("//remoting/build/config/remoting_build.gni")
6 6
7 process_version("remoting_version") { 7 process_version("remoting_version") {
8 template_file = "//remoting/host/version.h.in" 8 template_file = "//remoting/host/version.h.in"
9 sources = [ 9 sources = [
10 branding_path, 10 branding_path,
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "it2me_desktop_environment.cc", 255 "it2me_desktop_environment.cc",
256 "it2me_desktop_environment.h", 256 "it2me_desktop_environment.h",
257 "linux/audio_pipe_reader.cc", 257 "linux/audio_pipe_reader.cc",
258 "linux/audio_pipe_reader.h", 258 "linux/audio_pipe_reader.h",
259 "linux/certificate_watcher.cc", 259 "linux/certificate_watcher.cc",
260 "linux/certificate_watcher.h", 260 "linux/certificate_watcher.h",
261 "linux/unicode_to_keysym.cc", 261 "linux/unicode_to_keysym.cc",
262 "linux/unicode_to_keysym.h", 262 "linux/unicode_to_keysym.h",
263 "linux/x11_util.cc", 263 "linux/x11_util.cc",
264 "linux/x11_util.h", 264 "linux/x11_util.h",
265 "linux/x_server_character_injector.cc",
266 "linux/x_server_character_injector.h",
265 "linux/x_server_clipboard.cc", 267 "linux/x_server_clipboard.cc",
266 "linux/x_server_clipboard.h", 268 "linux/x_server_clipboard.h",
269 "linux/x_server_key_mapper.cc",
270 "linux/x_server_key_mapper.h",
271 "linux/x_server_keyboard_interface.cc",
272 "linux/x_server_keyboard_interface.h",
267 "local_input_monitor.h", 273 "local_input_monitor.h",
268 "local_input_monitor_android.cc", 274 "local_input_monitor_android.cc",
269 "local_input_monitor_chromeos.cc", 275 "local_input_monitor_chromeos.cc",
270 "local_input_monitor_mac.mm", 276 "local_input_monitor_mac.mm",
271 "local_input_monitor_win.cc", 277 "local_input_monitor_win.cc",
272 "local_input_monitor_x11.cc", 278 "local_input_monitor_x11.cc",
273 "logging.h", 279 "logging.h",
274 "logging_linux.cc", 280 "logging_linux.cc",
275 "logging_mac.cc", 281 "logging_mac.cc",
276 "logging_win.cc", 282 "logging_win.cc",
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 root_build_dir), 1907 root_build_dir),
1902 rebase_path(outputs[0], root_build_dir), 1908 rebase_path(outputs[0], root_build_dir),
1903 ] 1909 ]
1904 } 1910 }
1905 } else { 1911 } else {
1906 group("remoting_host_installation") { 1912 group("remoting_host_installation") {
1907 } 1913 }
1908 } 1914 }
1909 } 1915 }
1910 } 1916 }
OLDNEW
« 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