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

Unified Diff: content/content_browser.gypi

Issue 1097633005: FeedbackSignalAccumulator utility class for averaging feedback signals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TimeWeightedAverage --> FeedbackSignalAccumulator, with simplifications! Created 5 years, 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 74c92137ad5c4ccb344a6237fdb97210ba80ee68..62fd28cab98ba94a66517d43f02d9a2660fbf65f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -973,6 +973,8 @@
'browser/media/capture/audio_mirroring_manager.h',
'browser/media/capture/content_video_capture_device_core.cc',
'browser/media/capture/content_video_capture_device_core.h',
+ 'browser/media/capture/feedback_signal_accumulator.cc',
+ 'browser/media/capture/feedback_signal_accumulator.h',
'browser/media/capture/smooth_event_sampler.cc',
'browser/media/capture/smooth_event_sampler.h',
'browser/media/capture/video_capture_oracle.cc',

Powered by Google App Engine
This is Rietveld 408576698