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

Unified Diff: content/content_browser.gypi

Issue 1109603003: Clean-up: Break sampler classes into their own files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « content/browser/media/capture/video_capture_oracle_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 5a8bc801771b1395ef018b991bf223066c682f78..5f12258983befa2269317de6dcf72819ef21fcf1 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -966,10 +966,14 @@
'browser/media/audio_state_provider.h',
'browser/media/audio_stream_monitor.cc',
'browser/media/audio_stream_monitor.h',
+ 'browser/media/capture/animated_content_sampler.cc',
+ 'browser/media/capture/animated_content_sampler.h',
'browser/media/capture/audio_mirroring_manager.cc',
'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/smooth_event_sampler.cc',
+ 'browser/media/capture/smooth_event_sampler.h',
'browser/media/capture/video_capture_oracle.cc',
'browser/media/capture/video_capture_oracle.h',
'browser/media/capture/web_contents_audio_input_stream.cc',
« no previous file with comments | « content/browser/media/capture/video_capture_oracle_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698