| 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("//media/media_options.gni") | 6 import("//media/media_options.gni") |
| 7 import("//remoting/build/config/remoting_build.gni") | 7 import("//remoting/build/config/remoting_build.gni") |
| 8 | 8 |
| 9 group("all_tests") { | 9 group("all_tests") { |
| 10 testonly = true | 10 testonly = true |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "ipc_desktop_environment.cc", | 193 "ipc_desktop_environment.cc", |
| 194 "ipc_desktop_environment.h", | 194 "ipc_desktop_environment.h", |
| 195 "ipc_host_event_logger.cc", | 195 "ipc_host_event_logger.cc", |
| 196 "ipc_host_event_logger.h", | 196 "ipc_host_event_logger.h", |
| 197 "ipc_input_injector.cc", | 197 "ipc_input_injector.cc", |
| 198 "ipc_input_injector.h", | 198 "ipc_input_injector.h", |
| 199 "ipc_mouse_cursor_monitor.cc", | 199 "ipc_mouse_cursor_monitor.cc", |
| 200 "ipc_mouse_cursor_monitor.h", | 200 "ipc_mouse_cursor_monitor.h", |
| 201 "ipc_screen_controls.cc", | 201 "ipc_screen_controls.cc", |
| 202 "ipc_screen_controls.h", | 202 "ipc_screen_controls.h", |
| 203 "ipc_util.h", | |
| 204 "ipc_util_win.cc", | |
| 205 "ipc_video_frame_capturer.cc", | 203 "ipc_video_frame_capturer.cc", |
| 206 "ipc_video_frame_capturer.h", | 204 "ipc_video_frame_capturer.h", |
| 207 "it2me_desktop_environment.cc", | 205 "it2me_desktop_environment.cc", |
| 208 "it2me_desktop_environment.h", | 206 "it2me_desktop_environment.h", |
| 209 "linux/audio_pipe_reader.cc", | 207 "linux/audio_pipe_reader.cc", |
| 210 "linux/audio_pipe_reader.h", | 208 "linux/audio_pipe_reader.h", |
| 211 "linux/certificate_watcher.cc", | 209 "linux/certificate_watcher.cc", |
| 212 "linux/certificate_watcher.h", | 210 "linux/certificate_watcher.h", |
| 213 "linux/unicode_to_keysym.cc", | 211 "linux/unicode_to_keysym.cc", |
| 214 "linux/unicode_to_keysym.h", | 212 "linux/unicode_to_keysym.h", |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 group("remoting_me2me_host_archive") { | 836 group("remoting_me2me_host_archive") { |
| 839 deps = [ | 837 deps = [ |
| 840 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 838 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 841 ] | 839 ] |
| 842 } | 840 } |
| 843 } else { | 841 } else { |
| 844 group("remoting_me2me_host_archive") { | 842 group("remoting_me2me_host_archive") { |
| 845 } | 843 } |
| 846 } | 844 } |
| 847 } | 845 } |
| OLD | NEW |