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

Unified Diff: content/test/BUILD.gn

Issue 2697663003: Add mojo interface+impl creation of audio streams. (Closed)
Patch Set: Created 3 years, 9 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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c535971a67c4cecdbf87b72b70d1232b3b1ccc4f..8f3dee9048257f8f5ec14365d4fa0919c8a5df5d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1258,6 +1258,8 @@ test("content_unittests") {
"../browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc",
"../browser/renderer_host/media/media_stream_manager_unittest.cc",
"../browser/renderer_host/media/media_stream_ui_proxy_unittest.cc",
+ "../browser/renderer_host/media/render_frame_audio_output_stream_factory_unittest.cc",
+ "../browser/renderer_host/media/renderer_audio_output_stream_factory_context_impl_unittest.cc",
"../browser/renderer_host/media/video_capture_buffer_pool_unittest.cc",
"../browser/renderer_host/media/video_capture_controller_unittest.cc",
"../browser/renderer_host/media/video_capture_manager_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698