| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "resources_linux.cc", | 258 "resources_linux.cc", |
| 259 "resources_mac.cc", | 259 "resources_mac.cc", |
| 260 "resources_win.cc", | 260 "resources_win.cc", |
| 261 "sas_injector.h", | 261 "sas_injector.h", |
| 262 "sas_injector_win.cc", | 262 "sas_injector_win.cc", |
| 263 "screen_controls.h", | 263 "screen_controls.h", |
| 264 "screen_resolution.cc", | 264 "screen_resolution.cc", |
| 265 "screen_resolution.h", | 265 "screen_resolution.h", |
| 266 "server_log_entry_host.cc", | 266 "server_log_entry_host.cc", |
| 267 "server_log_entry_host.h", | 267 "server_log_entry_host.h", |
| 268 "service_urls.cc", | |
| 269 "service_urls.h", | |
| 270 "shutdown_watchdog.cc", | 268 "shutdown_watchdog.cc", |
| 271 "shutdown_watchdog.h", | 269 "shutdown_watchdog.h", |
| 272 "signaling_connector.cc", | 270 "signaling_connector.cc", |
| 273 "signaling_connector.h", | 271 "signaling_connector.h", |
| 274 "single_window_desktop_environment.cc", | 272 "single_window_desktop_environment.cc", |
| 275 "single_window_desktop_environment.h", | 273 "single_window_desktop_environment.h", |
| 276 "single_window_input_injector.h", | 274 "single_window_input_injector.h", |
| 277 "single_window_input_injector_linux.cc", | 275 "single_window_input_injector_linux.cc", |
| 278 "single_window_input_injector_mac.cc", | 276 "single_window_input_injector_mac.cc", |
| 279 "single_window_input_injector_win.cc", | 277 "single_window_input_injector_win.cc", |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 group("remoting_me2me_host_archive") { | 832 group("remoting_me2me_host_archive") { |
| 835 deps = [ | 833 deps = [ |
| 836 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 834 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 837 ] | 835 ] |
| 838 } | 836 } |
| 839 } else { | 837 } else { |
| 840 group("remoting_me2me_host_archive") { | 838 group("remoting_me2me_host_archive") { |
| 841 } | 839 } |
| 842 } | 840 } |
| 843 } | 841 } |
| OLD | NEW |