Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2553043004: Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/statscollector_unittest.cc ('k') | webrtc/p2p/base/dtlstransport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webrtc/api/statscollector_unittest.cc ('k') | webrtc/p2p/base/dtlstransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698