Index: webrtc/p2p/BUILD.gn |
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn |
index ee796b06a6b6c52cb791398a2e490b10a9f5be71..63cdb86666c5e62fa3d384f500b6b4f7071530d5 100644 |
--- a/webrtc/p2p/BUILD.gn |
+++ b/webrtc/p2p/BUILD.gn |
@@ -27,13 +27,12 @@ rtc_static_library("rtc_p2p") { |
"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", |
@@ -59,7 +58,6 @@ rtc_static_library("rtc_p2p") { |
"base/stunrequest.h", |
"base/tcpport.cc", |
"base/tcpport.h", |
- "base/transport.cc", |
"base/transport.h", |
"base/transportchannel.cc", |
"base/transportchannel.h", |