| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "host_config.cc", | 155 "host_config.cc", |
| 156 "host_config.h", | 156 "host_config.h", |
| 157 "host_config_constants.cc", | 157 "host_config_constants.cc", |
| 158 "host_details.cc", | 158 "host_details.cc", |
| 159 "host_details.h", | 159 "host_details.h", |
| 160 "host_event_logger.h", | 160 "host_event_logger.h", |
| 161 "host_event_logger_posix.cc", | 161 "host_event_logger_posix.cc", |
| 162 "host_event_logger_win.cc", | 162 "host_event_logger_win.cc", |
| 163 "host_exit_codes.cc", | 163 "host_exit_codes.cc", |
| 164 "host_exit_codes.h", | 164 "host_exit_codes.h", |
| 165 "host_experiment_session_plugin.cc", |
| 166 "host_experiment_session_plugin.h", |
| 165 "host_export.h", | 167 "host_export.h", |
| 166 "host_extension.h", | 168 "host_extension.h", |
| 167 "host_extension_session.h", | 169 "host_extension_session.h", |
| 168 "host_extension_session_manager.cc", | 170 "host_extension_session_manager.cc", |
| 169 "host_extension_session_manager.h", | 171 "host_extension_session_manager.h", |
| 170 "host_power_save_blocker.cc", | 172 "host_power_save_blocker.cc", |
| 171 "host_power_save_blocker.h", | 173 "host_power_save_blocker.h", |
| 172 "host_secret.cc", | 174 "host_secret.cc", |
| 173 "host_secret.h", | 175 "host_secret.h", |
| 174 "host_session_options.cc", | 176 "host_session_options.cc", |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "client_session_unittest.cc", | 494 "client_session_unittest.cc", |
| 493 "config_file_watcher_unittest.cc", | 495 "config_file_watcher_unittest.cc", |
| 494 "daemon_process_unittest.cc", | 496 "daemon_process_unittest.cc", |
| 495 "desktop_process_unittest.cc", | 497 "desktop_process_unittest.cc", |
| 496 "gcd_rest_client_unittest.cc", | 498 "gcd_rest_client_unittest.cc", |
| 497 "gcd_state_updater_unittest.cc", | 499 "gcd_state_updater_unittest.cc", |
| 498 "heartbeat_sender_unittest.cc", | 500 "heartbeat_sender_unittest.cc", |
| 499 "host_attributes_unittest.cc", | 501 "host_attributes_unittest.cc", |
| 500 "host_change_notification_listener_unittest.cc", | 502 "host_change_notification_listener_unittest.cc", |
| 501 "host_config_unittest.cc", | 503 "host_config_unittest.cc", |
| 504 "host_experiment_session_plugin_unittest.cc", |
| 502 "host_extension_session_manager_unittest.cc", | 505 "host_extension_session_manager_unittest.cc", |
| 503 "host_power_save_blocker_unittest.cc", | 506 "host_power_save_blocker_unittest.cc", |
| 504 "host_session_options_unittest.cc", | 507 "host_session_options_unittest.cc", |
| 505 "host_status_logger_unittest.cc", | 508 "host_status_logger_unittest.cc", |
| 506 "ipc_desktop_environment_unittest.cc", | 509 "ipc_desktop_environment_unittest.cc", |
| 507 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 510 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 508 "it2me/it2me_host_unittest.cc", | 511 "it2me/it2me_host_unittest.cc", |
| 509 "it2me/it2me_native_messaging_host_unittest.cc", | 512 "it2me/it2me_native_messaging_host_unittest.cc", |
| 510 "linux/audio_pipe_reader_unittest.cc", | 513 "linux/audio_pipe_reader_unittest.cc", |
| 511 "linux/certificate_watcher_unittest.cc", | 514 "linux/certificate_watcher_unittest.cc", |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 group("remoting_me2me_host_archive") { | 839 group("remoting_me2me_host_archive") { |
| 837 deps = [ | 840 deps = [ |
| 838 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 841 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 839 ] | 842 ] |
| 840 } | 843 } |
| 841 } else { | 844 } else { |
| 842 group("remoting_me2me_host_archive") { | 845 group("remoting_me2me_host_archive") { |
| 843 } | 846 } |
| 844 } | 847 } |
| 845 } | 848 } |
| OLD | NEW |