Index: webrtc/p2p/p2p.gyp |
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp |
index 5c9a575f8f24b13e6633aa0bf57efeb04352c4cf..93eb5f277874c0abc12f04752092207b184da9c5 100644 |
--- a/webrtc/p2p/p2p.gyp |
+++ b/webrtc/p2p/p2p.gyp |
@@ -156,9 +156,11 @@ |
'direct_dependent_settings': { |
'sources': [ |
'base/dtlstransportchannel_unittest.cc', |
+ 'base/fakeportallocator.h', |
'base/faketransportcontroller.h', |
'base/p2ptransportchannel_unittest.cc', |
'base/port_unittest.cc', |
+ 'base/portallocator_unittest.cc', |
'base/pseudotcp_unittest.cc', |
'base/relayport_unittest.cc', |
'base/relayserver_unittest.cc', |
@@ -173,8 +175,7 @@ |
'base/transportcontroller_unittest.cc', |
'base/transportdescriptionfactory_unittest.cc', |
'base/turnport_unittest.cc', |
- 'client/fakeportallocator.h', |
- 'client/portallocator_unittest.cc', |
+ 'client/basicportallocator_unittest.cc', |
'stunprober/stunprober_unittest.cc', |
], |
'conditions': [ |