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

Unified Diff: webrtc/rtc_base/BUILD.gn

Issue 2979833002: Add a histogram metric tracking for how long audio RTP packets are sent (Closed)
Patch Set: Created 3 years, 5 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/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 851973b15a07cb06ac9a8f6bb7604650c8be81c0..94c899e6328125cba38b9f3487a6b68ea6c1dc25 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -177,6 +177,8 @@ rtc_static_library("rtc_base_approved") {
"thread_checker.h",
"thread_checker_impl.cc",
"thread_checker_impl.h",
+ "time_interval.cc",
+ "time_interval.h",
"timestampaligner.cc",
"timestampaligner.h",
"timeutils.cc",
@@ -842,6 +844,7 @@ if (rtc_include_tests) {
"swap_queue_unittest.cc",
"thread_annotations_unittest.cc",
"thread_checker_unittest.cc",
+ "time_interval_unittest.cc",
"timestampaligner_unittest.cc",
"timeutils_unittest.cc",
"virtualsocket_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698