From c661e6bbc53491be1e227b92ca39dfab65107039 Mon Sep 17 00:00:00 2001 From: sergeyu Date: Wed, 18 Nov 2015 18:24:01 -0800 Subject: Implement WebrtcTransport This is an initial portion of the new WebRTC-based protocol. The new Transport implementation can establish connection but doesn't send any data yet. BUG=547158 Review URL: https://codereview.chromium.org/1427003009 Cr-Commit-Position: refs/heads/master@{#360491} --- remoting/remoting_nacl.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/remoting_nacl.gyp') diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp index d5cb7be..7ea8e1a 100644 --- a/remoting/remoting_nacl.gyp +++ b/remoting/remoting_nacl.gyp @@ -125,6 +125,7 @@ 'base/url_request_context_getter.cc', 'protocol/chromium_socket_factory.cc', 'protocol/chromium_port_allocator_factory.cc', + 'protocol/webrtc_transport.cc', ], # Include normalizing_input_filter_*.cc excluded by the filename -- cgit v1.1