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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Rebase: receiving(). Created 4 years, 1 month 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 6f046a91d7deac02d975dbed64d9083979e9a935..1ab74a532273d2cde1a9f4d8599e198067c10802 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -70,6 +70,10 @@
'base/turnport.cc',
'base/turnport.h',
'base/udpport.h',
+ 'base/udptransport.cc',
+ 'base/udptransport.h',
pthatcher1 2016/11/02 06:19:38 These files don't exist.
johan 2016/11/02 15:14:04 Acknowledged.
+ 'base/udptransportchannel.cc',
+ 'base/udptransportchannel.h',
'client/basicportallocator.cc',
'client/basicportallocator.h',
'client/socketmonitor.cc',
« webrtc/p2p/base/udptransportchannel.cc ('K') | « webrtc/p2p/base/udptransportchannel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698