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

Unified Diff: webrtc/stats/BUILD.gn

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/api/stats/rtcstatsreport.h ('k') | webrtc/stats/rtcstats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/stats/BUILD.gn
diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
index 1b5da8df670425cb9520ec518353c43544553bb2..0f13c101e1bc76b8649e780b9fc799b63147706d 100644
--- a/webrtc/stats/BUILD.gn
+++ b/webrtc/stats/BUILD.gn
@@ -20,8 +20,6 @@ rtc_source_set("rtc_stats") {
sources = [
"rtcstats.cc",
"rtcstats_objects.cc",
- "rtcstatscollector.cc",
- "rtcstatscollector.h",
"rtcstatsreport.cc",
]
@@ -31,7 +29,8 @@ rtc_source_set("rtc_stats") {
}
deps = [
- "../api:libjingle_peerconnection",
+ "../api:rtc_stats_api",
+ "../base:rtc_base_approved",
]
}
@@ -41,7 +40,6 @@ if (rtc_include_tests) {
testonly = true
sources = [
"rtcstats_unittest.cc",
- "rtcstatscollector_unittest.cc",
"rtcstatsreport_unittest.cc",
]
« no previous file with comments | « webrtc/api/stats/rtcstatsreport.h ('k') | webrtc/stats/rtcstats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698