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

Unified Diff: remoting/remoting.gyp

Issue 4446005: Chromoting: Rename ChromotocolConfig -> SessionConfig (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rename candidate_config vars Created 10 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
« no previous file with comments | « remoting/protocol/video_writer.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 f2d962b6b4e9973e0d001aaa112c43b320ec2e11..b6dc58411ce22eec29d895936410f45da6823a86 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -358,8 +358,6 @@
'sources': [
'protocol/buffered_socket_writer.cc',
'protocol/buffered_socket_writer.h',
- 'protocol/chromotocol_config.cc',
- 'protocol/chromotocol_config.h',
'protocol/client_stub.h',
'protocol/client_stub_impl.cc',
'protocol/client_stub_impl.h',
@@ -395,6 +393,8 @@
'protocol/rtp_writer.cc',
'protocol/rtp_writer.h',
'protocol/session.h',
+ 'protocol/session_config.cc',
+ 'protocol/session_config.h',
'protocol/session_manager.h',
'protocol/socket_reader_base.cc',
'protocol/socket_reader_base.h',
« no previous file with comments | « remoting/protocol/video_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698