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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Revert "Remove component_ and debug_name_, just use transport_name_." 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..7c37b2aeb2c826df3fd9a095780b99cf51c76039 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -28,8 +28,6 @@
'base/dtlstransportchannel.h',
'base/p2pconstants.cc',
'base/p2pconstants.h',
- 'base/p2ptransport.cc',
- 'base/p2ptransport.h',
'base/p2ptransportchannel.cc',
'base/p2ptransportchannel.h',
'base/packettransportinterface.h',
@@ -70,6 +68,10 @@
'base/turnport.cc',
'base/turnport.h',
'base/udpport.h',
+ 'base/udptransport.cc',
+ 'base/udptransport.h',
+ 'base/udptransportchannel.cc',
+ 'base/udptransportchannel.h',
'client/basicportallocator.cc',
'client/basicportallocator.h',
'client/socketmonitor.cc',

Powered by Google App Engine
This is Rietveld 408576698