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

Unified Diff: remoting/remoting_host_srcs.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
Index: remoting/remoting_host_srcs.gypi
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 8f490015589fb079b270dc047203db602f9e1e63..3d9ec60b798a21bad755f80c2568c2479888f0cc 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -226,10 +226,12 @@
'host/security_key/remote_security_key_ipc_server.h',
'host/security_key/remote_security_key_ipc_server_impl.cc',
'host/security_key/remote_security_key_ipc_server_impl.h',
- 'host/security_key/remote_security_key_message_reader.cc',
'host/security_key/remote_security_key_message_reader.h',
- 'host/security_key/remote_security_key_message_writer.cc',
+ 'host/security_key/remote_security_key_message_reader_impl.cc',
+ 'host/security_key/remote_security_key_message_reader_impl.h',
'host/security_key/remote_security_key_message_writer.h',
+ 'host/security_key/remote_security_key_message_writer_impl.cc',
+ 'host/security_key/remote_security_key_message_writer_impl.h',
'host/security_key/security_key_message.cc',
'host/security_key/security_key_message.h',
'host/server_log_entry_host.cc',
« no previous file with comments | « remoting/host/security_key/remote_security_key_message_writer_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698