Index: webrtc/p2p/p2p.gyp |
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp |
index 537c5d186fdfc996952f0a51574c2ce0e0480a79..50941c86827fcbc65317177f4c13ee91f3941cbd 100644 |
--- a/webrtc/p2p/p2p.gyp |
+++ b/webrtc/p2p/p2p.gyp |
@@ -158,11 +158,9 @@ |
'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', |
@@ -177,7 +175,8 @@ |
'base/transportcontroller_unittest.cc', |
'base/transportdescriptionfactory_unittest.cc', |
'base/turnport_unittest.cc', |
- 'client/basicportallocator_unittest.cc', |
+ 'client/fakeportallocator.h', |
+ 'client/portallocator_unittest.cc', |
'stunprober/stunprober_unittest.cc', |
], |
'conditions': [ |