Chromium Code Reviews

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2416023002: Introduce rtc::PacketTransportInterface and let cricket::TransportChannel inherit. (Closed)
Patch Set: Let BaseChannel::PacketIsRtcp() use PacketTransportInterface. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/p2p/p2p.gyp
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
index f3ffdc0d0aa116a60b8b9b3081a6e345ece42abe..6f046a91d7deac02d975dbed64d9083979e9a935 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -32,6 +32,7 @@
'base/p2ptransport.h',
'base/p2ptransportchannel.cc',
'base/p2ptransportchannel.h',
+ 'base/packettransportinterface.h',
'base/packetsocketfactory.h',
'base/port.cc',
'base/port.h',

Powered by Google App Engine