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', |