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

Unified Diff: media/base/BUILD.gn

Issue 2382473002: Merge M54: "Break out WebAudio suspension code into new class. Add tests." (Closed)
Patch Set: Fix conflicts. 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 47056567ee8300f19de3891c90357a791033f902..1e50eb340d28512b9f638342ec0d805d88e5f24d 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -196,6 +196,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",
@@ -427,6 +429,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