| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index e3851828d291308e37968167c3b191cc656380b1..db85ee85b18639923e87aaad01aae6cb0439da2f 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -381,6 +381,7 @@ if (rtc_include_tests) {
|
| "peerconnectionfactory_unittest.cc",
|
| "peerconnectioninterface_unittest.cc",
|
| "proxy_unittest.cc",
|
| + "rtcstats_integrationtest.cc",
|
| "rtcstatscollector_unittest.cc",
|
| "rtpsenderreceiver_unittest.cc",
|
| "sctputils_unittest.cc",
|
| @@ -399,6 +400,7 @@ if (rtc_include_tests) {
|
| "test/mockpeerconnectionobservers.h",
|
| "test/peerconnectiontestwrapper.cc",
|
| "test/peerconnectiontestwrapper.h",
|
| + "test/rtcstatsobtainer.h",
|
| "test/testsdpstrings.h",
|
| "videocapturertracksource_unittest.cc",
|
| "videotrack_unittest.cc",
|
|
|