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

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: Making sure the RTCPeerConnectionStats has the correct timestamp 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
Index: webrtc/stats/stats.gyp
diff --git a/webrtc/stats/stats.gyp b/webrtc/stats/stats.gyp
index 9310aabe99e9c579c338d20c1eaba0b7c8204449..af298fbadb346a7e82cb0d8e980743f3a30f6be9 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',
],
},
],
« webrtc/stats/rtcstatscollector_unittest.cc ('K') | « webrtc/stats/rtcstatscollector_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698