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

Unified Diff: webrtc/BUILD.gn

Issue 2377883003: First step in providing a UdpTransportChannel. (Closed)
Patch Set: Remove SetRemoteAddrAndPort() method. Created 4 years, 2 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 | « no previous file | webrtc/p2p/BUILD.gn » ('j') | webrtc/p2p/p2p.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index bcc88e7916789098174f88c35baf94a395537371..3adb1269c5e0babd02c1d170b8a7bf5b465b2f60 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -437,6 +437,7 @@ if (rtc_include_tests) {
"p2p/base/turnport_unittest.cc",
"p2p/base/turnserver_unittest.cc",
"p2p/client/basicportallocator_unittest.cc",
+ "p2p/rawudp/rawudptransportchannel_unittest.cc",
pthatcher1 2016/10/07 17:36:35 It doesn't need to go into a separate directory.
"p2p/stunprober/stunprober_unittest.cc",
]
« no previous file with comments | « no previous file | webrtc/p2p/BUILD.gn » ('j') | webrtc/p2p/p2p.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698