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

Unified Diff: remoting/remoting_srcs.gypi

Issue 954973004: Move BufferedSocketWriter from remoting/protocol to remoting/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/host_control_dispatcher.h ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 18daeb1ecdafbd5e09eeee0152a2d8640208690b..eaef9ee00ca30d9d665ecb09f43b0abcfa335ade 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -11,6 +11,8 @@
'base/auto_thread.h',
'base/auto_thread_task_runner.cc',
'base/auto_thread_task_runner.h',
+ 'base/buffered_socket_writer.cc',
+ 'base/buffered_socket_writer.h',
'base/capabilities.cc',
'base/capabilities.h',
'base/compound_buffer.cc',
@@ -80,8 +82,6 @@
'protocol/authentication_method.h',
'protocol/authenticator.cc',
'protocol/authenticator.h',
- 'protocol/buffered_socket_writer.cc',
- 'protocol/buffered_socket_writer.h',
'protocol/channel_authenticator.h',
'protocol/channel_dispatcher_base.cc',
'protocol/channel_dispatcher_base.h',
« no previous file with comments | « remoting/protocol/host_control_dispatcher.h ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698