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

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: 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8d8c03ec168ba063484d31fb25fb34676539df1a..07d4c82bbb4377fa48f5b01cf126a78d3256a7e0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -761,6 +761,7 @@
],
# WebRTC-specific sources. Put WebRTC plugin-related stuff further below.
'content_unittests_webrtc_sources': [
+ 'browser/media/audio_output_impl_unittest.cc',
Henrik Grunell 2016/05/02 12:12:23 Same here. It's not only WebRTC.
rchtara 2016/05/23 16:38:18 Done.
'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',
@@ -1046,6 +1047,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_edk.gyp:mojo_common_test_support',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../net/net.gyp:net_extras',

Powered by Google App Engine
This is Rietveld 408576698