| 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("//build/util/process_version.gni") | 5 import("//build/util/process_version.gni") |
| 6 import("//remoting/build/config/remoting_build.gni") | 6 import("//remoting/build/config/remoting_build.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "ipc_desktop_environment.h", | 187 "ipc_desktop_environment.h", |
| 188 "ipc_host_event_logger.cc", | 188 "ipc_host_event_logger.cc", |
| 189 "ipc_host_event_logger.h", | 189 "ipc_host_event_logger.h", |
| 190 "ipc_input_injector.cc", | 190 "ipc_input_injector.cc", |
| 191 "ipc_input_injector.h", | 191 "ipc_input_injector.h", |
| 192 "ipc_mouse_cursor_monitor.cc", | 192 "ipc_mouse_cursor_monitor.cc", |
| 193 "ipc_mouse_cursor_monitor.h", | 193 "ipc_mouse_cursor_monitor.h", |
| 194 "ipc_screen_controls.cc", | 194 "ipc_screen_controls.cc", |
| 195 "ipc_screen_controls.h", | 195 "ipc_screen_controls.h", |
| 196 "ipc_util.h", | 196 "ipc_util.h", |
| 197 "ipc_util_posix.cc", | |
| 198 "ipc_util_win.cc", | 197 "ipc_util_win.cc", |
| 199 "ipc_video_frame_capturer.cc", | 198 "ipc_video_frame_capturer.cc", |
| 200 "ipc_video_frame_capturer.h", | 199 "ipc_video_frame_capturer.h", |
| 201 "it2me_desktop_environment.cc", | 200 "it2me_desktop_environment.cc", |
| 202 "it2me_desktop_environment.h", | 201 "it2me_desktop_environment.h", |
| 203 "linux/audio_pipe_reader.cc", | 202 "linux/audio_pipe_reader.cc", |
| 204 "linux/audio_pipe_reader.h", | 203 "linux/audio_pipe_reader.h", |
| 205 "linux/certificate_watcher.cc", | 204 "linux/certificate_watcher.cc", |
| 206 "linux/certificate_watcher.h", | 205 "linux/certificate_watcher.h", |
| 207 "linux/unicode_to_keysym.cc", | 206 "linux/unicode_to_keysym.cc", |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 group("remoting_me2me_host_archive") { | 836 group("remoting_me2me_host_archive") { |
| 838 deps = [ | 837 deps = [ |
| 839 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 838 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 840 ] | 839 ] |
| 841 } | 840 } |
| 842 } else { | 841 } else { |
| 843 group("remoting_me2me_host_archive") { | 842 group("remoting_me2me_host_archive") { |
| 844 } | 843 } |
| 845 } | 844 } |
| 846 } | 845 } |
| OLD | NEW |