| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index 7c438086539105cfbbeeaac7cb91f91f084f5e54..305789c80747b15d68791d62d582ce62caad7006 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -62,6 +62,7 @@ rtc_static_library("libjingle_peerconnection_api") {
|
| "proxy.h",
|
| "rtcerror.cc",
|
| "rtcerror.h",
|
| + "rtpparameters.cc",
|
| "rtpparameters.h",
|
| "rtpreceiverinterface.h",
|
| "rtpsender.h",
|
| @@ -256,6 +257,7 @@ if (rtc_include_tests) {
|
| "ortc/mediadescription_unittest.cc",
|
| "ortc/sessiondescription_unittest.cc",
|
| "rtcerror_unittest.cc",
|
| + "rtpparameters_unittest.cc",
|
| ]
|
|
|
| if (!build_with_chromium && is_clang) {
|
|
|