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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_clipboard.cc", | 265 "linux/x_server_clipboard.cc", |
266 "linux/x_server_clipboard.h", | 266 "linux/x_server_clipboard.h", |
| 267 "linux/x_server_key_mapper.cc", |
| 268 "linux/x_server_key_mapper.h", |
267 "local_input_monitor.h", | 269 "local_input_monitor.h", |
268 "local_input_monitor_android.cc", | 270 "local_input_monitor_android.cc", |
269 "local_input_monitor_chromeos.cc", | 271 "local_input_monitor_chromeos.cc", |
270 "local_input_monitor_mac.mm", | 272 "local_input_monitor_mac.mm", |
271 "local_input_monitor_win.cc", | 273 "local_input_monitor_win.cc", |
272 "local_input_monitor_x11.cc", | 274 "local_input_monitor_x11.cc", |
273 "logging.h", | 275 "logging.h", |
274 "logging_linux.cc", | 276 "logging_linux.cc", |
275 "logging_mac.cc", | 277 "logging_mac.cc", |
276 "logging_win.cc", | 278 "logging_win.cc", |
(...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1901 root_build_dir), | 1903 root_build_dir), |
1902 rebase_path(outputs[0], root_build_dir), | 1904 rebase_path(outputs[0], root_build_dir), |
1903 ] | 1905 ] |
1904 } | 1906 } |
1905 } else { | 1907 } else { |
1906 group("remoting_host_installation") { | 1908 group("remoting_host_installation") { |
1907 } | 1909 } |
1908 } | 1910 } |
1909 } | 1911 } |
1910 } | 1912 } |
OLD | NEW |