| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index 3d19f03649e37822dc5ec2ae9039b8c84da804f7..e58f3932ade5e022dfdc6c0396f63217628d3208 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",
|
| @@ -258,6 +259,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) {
|
|
|