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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2416023002: Introduce rtc::PacketTransportInterface and let cricket::TransportChannel inherit. (Closed)
Patch Set: Resolve unused variable issue in release build. Created 4 years, 2 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: webrtc/p2p/p2p.gyp
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
index f3ffdc0d0aa116a60b8b9b3081a6e345ece42abe..cebf69f097118fa29b64e566594975e99316c548 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/packettransport.h',
'base/packetsocketfactory.h',
'base/port.cc',
'base/port.h',

Powered by Google App Engine
This is Rietveld 408576698