Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 90b1b6841cba11bcb0030ad0343435fe1b595c02..6b36daa2e7f206c11a3506df5bb8d3d6c40a5d91 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -23,8 +23,7 @@ |
'../gpu/gpu.gyp:gpu', |
'../gpu/gpu.gyp:gpu_ipc_client', |
'../gpu/gpu.gyp:gpu_ipc_common', |
- '../mojo/mojo_base.gyp:mojo_geometry_lib', |
- '../mojo/mojo_base.gyp:mojo_url_type_converters', |
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings', |
'../mojo/mojo_public.gyp:mojo_cpp_bindings', |
'../mojo/mojo_public.gyp:mojo_js_bindings', |
'../net/net.gyp:http_server', |
@@ -79,6 +78,7 @@ |
'browser/notifications/notification_proto.gyp:notification_proto', |
'browser/service_worker/service_worker_proto.gyp:service_worker_proto', |
'browser/speech/proto/speech_proto.gyp:speech_proto', |
+ '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings', |
Henrik Grunell
2016/05/02 12:12:23
Remove duplicate.
rchtara
2016/05/23 16:38:17
Done.
|
'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
], |
'export_dependent_settings': [ |
@@ -1749,6 +1749,8 @@ |
'browser/accessibility/browser_accessibility_manager_auralinux.h', |
], |
'webrtc_browser_sources': [ |
+ 'browser/media/audio_output_impl.cc', |
Henrik Grunell
2016/05/02 12:12:23
This is not only for webrtc. Put them in the priva
rchtara
2016/05/23 16:38:17
Done.
|
+ 'browser/media/audio_output_impl.h', |
'browser/media/webrtc/webrtc_internals.cc', |
'browser/media/webrtc/webrtc_internals.h', |
'browser/media/webrtc/webrtc_internals_message_handler.cc', |