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

Unified Diff: content/browser/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
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/bad_message.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d38164b1f48fd32450a48dccf99a6302c680db69..89d18312b1b566eae1a5dfd592fb796063f64ce5 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -92,6 +92,7 @@ source_set("browser") {
"//media/midi",
"//media/midi:mojo",
"//media/mojo/interfaces",
+ "//media/mojo/services",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
@@ -1161,6 +1162,11 @@ source_set("browser") {
"renderer_host/media/media_stream_track_metrics_host.h",
"renderer_host/media/media_stream_ui_proxy.cc",
"renderer_host/media/media_stream_ui_proxy.h",
+ "renderer_host/media/render_frame_audio_output_stream_factory.cc",
+ "renderer_host/media/render_frame_audio_output_stream_factory.h",
+ "renderer_host/media/renderer_audio_output_stream_factory_context.h",
+ "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
+ "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
"renderer_host/media/video_capture_controller.cc",
"renderer_host/media/video_capture_controller.h",
"renderer_host/media/video_capture_controller_event_handler.h",
@@ -1899,10 +1905,6 @@ source_set("browser") {
]
}
- if (enable_mojo_media) {
- deps += [ "//media/mojo/interfaces" ]
- }
-
if (use_aura) {
deps += [
"//services/ui/public/cpp",
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/bad_message.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698