| 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_environment.cc', | 22 'host/fake_desktop_environment.cc', |
| 23 'host/fake_desktop_environment.h', | 23 'host/fake_desktop_environment.h', |
| 24 'host/fake_host_status_monitor.h', | 24 'host/fake_host_status_monitor.h', |
| 25 'host/fake_screen_capturer.cc', | 25 'host/fake_screen_capturer.cc', |
| 26 'host/fake_screen_capturer.h', | 26 'host/fake_screen_capturer.h', |
| 27 'host/fake_mouse_cursor_monitor.cc', |
| 28 'host/fake_mouse_cursor_monitor.h', |
| 27 'host/policy_hack/fake_policy_watcher.cc', | 29 'host/policy_hack/fake_policy_watcher.cc', |
| 28 'host/policy_hack/fake_policy_watcher.h', | 30 'host/policy_hack/fake_policy_watcher.h', |
| 29 'host/policy_hack/mock_policy_callback.cc', | 31 'host/policy_hack/mock_policy_callback.cc', |
| 30 'host/policy_hack/mock_policy_callback.h', | 32 'host/policy_hack/mock_policy_callback.h', |
| 31 'protocol/fake_authenticator.cc', | 33 'protocol/fake_authenticator.cc', |
| 32 'protocol/fake_authenticator.h', | 34 'protocol/fake_authenticator.h', |
| 33 'protocol/fake_session.cc', | 35 'protocol/fake_session.cc', |
| 34 'protocol/fake_session.h', | 36 'protocol/fake_session.h', |
| 35 'protocol/protocol_mock_objects.cc', | 37 'protocol/protocol_mock_objects.cc', |
| 36 'protocol/protocol_mock_objects.h', | 38 'protocol/protocol_mock_objects.h', |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 'dependencies': [ | 406 'dependencies': [ |
| 405 '../base/allocator/allocator.gyp:allocator', | 407 '../base/allocator/allocator.gyp:allocator', |
| 406 ], | 408 ], |
| 407 }], | 409 }], |
| 408 ], # end of 'conditions' | 410 ], # end of 'conditions' |
| 409 }, # end of target 'remoting_perftests' | 411 }, # end of target 'remoting_perftests' |
| 410 ] | 412 ] |
| 411 }] | 413 }] |
| 412 ] | 414 ] |
| 413 } | 415 } |
| OLD | NEW |