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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Fix signed / unsigned assignment in unittest. Created 4 years, 1 month 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/BUILD.gn ('k') | webrtc/p2p/base/udptransportchannel.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 c196181078db0d7a91bb336a78a9a37b6f0e2c55..ee796b06a6b6c52cb791398a2e490b10a9f5be71 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -74,6 +74,8 @@ rtc_static_library("rtc_p2p") {
"base/turnport.cc",
"base/turnport.h",
"base/udpport.h",
+ "base/udptransportchannel.cc",
+ "base/udptransportchannel.h",
"client/basicportallocator.cc",
"client/basicportallocator.h",
"client/socketmonitor.cc",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/p2p/base/udptransportchannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698