Chromium Code Reviews

Unified Diff: webrtc/stats/BUILD.gn

Issue 2278433003: RTCStatsReport: Take ownership of other's stats with TakeMembersFrom (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/stats/BUILD.gn
diff --git a/webrtc/stats/BUILD.gn b/webrtc/stats/BUILD.gn
index 3ef6188a18b0c49c92b516d1d029c32c849c0ccc..4bd4695f10a77a3b2cb11bcdc464f2450f6ee818 100644
--- a/webrtc/stats/BUILD.gn
+++ b/webrtc/stats/BUILD.gn
@@ -37,6 +37,7 @@ if (rtc_include_tests) {
testonly = true
sources = [
"rtcstats_unittest.cc",
+ "rtcstatsreport_unittest.cc",
]
configs += [ "..:common_config" ]

Powered by Google App Engine