| 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("//remoting/build/config/remoting_build.gni") | 6 import("//remoting/build/config/remoting_build.gni") |
| 7 | 7 |
| 8 group("all_tests") { | 8 group("all_tests") { |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "desktop_resizer_x11.cc", | 125 "desktop_resizer_x11.cc", |
| 126 "desktop_session.cc", | 126 "desktop_session.cc", |
| 127 "desktop_session.h", | 127 "desktop_session.h", |
| 128 "desktop_session_agent.cc", | 128 "desktop_session_agent.cc", |
| 129 "desktop_session_agent.h", | 129 "desktop_session_agent.h", |
| 130 "desktop_session_connector.h", | 130 "desktop_session_connector.h", |
| 131 "desktop_session_proxy.cc", | 131 "desktop_session_proxy.cc", |
| 132 "desktop_session_proxy.h", | 132 "desktop_session_proxy.h", |
| 133 "desktop_session_win.cc", | 133 "desktop_session_win.cc", |
| 134 "desktop_session_win.h", | 134 "desktop_session_win.h", |
| 135 "directx_attributes.cc", |
| 136 "directx_attributes.h", |
| 135 "disconnect_window_chromeos.cc", | 137 "disconnect_window_chromeos.cc", |
| 136 "disconnect_window_linux.cc", | 138 "disconnect_window_linux.cc", |
| 137 "disconnect_window_mac.h", | 139 "disconnect_window_mac.h", |
| 138 "disconnect_window_mac.mm", | 140 "disconnect_window_mac.mm", |
| 139 "disconnect_window_win.cc", | 141 "disconnect_window_win.cc", |
| 140 "dns_blackhole_checker.cc", | 142 "dns_blackhole_checker.cc", |
| 141 "dns_blackhole_checker.h", | 143 "dns_blackhole_checker.h", |
| 142 "gcd_rest_client.cc", | 144 "gcd_rest_client.cc", |
| 143 "gcd_rest_client.h", | 145 "gcd_rest_client.h", |
| 144 "gcd_state_updater.cc", | 146 "gcd_state_updater.cc", |
| 145 "gcd_state_updater.h", | 147 "gcd_state_updater.h", |
| 146 "heartbeat_sender.cc", | 148 "heartbeat_sender.cc", |
| 147 "heartbeat_sender.h", | 149 "heartbeat_sender.h", |
| 150 "host_attributes.cc", |
| 151 "host_attributes.h", |
| 148 "host_change_notification_listener.cc", | 152 "host_change_notification_listener.cc", |
| 149 "host_change_notification_listener.h", | 153 "host_change_notification_listener.h", |
| 150 "host_config.cc", | 154 "host_config.cc", |
| 151 "host_config.h", | 155 "host_config.h", |
| 152 "host_config_constants.cc", | 156 "host_config_constants.cc", |
| 153 "host_details.cc", | 157 "host_details.cc", |
| 154 "host_details.h", | 158 "host_details.h", |
| 155 "host_event_logger.h", | 159 "host_event_logger.h", |
| 156 "host_event_logger_posix.cc", | 160 "host_event_logger_posix.cc", |
| 157 "host_event_logger_win.cc", | 161 "host_event_logger_win.cc", |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 "chromeos/clipboard_aura_unittest.cc", | 493 "chromeos/clipboard_aura_unittest.cc", |
| 490 "chromoting_host_context_unittest.cc", | 494 "chromoting_host_context_unittest.cc", |
| 491 "chromoting_host_unittest.cc", | 495 "chromoting_host_unittest.cc", |
| 492 "client_session_unittest.cc", | 496 "client_session_unittest.cc", |
| 493 "config_file_watcher_unittest.cc", | 497 "config_file_watcher_unittest.cc", |
| 494 "daemon_process_unittest.cc", | 498 "daemon_process_unittest.cc", |
| 495 "desktop_process_unittest.cc", | 499 "desktop_process_unittest.cc", |
| 496 "gcd_rest_client_unittest.cc", | 500 "gcd_rest_client_unittest.cc", |
| 497 "gcd_state_updater_unittest.cc", | 501 "gcd_state_updater_unittest.cc", |
| 498 "heartbeat_sender_unittest.cc", | 502 "heartbeat_sender_unittest.cc", |
| 503 "host_attributes_unittest.cc", |
| 499 "host_change_notification_listener_unittest.cc", | 504 "host_change_notification_listener_unittest.cc", |
| 500 "host_config_unittest.cc", | 505 "host_config_unittest.cc", |
| 501 "host_extension_session_manager_unittest.cc", | 506 "host_extension_session_manager_unittest.cc", |
| 502 "host_power_save_blocker_unittest.cc", | 507 "host_power_save_blocker_unittest.cc", |
| 503 "host_status_logger_unittest.cc", | 508 "host_status_logger_unittest.cc", |
| 504 "ipc_desktop_environment_unittest.cc", | 509 "ipc_desktop_environment_unittest.cc", |
| 505 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", | 510 "it2me/it2me_confirmation_dialog_proxy_unittest.cc", |
| 506 "it2me/it2me_host_unittest.cc", | 511 "it2me/it2me_host_unittest.cc", |
| 507 "it2me/it2me_native_messaging_host_unittest.cc", | 512 "it2me/it2me_native_messaging_host_unittest.cc", |
| 508 "linux/audio_pipe_reader_unittest.cc", | 513 "linux/audio_pipe_reader_unittest.cc", |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 group("remoting_me2me_host_archive") { | 838 group("remoting_me2me_host_archive") { |
| 834 deps = [ | 839 deps = [ |
| 835 "//remoting/host/installer/mac:remoting_me2me_host_archive", | 840 "//remoting/host/installer/mac:remoting_me2me_host_archive", |
| 836 ] | 841 ] |
| 837 } | 842 } |
| 838 } else { | 843 } else { |
| 839 group("remoting_me2me_host_archive") { | 844 group("remoting_me2me_host_archive") { |
| 840 } | 845 } |
| 841 } | 846 } |
| 842 } | 847 } |
| OLD | NEW |