Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1603)

Unified Diff: webrtc/stats/stats.gyp

Issue 2242043002: RTCStatsCollector and RTCPeerConnectionStats added (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase with master Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/stats/rtcstatscollector_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/stats/stats.gyp
diff --git a/webrtc/stats/stats.gyp b/webrtc/stats/stats.gyp
index 4c2255711cd0afaa48ea06205e770bc8bbea7bc8..b2b99ccb27c03a9be6c7470ce4d930d79b538525 100644
--- a/webrtc/stats/stats.gyp
+++ b/webrtc/stats/stats.gyp
@@ -18,6 +18,9 @@
],
'sources': [
'rtcstats.cc',
+ 'rtcstats_objects.cc',
+ 'rtcstatscollector.cc',
+ 'rtcstatscollector.h',
'rtcstatsreport.cc',
],
},
@@ -37,6 +40,7 @@
],
'sources': [
'rtcstats_unittest.cc',
+ 'rtcstatscollector_unittest.cc',
'rtcstatsreport_unittest.cc',
],
},
« no previous file with comments | « webrtc/stats/rtcstatscollector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698