| Index: third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| index 247f6ab0b9a98573a570062d265b460ce1b60e68..9eabaa55aba1bc36852233e98093a10a4fe178d1 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| @@ -29,6 +29,8 @@ blink_modules_sources("peerconnection") {
|
| "RTCRtpContributingSource.h",
|
| "RTCRtpReceiver.cpp",
|
| "RTCRtpReceiver.h",
|
| + "RTCRtpSender.cpp",
|
| + "RTCRtpSender.h",
|
| "RTCSessionDescription.cpp",
|
| "RTCSessionDescription.h",
|
| "RTCSessionDescriptionCallback.h",
|
|
|