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

Unified Diff: remoting/remoting.gyp

Issue 11361197: Rename SocketReaderBase to SocketReader and move it to remoting/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« remoting/base/socket_reader.h ('K') | « remoting/protocol/socket_reader_base.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index a11c523e9d4fa0b74ed9a0a1f31504f2acf8d32c..6678fb6281dc96baca6354f150ef1167253db617 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1480,6 +1480,8 @@
'base/resources.h',
'base/running_average.cc',
'base/running_average.h',
+ 'base/socket_reader.cc',
+ 'base/socket_reader.h',
'base/stoppable.cc',
'base/stoppable.h',
'base/util.cc',
@@ -2033,8 +2035,6 @@
'protocol/session_config.cc',
'protocol/session_config.h',
'protocol/session_manager.h',
- 'protocol/socket_reader_base.cc',
- 'protocol/socket_reader_base.h',
'protocol/ssl_hmac_channel_authenticator.cc',
'protocol/ssl_hmac_channel_authenticator.h',
'protocol/transport.cc',
« remoting/base/socket_reader.h ('K') | « remoting/protocol/socket_reader_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698