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

Unified Diff: remoting/remoting_test.gypi

Issue 1852283003: Updating Message Reader and Writer classes to use an interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback Created 4 years, 8 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/remoting_host_srcs.gypi ('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 9c47c33dbb62667a16c7b83dfa80209976f41329..cb796325f89e86b65e7f6b825604784d11e96063 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -37,6 +37,10 @@
'host/security_key/fake_remote_security_key_ipc_client.h',
'host/security_key/fake_remote_security_key_ipc_server.cc',
'host/security_key/fake_remote_security_key_ipc_server.h',
+ 'host/security_key/fake_remote_security_key_message_reader.cc',
+ 'host/security_key/fake_remote_security_key_message_reader.h',
+ 'host/security_key/fake_remote_security_key_message_writer.cc',
+ 'host/security_key/fake_remote_security_key_message_writer.h',
'protocol/fake_authenticator.cc',
'protocol/fake_authenticator.h',
'protocol/fake_connection_to_client.cc',
@@ -300,8 +304,8 @@
'host/security_key/gnubby_extension_session_unittest.cc',
'host/security_key/remote_security_key_ipc_client_unittest.cc',
'host/security_key/remote_security_key_ipc_server_unittest.cc',
- 'host/security_key/remote_security_key_message_reader_unittest.cc',
- 'host/security_key/remote_security_key_message_writer_unittest.cc',
+ 'host/security_key/remote_security_key_message_reader_impl_unittest.cc',
+ 'host/security_key/remote_security_key_message_writer_impl_unittest.cc',
'host/server_log_entry_host_unittest.cc',
'host/setup/me2me_native_messaging_host.cc',
'host/setup/me2me_native_messaging_host.h',
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698