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', |
29 'host/policy_hack/fake_policy_watcher.cc', | 30 'host/policy_hack/fake_policy_watcher.cc', |
30 'host/policy_hack/fake_policy_watcher.h', | 31 'host/policy_hack/fake_policy_watcher.h', |
31 'host/policy_hack/mock_policy_callback.cc', | 32 'host/policy_hack/mock_policy_callback.cc', |
32 'host/policy_hack/mock_policy_callback.h', | 33 'host/policy_hack/mock_policy_callback.h', |
33 'protocol/fake_authenticator.cc', | 34 'protocol/fake_authenticator.cc', |
34 'protocol/fake_authenticator.h', | 35 'protocol/fake_authenticator.h', |
35 'protocol/fake_datagram_socket.cc', | 36 'protocol/fake_datagram_socket.cc', |
36 'protocol/fake_datagram_socket.h', | 37 'protocol/fake_datagram_socket.h', |
37 'protocol/fake_session.cc', | 38 'protocol/fake_session.cc', |
38 'protocol/fake_session.h', | 39 'protocol/fake_session.h', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 'dependencies': [ | 431 'dependencies': [ |
431 '../base/allocator/allocator.gyp:allocator', | 432 '../base/allocator/allocator.gyp:allocator', |
432 ], | 433 ], |
433 }], | 434 }], |
434 ], # end of 'conditions' | 435 ], # end of 'conditions' |
435 }, # end of target 'remoting_perftests' | 436 }, # end of target 'remoting_perftests' |
436 ] | 437 ] |
437 }] | 438 }] |
438 ] | 439 ] |
439 } | 440 } |
OLD | NEW |