| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "host_power_save_blocker.cc", | 167 "host_power_save_blocker.cc", |
| 168 "host_power_save_blocker.h", | 168 "host_power_save_blocker.h", |
| 169 "host_secret.cc", | 169 "host_secret.cc", |
| 170 "host_secret.h", | 170 "host_secret.h", |
| 171 "host_session_options.cc", | 171 "host_session_options.cc", |
| 172 "host_session_options.h", | 172 "host_session_options.h", |
| 173 "host_status_logger.cc", | 173 "host_status_logger.cc", |
| 174 "host_status_logger.h", | 174 "host_status_logger.h", |
| 175 "host_status_monitor.h", | 175 "host_status_monitor.h", |
| 176 "host_status_observer.h", | 176 "host_status_observer.h", |
| 177 "host_window.cc", |
| 177 "host_window.h", | 178 "host_window.h", |
| 178 "host_window_proxy.cc", | 179 "host_window_proxy.cc", |
| 179 "host_window_proxy.h", | 180 "host_window_proxy.h", |
| 180 "input_injector.h", | 181 "input_injector.h", |
| 181 "input_injector_chromeos.cc", | 182 "input_injector_chromeos.cc", |
| 182 "input_injector_chromeos.h", | 183 "input_injector_chromeos.h", |
| 183 "input_injector_mac.cc", | 184 "input_injector_mac.cc", |
| 184 "input_injector_win.cc", | 185 "input_injector_win.cc", |
| 185 "input_injector_x11.cc", | 186 "input_injector_x11.cc", |
| 186 "ipc_audio_capturer.cc", | 187 "ipc_audio_capturer.cc", |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 group("remoting_me2me_host_archive") { | 797 group("remoting_me2me_host_archive") { |
| 797 deps = [ | 798 deps = [ |
| 798 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 799 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 799 ] | 800 ] |
| 800 } | 801 } |
| 801 } else { | 802 } else { |
| 802 group("remoting_me2me_host_archive") { | 803 group("remoting_me2me_host_archive") { |
| 803 } | 804 } |
| 804 } | 805 } |
| 805 } | 806 } |
| OLD | NEW |