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

Unified Diff: webrtc/p2p/BUILD.gn

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Fix signed / unsigned comparison in test code. Created 4 years, 3 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
Index: webrtc/p2p/BUILD.gn
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
index 74761c138f9468b163771cfa1b87b5d09902dc94..b742d95f46c965f7bad670076d221b676708b330 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -78,6 +78,10 @@ rtc_static_library("rtc_p2p") {
"client/httpportallocator.h",
"client/socketmonitor.cc",
"client/socketmonitor.h",
+ "rawudp/rawudptransport.cc",
+ "rawudp/rawudptransport.h",
+ "rawudp/rawudptransportchannel.cc",
+ "rawudp/rawudptransportchannel.h",
]
defines = [ "FEATURE_ENABLE_SSL" ]
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/p2p/p2p.gyp » ('j') | webrtc/p2p/rawudp/rawudptransportchannel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698