Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Side by Side Diff: remoting/remoting_test.gypi

Issue 580243003: Cleanup Fake* classes in remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sctp
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': [
(...skipping 14 matching lines...) Expand all
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/policy_hack/fake_policy_watcher.cc', 29 'host/policy_hack/fake_policy_watcher.cc',
30 'host/policy_hack/fake_policy_watcher.h', 30 'host/policy_hack/fake_policy_watcher.h',
31 'host/policy_hack/mock_policy_callback.cc', 31 'host/policy_hack/mock_policy_callback.cc',
32 'host/policy_hack/mock_policy_callback.h', 32 'host/policy_hack/mock_policy_callback.h',
33 'protocol/fake_authenticator.cc', 33 'protocol/fake_authenticator.cc',
34 'protocol/fake_authenticator.h', 34 'protocol/fake_authenticator.h',
35 'protocol/fake_datagram_socket.cc',
36 'protocol/fake_datagram_socket.h',
35 'protocol/fake_session.cc', 37 'protocol/fake_session.cc',
36 'protocol/fake_session.h', 38 'protocol/fake_session.h',
39 'protocol/fake_stream_socket.cc',
40 'protocol/fake_stream_socket.h',
37 'protocol/protocol_mock_objects.cc', 41 'protocol/protocol_mock_objects.cc',
38 'protocol/protocol_mock_objects.h', 42 'protocol/protocol_mock_objects.h',
39 'signaling/fake_signal_strategy.cc', 43 'signaling/fake_signal_strategy.cc',
40 'signaling/fake_signal_strategy.h', 44 'signaling/fake_signal_strategy.h',
41 'signaling/mock_signal_strategy.cc', 45 'signaling/mock_signal_strategy.cc',
42 'signaling/mock_signal_strategy.h', 46 'signaling/mock_signal_strategy.h',
43 'test/fake_network_dispatcher.cc', 47 'test/fake_network_dispatcher.cc',
44 'test/fake_network_dispatcher.h', 48 'test/fake_network_dispatcher.h',
45 'test/fake_network_manager.cc', 49 'test/fake_network_manager.cc',
46 'test/fake_network_manager.h', 50 'test/fake_network_manager.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'dependencies': [ 431 'dependencies': [
428 '../base/allocator/allocator.gyp:allocator', 432 '../base/allocator/allocator.gyp:allocator',
429 ], 433 ],
430 }], 434 }],
431 ], # end of 'conditions' 435 ], # end of 'conditions'
432 }, # end of target 'remoting_perftests' 436 }, # end of target 'remoting_perftests'
433 ] 437 ]
434 }] 438 }]
435 ] 439 ]
436 } 440 }
OLDNEW
« no previous file with comments | « remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698