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

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, 4 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.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 55c36d43526f5b679d8928f475b188ebe7fa8847..08cf78f2c28598a6a6de279289aacaa676a3322d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -668,6 +668,14 @@
'protocol/message_decoder.h',
'protocol/message_reader.cc',
'protocol/message_reader.h',
+ 'protocol/pepper_channel.cc',
+ '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',

Powered by Google App Engine
This is Rietveld 408576698