Index: webrtc/p2p/BUILD.gn |
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn |
index a63af7ba8eed72bb7e452630bcdb67fe814df38d..ee796b06a6b6c52cb791398a2e490b10a9f5be71 100644 |
--- a/webrtc/p2p/BUILD.gn |
+++ b/webrtc/p2p/BUILD.gn |
@@ -27,12 +27,13 @@ |
"base/basicpacketsocketfactory.h", |
"base/candidate.h", |
"base/common.h", |
+ "base/dtlstransport.h", |
"base/dtlstransportchannel.cc", |
"base/dtlstransportchannel.h", |
- "base/jseptransport.cc", |
- "base/jseptransport.h", |
"base/p2pconstants.cc", |
"base/p2pconstants.h", |
+ "base/p2ptransport.cc", |
+ "base/p2ptransport.h", |
"base/p2ptransportchannel.cc", |
"base/p2ptransportchannel.h", |
"base/packetsocketfactory.h", |
@@ -58,6 +59,8 @@ |
"base/stunrequest.h", |
"base/tcpport.cc", |
"base/tcpport.h", |
+ "base/transport.cc", |
+ "base/transport.h", |
"base/transportchannel.cc", |
"base/transportchannel.h", |
"base/transportchannelimpl.h", |