| 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 2eac470bfe2249137df0203b5dbadf4258158ad2..9d04dc6180bdd045482e32f2347fa0bae5b202b7 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/BUILD.gn
|
| @@ -25,6 +25,8 @@ blink_modules_sources("peerconnection") {
|
| "RTCPeerConnectionErrorCallback.h",
|
| "RTCPeerConnectionIceEvent.cpp",
|
| "RTCPeerConnectionIceEvent.h",
|
| + "RTCRtpReceiver.cpp",
|
| + "RTCRtpReceiver.h",
|
| "RTCSessionDescription.cpp",
|
| "RTCSessionDescription.h",
|
| "RTCSessionDescriptionCallback.h",
|
|
|