OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |