| 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" ]
|
|
|