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

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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a41124a63730924a120d4b95e382a5c4af1ce18a..f4b9782c74dde247253dd1acc9dfe42754c7b69d 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -95,6 +95,7 @@ source_set("browser") {
"//media/midi",
"//media/midi:mojo",
"//media/mojo/interfaces",
+ "//media/mojo/services",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
@@ -1164,6 +1165,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",
@@ -1903,10 +1909,6 @@ source_set("browser") {
]
}
- if (enable_mojo_media) {
- deps += [ "//media/mojo/interfaces" ]
Max Morin 2017/03/23 16:26:14 This is unconditionally included above anyways.
- }
-
if (use_aura) {
deps += [
"//services/ui/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698