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

Unified Diff: webrtc/stats/BUILD.gn

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/BUILD.gn
diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
index 16b61586289ceb7f45a1db8b40449ff2fb355bc4..e80468dda52ae12c2c78889bc1f1389ffc17e0de 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",
]

Powered by Google App Engine
This is Rietveld 408576698