Index: webrtc/api/BUILD.gn |
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn |
index 01aacb745928c2f1ed09e47a6e4dd577084b31ff..d91cca52648c15271be566b84e6a6a344a09e898 100644 |
--- a/webrtc/api/BUILD.gn |
+++ b/webrtc/api/BUILD.gn |
@@ -378,6 +378,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", |
@@ -396,6 +397,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", |