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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 sources = [ | 443 sources = [ |
444 "audio_silence_detector_unittest.cc", | 444 "audio_silence_detector_unittest.cc", |
445 "audio_volume_filter_unittest.cc", | 445 "audio_volume_filter_unittest.cc", |
446 "backoff_timer_unittest.cc", | 446 "backoff_timer_unittest.cc", |
447 "chromoting_host_context_unittest.cc", | 447 "chromoting_host_context_unittest.cc", |
448 "chromoting_host_unittest.cc", | 448 "chromoting_host_unittest.cc", |
449 "client_session_unittest.cc", | 449 "client_session_unittest.cc", |
450 "config_file_watcher_unittest.cc", | 450 "config_file_watcher_unittest.cc", |
451 "daemon_process_unittest.cc", | 451 "daemon_process_unittest.cc", |
452 "desktop_process_unittest.cc", | 452 "desktop_process_unittest.cc", |
| 453 "desktop_session_agent_unittest.cc", |
453 "gcd_rest_client_unittest.cc", | 454 "gcd_rest_client_unittest.cc", |
454 "gcd_state_updater_unittest.cc", | 455 "gcd_state_updater_unittest.cc", |
455 "heartbeat_sender_unittest.cc", | 456 "heartbeat_sender_unittest.cc", |
456 "host_attributes_unittest.cc", | 457 "host_attributes_unittest.cc", |
457 "host_change_notification_listener_unittest.cc", | 458 "host_change_notification_listener_unittest.cc", |
458 "host_config_unittest.cc", | 459 "host_config_unittest.cc", |
459 "host_experiment_session_plugin_unittest.cc", | 460 "host_experiment_session_plugin_unittest.cc", |
460 "host_extension_session_manager_unittest.cc", | 461 "host_extension_session_manager_unittest.cc", |
461 "host_power_save_blocker_unittest.cc", | 462 "host_power_save_blocker_unittest.cc", |
462 "host_session_options_unittest.cc", | 463 "host_session_options_unittest.cc", |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 group("remoting_me2me_host_archive") { | 799 group("remoting_me2me_host_archive") { |
799 deps = [ | 800 deps = [ |
800 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 801 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
801 ] | 802 ] |
802 } | 803 } |
803 } else { | 804 } else { |
804 group("remoting_me2me_host_archive") { | 805 group("remoting_me2me_host_archive") { |
805 } | 806 } |
806 } | 807 } |
807 } | 808 } |
OLD | NEW |