| Index: webrtc/api/api_tests.gyp
|
| diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
|
| index 51fb63df41ab2db4ad6a92507469f05a5a0a488b..d5127ed5d6b55c2fc5c06aa0dc97ec4906dbeecb 100644
|
| --- a/webrtc/api/api_tests.gyp
|
| +++ b/webrtc/api/api_tests.gyp
|
| @@ -20,6 +20,7 @@
|
| '<(webrtc_root)/media/media.gyp:rtc_unittest_main',
|
| '<(webrtc_root)/pc/pc.gyp:rtc_pc',
|
| '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
|
| + '<(webrtc_root)/stats/stats.gyp:rtc_stats',
|
| ],
|
| 'defines': [
|
| # Feature selection.
|
| @@ -39,6 +40,9 @@
|
| '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',
|
|
|