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 '../components/components.gyp:policy_component_test_support', |
12 '../net/net.gyp:net_test_support', | 13 '../net/net.gyp:net_test_support', |
13 '../testing/gmock.gyp:gmock', | 14 '../testing/gmock.gyp:gmock', |
14 '../testing/gtest.gyp:gtest', | 15 '../testing/gtest.gyp:gtest', |
15 'remoting_base', | 16 'remoting_base', |
16 'remoting_client', | 17 'remoting_client', |
17 'remoting_host', | 18 'remoting_host', |
18 'remoting_protocol', | 19 'remoting_protocol', |
19 'remoting_resources', | 20 'remoting_resources', |
20 ], | 21 ], |
21 'sources': [ | 22 'sources': [ |
22 'host/fake_desktop_capturer.cc', | 23 'host/fake_desktop_capturer.cc', |
23 'host/fake_desktop_capturer.h', | 24 'host/fake_desktop_capturer.h', |
24 'host/fake_desktop_environment.cc', | 25 'host/fake_desktop_environment.cc', |
25 'host/fake_desktop_environment.h', | 26 'host/fake_desktop_environment.h', |
26 'host/fake_host_status_monitor.h', | 27 'host/fake_host_status_monitor.h', |
27 'host/fake_mouse_cursor_monitor.cc', | 28 'host/fake_mouse_cursor_monitor.cc', |
28 'host/fake_mouse_cursor_monitor.h', | 29 'host/fake_mouse_cursor_monitor.h', |
29 'host/policy_hack/fake_policy_watcher.cc', | |
30 'host/policy_hack/fake_policy_watcher.h', | |
31 'host/policy_hack/mock_policy_callback.cc', | 30 'host/policy_hack/mock_policy_callback.cc', |
32 'host/policy_hack/mock_policy_callback.h', | 31 'host/policy_hack/mock_policy_callback.h', |
33 'protocol/fake_authenticator.cc', | 32 'protocol/fake_authenticator.cc', |
34 'protocol/fake_authenticator.h', | 33 'protocol/fake_authenticator.h', |
35 'protocol/fake_datagram_socket.cc', | 34 'protocol/fake_datagram_socket.cc', |
36 'protocol/fake_datagram_socket.h', | 35 'protocol/fake_datagram_socket.h', |
37 'protocol/fake_session.cc', | 36 'protocol/fake_session.cc', |
38 'protocol/fake_session.h', | 37 'protocol/fake_session.h', |
39 'protocol/fake_stream_socket.cc', | 38 'protocol/fake_stream_socket.cc', |
40 'protocol/fake_stream_socket.h', | 39 'protocol/fake_stream_socket.h', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'dependencies': [ | 420 'dependencies': [ |
422 '../base/allocator/allocator.gyp:allocator', | 421 '../base/allocator/allocator.gyp:allocator', |
423 ], | 422 ], |
424 }], | 423 }], |
425 ], # end of 'conditions' | 424 ], # end of 'conditions' |
426 }, # end of target 'remoting_perftests' | 425 }, # end of target 'remoting_perftests' |
427 ] | 426 ] |
428 }] | 427 }] |
429 ] | 428 ] |
430 } | 429 } |
OLD | NEW |