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

Unified Diff: webrtc/video/BUILD.gn

Issue 1640053003: Add class which periodically computes statistics. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | webrtc/video/stats_counter.h » ('j') | webrtc/video/stats_counter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index e35772e22c44d5f2b110d7c7744227ac8bb44c6e..cacb800db4592e19fce1ed095f5552fa7ba6587a 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -26,6 +26,8 @@ source_set("video") {
"report_block_stats.h",
"send_statistics_proxy.cc",
"send_statistics_proxy.h",
+ "stats_counter.cc",
+ "stats_counter.h",
"stream_synchronization.cc",
"stream_synchronization.h",
"video_capture_input.cc",
« no previous file with comments | « no previous file | webrtc/video/stats_counter.h » ('j') | webrtc/video/stats_counter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698