| 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 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
| 9 'target_name': 'remoting_test_common', | 9 'target_name': 'remoting_test_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 # Note: sources list duplicated in GN build. | 24 # Note: sources list duplicated in GN build. |
| 25 'host/fake_desktop_capturer.cc', | 25 'host/fake_desktop_capturer.cc', |
| 26 'host/fake_desktop_capturer.h', | 26 'host/fake_desktop_capturer.h', |
| 27 'host/fake_desktop_environment.cc', | 27 'host/fake_desktop_environment.cc', |
| 28 'host/fake_desktop_environment.h', | 28 'host/fake_desktop_environment.h', |
| 29 'host/fake_host_status_monitor.h', | 29 'host/fake_host_status_monitor.h', |
| 30 'host/fake_mouse_cursor_monitor.cc', | 30 'host/fake_mouse_cursor_monitor.cc', |
| 31 'host/fake_mouse_cursor_monitor.h', | 31 'host/fake_mouse_cursor_monitor.h', |
| 32 'protocol/fake_authenticator.cc', | 32 'protocol/fake_authenticator.cc', |
| 33 'protocol/fake_authenticator.h', | 33 'protocol/fake_authenticator.h', |
| 34 'protocol/fake_connection_to_host.cc', |
| 35 'protocol/fake_connection_to_host.h', |
| 34 'protocol/fake_datagram_socket.cc', | 36 'protocol/fake_datagram_socket.cc', |
| 35 'protocol/fake_datagram_socket.h', | 37 'protocol/fake_datagram_socket.h', |
| 36 'protocol/fake_session.cc', | 38 'protocol/fake_session.cc', |
| 37 'protocol/fake_session.h', | 39 'protocol/fake_session.h', |
| 38 'protocol/fake_stream_socket.cc', | 40 'protocol/fake_stream_socket.cc', |
| 39 'protocol/fake_stream_socket.h', | 41 'protocol/fake_stream_socket.h', |
| 40 'protocol/protocol_mock_objects.cc', | 42 'protocol/protocol_mock_objects.cc', |
| 41 'protocol/protocol_mock_objects.h', | 43 'protocol/protocol_mock_objects.h', |
| 42 'protocol/test_event_matchers.h', | 44 'protocol/test_event_matchers.h', |
| 43 'signaling/fake_signal_strategy.cc', | 45 'signaling/fake_signal_strategy.cc', |
| 44 'signaling/fake_signal_strategy.h', | 46 'signaling/fake_signal_strategy.h', |
| 45 'signaling/mock_signal_strategy.cc', | 47 'signaling/mock_signal_strategy.cc', |
| 46 'signaling/mock_signal_strategy.h', | 48 'signaling/mock_signal_strategy.h', |
| 47 'test/access_token_fetcher.cc', | 49 'test/access_token_fetcher.cc', |
| 50 'test/access_token_fetcher.h', |
| 48 'test/app_remoting_test_driver_environment.cc', | 51 'test/app_remoting_test_driver_environment.cc', |
| 52 'test/app_remoting_test_driver_environment.h', |
| 49 'test/fake_access_token_fetcher.cc', | 53 'test/fake_access_token_fetcher.cc', |
| 54 'test/fake_access_token_fetcher.h', |
| 50 'test/fake_network_dispatcher.cc', | 55 'test/fake_network_dispatcher.cc', |
| 51 'test/fake_network_dispatcher.h', | 56 'test/fake_network_dispatcher.h', |
| 52 'test/fake_network_manager.cc', | 57 'test/fake_network_manager.cc', |
| 53 'test/fake_network_manager.h', | 58 'test/fake_network_manager.h', |
| 54 'test/fake_port_allocator.cc', | 59 'test/fake_port_allocator.cc', |
| 55 'test/fake_port_allocator.h', | 60 'test/fake_port_allocator.h', |
| 56 'test/fake_remote_host_info_fetcher.cc', | 61 'test/fake_remote_host_info_fetcher.cc', |
| 62 'test/fake_remote_host_info_fetcher.h', |
| 57 'test/fake_socket_factory.cc', | 63 'test/fake_socket_factory.cc', |
| 58 'test/fake_socket_factory.h', | 64 'test/fake_socket_factory.h', |
| 59 'test/leaky_bucket.cc', | 65 'test/leaky_bucket.cc', |
| 60 'test/leaky_bucket.h', | 66 'test/leaky_bucket.h', |
| 61 'test/mock_access_token_fetcher.cc', | 67 'test/mock_access_token_fetcher.cc', |
| 68 'test/mock_access_token_fetcher.h', |
| 62 'test/refresh_token_store.cc', | 69 'test/refresh_token_store.cc', |
| 70 'test/refresh_token_store.h', |
| 71 'test/remote_connection_observer.h', |
| 63 'test/remote_host_info.cc', | 72 'test/remote_host_info.cc', |
| 73 'test/remote_host_info.h', |
| 64 'test/remote_host_info_fetcher.cc', | 74 'test/remote_host_info_fetcher.cc', |
| 75 'test/remote_host_info_fetcher.h', |
| 76 'test/test_chromoting_client.cc', |
| 77 'test/test_chromoting_client.h', |
| 78 'test/test_video_renderer.cc', |
| 79 'test/test_video_renderer.h', |
| 65 ], | 80 ], |
| 66 'conditions': [ | 81 'conditions': [ |
| 67 ['enable_remoting_host == 0', { | 82 ['enable_remoting_host == 0', { |
| 68 'dependencies!': [ | 83 'dependencies!': [ |
| 69 'remoting_host', | 84 'remoting_host', |
| 70 ], | 85 ], |
| 71 'sources/': [ | 86 'sources/': [ |
| 72 ['exclude', '^host/'], | 87 ['exclude', '^host/'], |
| 73 ] | 88 ] |
| 74 }], | 89 }], |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'signaling/iq_sender_unittest.cc', | 251 'signaling/iq_sender_unittest.cc', |
| 237 'signaling/log_to_server_unittest.cc', | 252 'signaling/log_to_server_unittest.cc', |
| 238 'signaling/server_log_entry_unittest.cc', | 253 'signaling/server_log_entry_unittest.cc', |
| 239 'signaling/server_log_entry_unittest.h', | 254 'signaling/server_log_entry_unittest.h', |
| 240 'signaling/xmpp_login_handler_unittest.cc', | 255 'signaling/xmpp_login_handler_unittest.cc', |
| 241 'signaling/xmpp_stream_parser_unittest.cc', | 256 'signaling/xmpp_stream_parser_unittest.cc', |
| 242 'signaling/xmpp_signal_strategy_unittest.cc', | 257 'signaling/xmpp_signal_strategy_unittest.cc', |
| 243 'test/access_token_fetcher_unittest.cc', | 258 'test/access_token_fetcher_unittest.cc', |
| 244 'test/app_remoting_test_driver_environment_unittest.cc', | 259 'test/app_remoting_test_driver_environment_unittest.cc', |
| 245 'test/remote_host_info_fetcher_unittest.cc', | 260 'test/remote_host_info_fetcher_unittest.cc', |
| 261 'test/test_chromoting_client_unittest.cc', |
| 246 ], | 262 ], |
| 247 'conditions': [ | 263 'conditions': [ |
| 248 [ 'OS=="win"', { | 264 [ 'OS=="win"', { |
| 249 'defines': [ | 265 'defines': [ |
| 250 '_ATL_NO_EXCEPTIONS', | 266 '_ATL_NO_EXCEPTIONS', |
| 251 ], | 267 ], |
| 252 'include_dirs': [ | 268 'include_dirs': [ |
| 253 '../breakpad/src', | 269 '../breakpad/src', |
| 254 ], | 270 ], |
| 255 'link_settings': { | 271 'link_settings': { |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'dependencies': [ | 451 'dependencies': [ |
| 436 '../base/allocator/allocator.gyp:allocator', | 452 '../base/allocator/allocator.gyp:allocator', |
| 437 ], | 453 ], |
| 438 }], | 454 }], |
| 439 ], # end of 'conditions' | 455 ], # end of 'conditions' |
| 440 }, # end of target 'remoting_perftests' | 456 }, # end of target 'remoting_perftests' |
| 441 ] | 457 ] |
| 442 }] | 458 }] |
| 443 ] | 459 ] |
| 444 } | 460 } |
| OLD | NEW |