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

Unified Diff: webrtc/p2p/p2p.gyp

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/p2p.gyp
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
index 9511d1c974e2acab107e8bdc5c19a659f9fadb13..fbcd135c717891841d3462df74d324cbf0784ac1 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -75,6 +75,8 @@
'client/httpportallocator.h',
'client/socketmonitor.cc',
'client/socketmonitor.h',
+ 'rawudp/rawudptransportchannel.cc',
+ 'rawudp/rawudptransportchannel.h',
],
'direct_dependent_settings': {
'defines': [

Powered by Google App Engine
This is Rietveld 408576698