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