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

Unified Diff: webrtc/stats/stats.gyp

Issue 2331373004: PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. (Closed)
Patch Set: (Corrected an incorrect inclusion) 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
« no previous file with comments | « webrtc/stats/rtcstatsreport_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 49932e871e1c0c50fefc90fa3887dfb49929a73b..bbeb0213d0baa4f5233b5a64cb7ef9efcebbe09c 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',
],
},
« no previous file with comments | « webrtc/stats/rtcstatsreport_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698