| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 '../base/base.gyp:base', | 11 '../base/base.gyp:base', |
| 12 '../net/net.gyp:net_test_support', | 12 '../net/net.gyp:net_test_support', |
| 13 '../testing/gmock.gyp:gmock', | 13 '../testing/gmock.gyp:gmock', |
| 14 '../testing/gtest.gyp:gtest', | 14 '../testing/gtest.gyp:gtest', |
| 15 'remoting_base', | 15 'remoting_base', |
| 16 'remoting_client', | 16 'remoting_client', |
| 17 'remoting_host', | 17 'remoting_host', |
| 18 'remoting_protocol', | 18 'remoting_protocol', |
| 19 'remoting_resources', | 19 'remoting_resources', |
| 20 ], | 20 ], |
| 21 'sources': [ | 21 'sources': [ |
| 22 'host/fake_desktop_capturer.cc', |
| 23 'host/fake_desktop_capturer.h', |
| 22 'host/fake_desktop_environment.cc', | 24 'host/fake_desktop_environment.cc', |
| 23 'host/fake_desktop_environment.h', | 25 'host/fake_desktop_environment.h', |
| 24 'host/fake_host_status_monitor.h', | 26 'host/fake_host_status_monitor.h', |
| 25 'host/fake_screen_capturer.cc', | |
| 26 'host/fake_screen_capturer.h', | |
| 27 'host/fake_mouse_cursor_monitor.cc', | 27 'host/fake_mouse_cursor_monitor.cc', |
| 28 'host/fake_mouse_cursor_monitor.h', | 28 'host/fake_mouse_cursor_monitor.h', |
| 29 'host/policy_hack/fake_policy_watcher.cc', | 29 'host/policy_hack/fake_policy_watcher.cc', |
| 30 'host/policy_hack/fake_policy_watcher.h', | 30 'host/policy_hack/fake_policy_watcher.h', |
| 31 'host/policy_hack/mock_policy_callback.cc', | 31 'host/policy_hack/mock_policy_callback.cc', |
| 32 'host/policy_hack/mock_policy_callback.h', | 32 'host/policy_hack/mock_policy_callback.h', |
| 33 'protocol/fake_authenticator.cc', | 33 'protocol/fake_authenticator.cc', |
| 34 'protocol/fake_authenticator.h', | 34 'protocol/fake_authenticator.h', |
| 35 'protocol/fake_session.cc', | 35 'protocol/fake_session.cc', |
| 36 'protocol/fake_session.h', | 36 'protocol/fake_session.h', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'host/branding.cc', | 120 'host/branding.cc', |
| 121 'host/branding.h', | 121 'host/branding.h', |
| 122 'host/capture_scheduler_unittest.cc', | 122 'host/capture_scheduler_unittest.cc', |
| 123 'host/chromoting_host_context_unittest.cc', | 123 'host/chromoting_host_context_unittest.cc', |
| 124 'host/chromoting_host_unittest.cc', | 124 'host/chromoting_host_unittest.cc', |
| 125 'host/client_session_unittest.cc', | 125 'host/client_session_unittest.cc', |
| 126 'host/config_file_watcher_unittest.cc', | 126 'host/config_file_watcher_unittest.cc', |
| 127 'host/daemon_process_unittest.cc', | 127 'host/daemon_process_unittest.cc', |
| 128 'host/desktop_process_unittest.cc', | 128 'host/desktop_process_unittest.cc', |
| 129 'host/desktop_shape_tracker_unittest.cc', | 129 'host/desktop_shape_tracker_unittest.cc', |
| 130 'host/fake_desktop_capturer.cc', |
| 131 'host/fake_desktop_capturer.h', |
| 130 'host/fake_host_extension.cc', | 132 'host/fake_host_extension.cc', |
| 131 'host/fake_host_extension.h', | 133 'host/fake_host_extension.h', |
| 132 'host/fake_host_status_monitor.h', | 134 'host/fake_host_status_monitor.h', |
| 133 'host/fake_screen_capturer.cc', | |
| 134 'host/fake_screen_capturer.h', | |
| 135 'host/gnubby_auth_handler_posix_unittest.cc', | 135 'host/gnubby_auth_handler_posix_unittest.cc', |
| 136 'host/heartbeat_sender_unittest.cc', | 136 'host/heartbeat_sender_unittest.cc', |
| 137 'host/host_change_notification_listener_unittest.cc', | 137 'host/host_change_notification_listener_unittest.cc', |
| 138 'host/host_extension_session_manager_unittest.cc', | 138 'host/host_extension_session_manager_unittest.cc', |
| 139 'host/host_mock_objects.cc', | 139 'host/host_mock_objects.cc', |
| 140 'host/host_status_logger_unittest.cc', | 140 'host/host_status_logger_unittest.cc', |
| 141 'host/host_status_sender_unittest.cc', | 141 'host/host_status_sender_unittest.cc', |
| 142 'host/ipc_desktop_environment_unittest.cc', | 142 'host/ipc_desktop_environment_unittest.cc', |
| 143 'host/it2me/it2me_native_messaging_host_unittest.cc', | 143 'host/it2me/it2me_native_messaging_host_unittest.cc', |
| 144 'host/json_host_config_unittest.cc', | 144 'host/json_host_config_unittest.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 155 'host/register_support_host_request_unittest.cc', | 155 'host/register_support_host_request_unittest.cc', |
| 156 'host/remote_input_filter_unittest.cc', | 156 'host/remote_input_filter_unittest.cc', |
| 157 'host/resizing_host_observer_unittest.cc', | 157 'host/resizing_host_observer_unittest.cc', |
| 158 'host/screen_resolution_unittest.cc', | 158 'host/screen_resolution_unittest.cc', |
| 159 'host/server_log_entry_host_unittest.cc', | 159 'host/server_log_entry_host_unittest.cc', |
| 160 'host/setup/me2me_native_messaging_host.cc', | 160 'host/setup/me2me_native_messaging_host.cc', |
| 161 'host/setup/me2me_native_messaging_host.h', | 161 'host/setup/me2me_native_messaging_host.h', |
| 162 'host/setup/me2me_native_messaging_host_unittest.cc', | 162 'host/setup/me2me_native_messaging_host_unittest.cc', |
| 163 'host/setup/oauth_helper_unittest.cc', | 163 'host/setup/oauth_helper_unittest.cc', |
| 164 'host/setup/pin_validator_unittest.cc', | 164 'host/setup/pin_validator_unittest.cc', |
| 165 'host/shaped_screen_capturer_unittest.cc', | 165 'host/shaped_desktop_capturer_unittest.cc', |
| 166 'host/token_validator_factory_impl_unittest.cc', | 166 'host/token_validator_factory_impl_unittest.cc', |
| 167 'host/video_frame_recorder_unittest.cc', | 167 'host/video_frame_recorder_unittest.cc', |
| 168 'host/video_scheduler_unittest.cc', | 168 'host/video_scheduler_unittest.cc', |
| 169 'host/win/rdp_client_unittest.cc', | 169 'host/win/rdp_client_unittest.cc', |
| 170 'host/win/worker_process_launcher.cc', | 170 'host/win/worker_process_launcher.cc', |
| 171 'host/win/worker_process_launcher.h', | 171 'host/win/worker_process_launcher.h', |
| 172 'host/win/worker_process_launcher_unittest.cc', | 172 'host/win/worker_process_launcher_unittest.cc', |
| 173 'protocol/authenticator_test_base.cc', | 173 'protocol/authenticator_test_base.cc', |
| 174 'protocol/authenticator_test_base.h', | 174 'protocol/authenticator_test_base.h', |
| 175 'protocol/buffered_socket_writer_unittest.cc', | 175 'protocol/buffered_socket_writer_unittest.cc', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'dependencies': [ | 406 'dependencies': [ |
| 407 '../base/allocator/allocator.gyp:allocator', | 407 '../base/allocator/allocator.gyp:allocator', |
| 408 ], | 408 ], |
| 409 }], | 409 }], |
| 410 ], # end of 'conditions' | 410 ], # end of 'conditions' |
| 411 }, # end of target 'remoting_perftests' | 411 }, # end of target 'remoting_perftests' |
| 412 ] | 412 ] |
| 413 }] | 413 }] |
| 414 ] | 414 ] |
| 415 } | 415 } |
| OLD | NEW |