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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 3bd537a000a669ad5164cedb5c1be1da0941a804..456a00355f222f91534fb207dcf15f77dd73eb28 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -32,8 +32,12 @@
'host/policy_hack/mock_policy_callback.h',
'protocol/fake_authenticator.cc',
'protocol/fake_authenticator.h',
+ 'protocol/fake_datagram_socket.cc',
+ 'protocol/fake_datagram_socket.h',
'protocol/fake_session.cc',
'protocol/fake_session.h',
+ 'protocol/fake_stream_socket.cc',
+ 'protocol/fake_stream_socket.h',
'protocol/protocol_mock_objects.cc',
'protocol/protocol_mock_objects.h',
'signaling/fake_signal_strategy.cc',
« 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