| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "pairing_registry_delegate_win.h", | 227 "pairing_registry_delegate_win.h", |
| 228 "pin_hash.cc", | 228 "pin_hash.cc", |
| 229 "pin_hash.h", | 229 "pin_hash.h", |
| 230 "policy_watcher.cc", | 230 "policy_watcher.cc", |
| 231 "policy_watcher.h", | 231 "policy_watcher.h", |
| 232 "posix/signal_handler.cc", | 232 "posix/signal_handler.cc", |
| 233 "posix/signal_handler.h", | 233 "posix/signal_handler.h", |
| 234 "process_stats_agent.h", | 234 "process_stats_agent.h", |
| 235 "process_stats_sender.cc", | 235 "process_stats_sender.cc", |
| 236 "process_stats_sender.h", | 236 "process_stats_sender.h", |
| 237 "process_stats_util.cc", | |
| 238 "process_stats_util.h", | |
| 239 "register_support_host_request.cc", | 237 "register_support_host_request.cc", |
| 240 "register_support_host_request.h", | 238 "register_support_host_request.h", |
| 241 "remote_input_filter.cc", | 239 "remote_input_filter.cc", |
| 242 "remote_input_filter.h", | 240 "remote_input_filter.h", |
| 243 "resizing_host_observer.cc", | 241 "resizing_host_observer.cc", |
| 244 "resizing_host_observer.h", | 242 "resizing_host_observer.h", |
| 245 "resources.h", | 243 "resources.h", |
| 246 "resources_linux.cc", | 244 "resources_linux.cc", |
| 247 "resources_mac.cc", | 245 "resources_mac.cc", |
| 248 "resources_win.cc", | 246 "resources_win.cc", |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 group("remoting_me2me_host_archive") { | 803 group("remoting_me2me_host_archive") { |
| 806 deps = [ | 804 deps = [ |
| 807 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 805 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 808 ] | 806 ] |
| 809 } | 807 } |
| 810 } else { | 808 } else { |
| 811 group("remoting_me2me_host_archive") { | 809 group("remoting_me2me_host_archive") { |
| 812 } | 810 } |
| 813 } | 811 } |
| 814 } | 812 } |
| OLD | NEW |