| Index: webrtc/api/BUILD.gn
 | 
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
 | 
| index 2c26724917c989abaa4b0c11e1870ea71552cc90..68c6c8eb7aed1c1f619add16d022cbc331f7d91c 100644
 | 
| --- a/webrtc/api/BUILD.gn
 | 
| +++ b/webrtc/api/BUILD.gn
 | 
| @@ -70,6 +70,7 @@ source_set("libjingle_peerconnection") {
 | 
|      "remoteaudiosource.cc",
 | 
|      "remoteaudiosource.h",
 | 
|      "rtcstats.h",
 | 
| +    "rtcstats_objects.h",
 | 
|      "rtcstatsreport.h",
 | 
|      "rtpparameters.h",
 | 
|      "rtpreceiver.cc",
 | 
| @@ -341,6 +342,7 @@ if (rtc_include_tests) {
 | 
|        "test/fakeperiodicvideocapturer.h",
 | 
|        "test/fakertccertificategenerator.h",
 | 
|        "test/fakevideotrackrenderer.h",
 | 
| +      "test/mock_datachannel.h",
 | 
|        "test/mock_peerconnection.h",
 | 
|        "test/mock_webrtcsession.h",
 | 
|        "test/mockpeerconnectionobservers.h",
 | 
| 
 |