| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "register_support_host_request.cc", | 238 "register_support_host_request.cc", |
| 239 "register_support_host_request.h", | 239 "register_support_host_request.h", |
| 240 "remote_input_filter.cc", | 240 "remote_input_filter.cc", |
| 241 "remote_input_filter.h", | 241 "remote_input_filter.h", |
| 242 "resizing_host_observer.cc", | 242 "resizing_host_observer.cc", |
| 243 "resizing_host_observer.h", | 243 "resizing_host_observer.h", |
| 244 "resources.h", | 244 "resources.h", |
| 245 "resources_linux.cc", | 245 "resources_linux.cc", |
| 246 "resources_mac.cc", | 246 "resources_mac.cc", |
| 247 "resources_win.cc", | 247 "resources_win.cc", |
| 248 "safe_mode.cc", |
| 249 "safe_mode.h", |
| 248 "sas_injector.h", | 250 "sas_injector.h", |
| 249 "sas_injector_win.cc", | 251 "sas_injector_win.cc", |
| 250 "screen_controls.h", | 252 "screen_controls.h", |
| 251 "screen_resolution.cc", | 253 "screen_resolution.cc", |
| 252 "screen_resolution.h", | 254 "screen_resolution.h", |
| 253 "server_log_entry_host.cc", | 255 "server_log_entry_host.cc", |
| 254 "server_log_entry_host.h", | 256 "server_log_entry_host.h", |
| 255 "shutdown_watchdog.cc", | 257 "shutdown_watchdog.cc", |
| 256 "shutdown_watchdog.h", | 258 "shutdown_watchdog.h", |
| 257 "signaling_connector.cc", | 259 "signaling_connector.cc", |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 group("remoting_me2me_host_archive") { | 800 group("remoting_me2me_host_archive") { |
| 799 deps = [ | 801 deps = [ |
| 800 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 802 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 801 ] | 803 ] |
| 802 } | 804 } |
| 803 } else { | 805 } else { |
| 804 group("remoting_me2me_host_archive") { | 806 group("remoting_me2me_host_archive") { |
| 805 } | 807 } |
| 806 } | 808 } |
| 807 } | 809 } |
| OLD | NEW |