| Index: webrtc/api/BUILD.gn
|
| diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
|
| index cae9e65d4e0af9d0ce2c9eaa2e4c64bafc0ca372..3184b028d166fb2ffb2275647059233939af5a4f 100644
|
| --- a/webrtc/api/BUILD.gn
|
| +++ b/webrtc/api/BUILD.gn
|
| @@ -128,6 +128,7 @@ rtc_source_set("libjingle_peerconnection") {
|
| "../call",
|
| "../media",
|
| "../pc",
|
| + "../stats",
|
| ]
|
|
|
| if (rtc_use_quic) {
|
| @@ -336,6 +337,9 @@ if (rtc_include_tests) {
|
| "peerconnectionfactory_unittest.cc",
|
| "peerconnectioninterface_unittest.cc",
|
| "proxy_unittest.cc",
|
| + "rtcstats_unittest.cc",
|
| + "rtcstatscollector_unittest.cc",
|
| + "rtcstatsreport_unittest.cc",
|
| "rtpsenderreceiver_unittest.cc",
|
| "statscollector_unittest.cc",
|
| "test/fakeaudiocapturemodule.cc",
|
|
|