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

Unified Diff: webrtc/rtc_base/BUILD.gn

Issue 2995143002: Report max interframe delay over window insdead of interframe delay sum (Closed)
Patch Set: Implement more Kwiberg@ comments Created 3 years, 4 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/pc/statscollector.cc ('k') | webrtc/rtc_base/moving_max_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 60d1f57583cf9f86f0d74ac6c63484d30a5f39c6..477381a25992d08371c4275d5bd25abc452c24d6 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -135,6 +135,7 @@ rtc_static_library("rtc_base_approved") {
"location.cc",
"location.h",
"mod_ops.h",
+ "moving_max_counter.h",
"onetimeevent.h",
"optional.cc",
"optional.h",
@@ -824,6 +825,7 @@ if (rtc_include_tests) {
"logging_unittest.cc",
"md5digest_unittest.cc",
"mod_ops_unittest.cc",
+ "moving_max_counter_unittest.cc",
"onetimeevent_unittest.cc",
"optional_unittest.cc",
"pathutils_unittest.cc",
« no previous file with comments | « webrtc/pc/statscollector.cc ('k') | webrtc/rtc_base/moving_max_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698