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

Unified Diff: webrtc/stats/stats.gyp

Issue 2331373004: PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. (Closed)
Patch Set: Reverted previous DEPS change (no need to rerun bots yet) Created 4 years, 3 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 b2b99ccb27c03a9be6c7470ce4d930d79b538525..b4d8ba03612a3225fc1d6a71cec0a5ec854a5034 100644
--- a/webrtc/stats/stats.gyp
+++ b/webrtc/stats/stats.gyp
@@ -14,13 +14,12 @@
'target_name': 'rtc_stats',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/api/api.gyp:libjingle_peerconnection',
+ '<(webrtc_root)/api/api.gyp:rtc_stats_api',
+ '<(webrtc_root)/base/base.gyp:rtc_base_approved',
],
'sources': [
'rtcstats.cc',
'rtcstats_objects.cc',
- 'rtcstatscollector.cc',
- 'rtcstatscollector.h',
'rtcstatsreport.cc',
],
},
@@ -40,7 +39,6 @@
],
'sources': [
'rtcstats_unittest.cc',
- 'rtcstatscollector_unittest.cc',
'rtcstatsreport_unittest.cc',
],
},
« webrtc/api/rtcstatscollector_unittest.cc ('K') | « webrtc/stats/rtcstatsreport_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698