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

Unified Diff: remoting/remoting.gyp

Issue 7778022: Chromoting protocol implementation based on P2P Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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/transport_config.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 90d7ed6a65fb1c266db696c5e8ab62835ea045d3..e991b95827e0c377d6ce9899d960b5e7a7bfb5dc 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -713,6 +713,13 @@
'protocol/message_decoder.h',
'protocol/message_reader.cc',
'protocol/message_reader.h',
+ 'protocol/pepper_channel.h',
+ 'protocol/pepper_session.cc',
+ 'protocol/pepper_session.h',
+ 'protocol/pepper_session_manager.cc',
+ 'protocol/pepper_session_manager.h',
+ 'protocol/pepper_stream_channel.cc',
+ 'protocol/pepper_stream_channel.h',
'protocol/pepper_transport_socket_adapter.cc',
'protocol/pepper_transport_socket_adapter.h',
'protocol/protobuf_video_reader.cc',
@@ -739,6 +746,8 @@
'protocol/session_manager.h',
'protocol/socket_reader_base.cc',
'protocol/socket_reader_base.h',
+ 'protocol/transport_config.cc',
+ 'protocol/transport_config.h',
'protocol/util.cc',
'protocol/util.h',
'protocol/video_reader.cc',
« no previous file with comments | « remoting/protocol/transport_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698