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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2632613002: Adding OrtcFactory, and changing UdpTransport to match current plan. (Closed)
Patch Set: Rebase and remove worker_thread from API Created 3 years, 11 months 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/udptransportinterface.h ('k') | webrtc/p2p/base/udptransport.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 649e9cfd21397efefc63f7823b47ab911ce473a0..bc2306bf24bc891524eba73f62d49acaa83a1197 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -74,8 +74,8 @@ rtc_static_library("rtc_p2p") {
"base/turnport.cc",
"base/turnport.h",
"base/udpport.h",
- "base/udptransportchannel.cc",
- "base/udptransportchannel.h",
+ "base/udptransport.cc",
+ "base/udptransport.h",
"client/basicportallocator.cc",
"client/basicportallocator.h",
"client/socketmonitor.cc",
@@ -169,7 +169,7 @@ if (rtc_include_tests) {
"base/transportdescriptionfactory_unittest.cc",
"base/turnport_unittest.cc",
"base/turnserver_unittest.cc",
- "base/udptransportchannel_unittest.cc",
+ "base/udptransport_unittest.cc",
"client/basicportallocator_unittest.cc",
]
if (rtc_use_quic) {
« no previous file with comments | « webrtc/api/udptransportinterface.h ('k') | webrtc/p2p/base/udptransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698