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

Unified Diff: media/base/BUILD.gn

Issue 2365723003: Break out WebAudio suspension code into new class. Add tests. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/renderer/media/renderer_webaudiodevice_impl.cc ('k') | media/base/fake_audio_render_callback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 8bbc7a7837b5b29d656dce50d103b58f1d847d9c..0c3ad22e1900416492f5a3516dd10457ff1e99f9 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -198,6 +198,8 @@ target(link_target_type, "base") {
"seekable_buffer.h",
"serial_runner.cc",
"serial_runner.h",
+ "silent_sink_suspender.cc",
+ "silent_sink_suspender.h",
"simd/convert_rgb_to_yuv.h",
"simd/convert_rgb_to_yuv_c.cc",
"simd/convert_yuv_to_rgb.h",
@@ -429,6 +431,7 @@ source_set("unittests") {
"run_all_unittests.cc",
"seekable_buffer_unittest.cc",
"serial_runner_unittest.cc",
+ "silent_sink_suspender_unittest.cc",
"sinc_resampler_unittest.cc",
"stream_parser_unittest.cc",
"text_ranges_unittest.cc",
« no previous file with comments | « content/renderer/media/renderer_webaudiodevice_impl.cc ('k') | media/base/fake_audio_render_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698