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

Unified Diff: content/content_tests.gypi

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: render_frame_id Created 4 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/content_renderer.gypi ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 816ea8ba46abfb024126eb15705bf84bdc2beacc..e02f67ae982e5dfaa00ce1844118e2c58daf6e90 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -764,6 +764,7 @@
],
# WebRTC-specific sources. Put WebRTC plugin-related stuff further below.
'content_unittests_webrtc_sources': [
+ 'browser/media/audio_output_impl_unittest.cc',
'browser/media/webrtc/webrtc_internals_unittest.cc',
'browser/renderer_host/media/webrtc_identity_service_host_unittest.cc',
'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
@@ -1385,6 +1386,7 @@
'../ipc/ipc.gyp:test_support_ipc',
'../media/media.gyp:media_test_support',
'../media/media.gyp:shared_memory_support',
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
'../mojo/mojo_base.gyp:mojo_test_support',
'../mojo/mojo_edk.gyp:mojo_common_test_support',
'../mojo/mojo_edk.gyp:mojo_system_impl',
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698