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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Remove SetRemoteAddrAndPort() method. 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..bca40a8e7c1bcdd555b6afe08352653b72cfa04e 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -73,6 +73,8 @@
'client/basicportallocator.h',
'client/socketmonitor.cc',
'client/socketmonitor.h',
+ 'rawudp/rawudptransportchannel.cc',
+ 'rawudp/rawudptransportchannel.h',
pthatcher1 2016/10/07 17:36:35 I'm guessing udptransportchannel.cc and UdpTranspo
],
'direct_dependent_settings': {
'defines': [

Powered by Google App Engine
This is Rietveld 408576698