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', | 22 'host/fake_desktop_capturer.cc', |
23 'host/fake_desktop_capturer.h', | 23 'host/fake_desktop_capturer.h', |
24 'host/fake_desktop_environment.cc', | 24 'host/fake_desktop_environment.cc', |
25 'host/fake_desktop_environment.h', | 25 'host/fake_desktop_environment.h', |
26 'host/fake_host_status_monitor.h', | 26 'host/fake_host_status_monitor.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/mock_callback.h', | |
30 'host/policy_hack/fake_policy_watcher.cc', | 29 'host/policy_hack/fake_policy_watcher.cc', |
31 'host/policy_hack/fake_policy_watcher.h', | 30 'host/policy_hack/fake_policy_watcher.h', |
32 'host/policy_hack/mock_policy_callback.cc', | 31 'host/policy_hack/mock_policy_callback.cc', |
33 'host/policy_hack/mock_policy_callback.h', | 32 'host/policy_hack/mock_policy_callback.h', |
34 'protocol/fake_authenticator.cc', | 33 'protocol/fake_authenticator.cc', |
35 'protocol/fake_authenticator.h', | 34 'protocol/fake_authenticator.h', |
36 'protocol/fake_datagram_socket.cc', | 35 'protocol/fake_datagram_socket.cc', |
37 'protocol/fake_datagram_socket.h', | 36 'protocol/fake_datagram_socket.h', |
38 'protocol/fake_session.cc', | 37 'protocol/fake_session.cc', |
39 'protocol/fake_session.h', | 38 'protocol/fake_session.h', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 125 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
127 'client/plugin/normalizing_input_filter_mac_unittest.cc', | 126 'client/plugin/normalizing_input_filter_mac_unittest.cc', |
128 'client/server_log_entry_client_unittest.cc', | 127 'client/server_log_entry_client_unittest.cc', |
129 'codec/audio_encoder_opus_unittest.cc', | 128 'codec/audio_encoder_opus_unittest.cc', |
130 'codec/codec_test.cc', | 129 'codec/codec_test.cc', |
131 'codec/codec_test.h', | 130 'codec/codec_test.h', |
132 'codec/video_decoder_vpx_unittest.cc', | 131 'codec/video_decoder_vpx_unittest.cc', |
133 'codec/video_encoder_helper_unittest.cc', | 132 'codec/video_encoder_helper_unittest.cc', |
134 'codec/video_encoder_verbatim_unittest.cc', | 133 'codec/video_encoder_verbatim_unittest.cc', |
135 'codec/video_encoder_vpx_unittest.cc', | 134 'codec/video_encoder_vpx_unittest.cc', |
| 135 'host/ack_or_timeout_reporter_unittest.cc', |
136 'host/audio_silence_detector_unittest.cc', | 136 'host/audio_silence_detector_unittest.cc', |
137 'host/branding.cc', | 137 'host/branding.cc', |
138 'host/branding.h', | 138 'host/branding.h', |
139 'host/capture_scheduler_unittest.cc', | 139 'host/capture_scheduler_unittest.cc', |
140 'host/chromeos/aura_desktop_capturer_unittest.cc', | 140 'host/chromeos/aura_desktop_capturer_unittest.cc', |
141 'host/chromeos/clipboard_aura_unittest.cc', | 141 'host/chromeos/clipboard_aura_unittest.cc', |
142 'host/chromoting_host_context_unittest.cc', | 142 'host/chromoting_host_context_unittest.cc', |
143 'host/chromoting_host_unittest.cc', | 143 'host/chromoting_host_unittest.cc', |
144 'host/client_session_unittest.cc', | 144 'host/client_session_unittest.cc', |
145 'host/config_file_watcher_unittest.cc', | 145 'host/config_file_watcher_unittest.cc', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'dependencies': [ | 443 'dependencies': [ |
444 '../base/allocator/allocator.gyp:allocator', | 444 '../base/allocator/allocator.gyp:allocator', |
445 ], | 445 ], |
446 }], | 446 }], |
447 ], # end of 'conditions' | 447 ], # end of 'conditions' |
448 }, # end of target 'remoting_perftests' | 448 }, # end of target 'remoting_perftests' |
449 ] | 449 ] |
450 }] | 450 }] |
451 ] | 451 ] |
452 } | 452 } |
OLD | NEW |