| 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',
|
|
|