| Index: webrtc/p2p/BUILD.gn
|
| diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
|
| index 30146170538ce3e3ec937c168fc91f0266a26b6f..7f84446518cf24d039bd1c2dd2593be1f6d007ec 100644
|
| --- a/webrtc/p2p/BUILD.gn
|
| +++ b/webrtc/p2p/BUILD.gn
|
| @@ -76,6 +76,10 @@ rtc_static_library("rtc_p2p") {
|
| "client/basicportallocator.h",
|
| "client/socketmonitor.cc",
|
| "client/socketmonitor.h",
|
| + "rawudp/rawudptransport.cc",
|
| + "rawudp/rawudptransport.h",
|
| + "rawudp/rawudptransportchannel.cc",
|
| + "rawudp/rawudptransportchannel.h",
|
| ]
|
|
|
| defines = [ "FEATURE_ENABLE_SSL" ]
|
|
|