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

Side by Side Diff: content/browser/BUILD.gn

Issue 2788173002: Revert of Add mojo interface+impl creation of audio streams. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//gpu/command_buffer/client:gles2_interface", 84 "//gpu/command_buffer/client:gles2_interface",
85 "//gpu/ipc/host", 85 "//gpu/ipc/host",
86 "//gpu/vulkan:features", 86 "//gpu/vulkan:features",
87 "//media", 87 "//media",
88 "//media/capture", 88 "//media/capture",
89 "//media/capture/mojo:image_capture", 89 "//media/capture/mojo:image_capture",
90 "//media/gpu/ipc/client", 90 "//media/gpu/ipc/client",
91 "//media/midi", 91 "//media/midi",
92 "//media/midi:mojo", 92 "//media/midi:mojo",
93 "//media/mojo/interfaces", 93 "//media/mojo/interfaces",
94 "//media/mojo/services",
95 "//mojo/common", 94 "//mojo/common",
96 "//mojo/edk/system", 95 "//mojo/edk/system",
97 "//mojo/public/cpp/bindings", 96 "//mojo/public/cpp/bindings",
98 "//mojo/public/js", 97 "//mojo/public/js",
99 "//net", 98 "//net",
100 "//net:extras", 99 "//net:extras",
101 "//net:http_server", 100 "//net:http_server",
102 "//ppapi/features", 101 "//ppapi/features",
103 "//printing/features", 102 "//printing/features",
104 "//services/catalog:constants", 103 "//services/catalog:constants",
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 "renderer_host/media/media_stream_dispatcher_host.cc", 1160 "renderer_host/media/media_stream_dispatcher_host.cc",
1162 "renderer_host/media/media_stream_dispatcher_host.h", 1161 "renderer_host/media/media_stream_dispatcher_host.h",
1163 "renderer_host/media/media_stream_manager.cc", 1162 "renderer_host/media/media_stream_manager.cc",
1164 "renderer_host/media/media_stream_manager.h", 1163 "renderer_host/media/media_stream_manager.h",
1165 "renderer_host/media/media_stream_provider.h", 1164 "renderer_host/media/media_stream_provider.h",
1166 "renderer_host/media/media_stream_requester.h", 1165 "renderer_host/media/media_stream_requester.h",
1167 "renderer_host/media/media_stream_track_metrics_host.cc", 1166 "renderer_host/media/media_stream_track_metrics_host.cc",
1168 "renderer_host/media/media_stream_track_metrics_host.h", 1167 "renderer_host/media/media_stream_track_metrics_host.h",
1169 "renderer_host/media/media_stream_ui_proxy.cc", 1168 "renderer_host/media/media_stream_ui_proxy.cc",
1170 "renderer_host/media/media_stream_ui_proxy.h", 1169 "renderer_host/media/media_stream_ui_proxy.h",
1171 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1172 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1173 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1174 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1175 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
1176 "renderer_host/media/video_capture_controller.cc", 1170 "renderer_host/media/video_capture_controller.cc",
1177 "renderer_host/media/video_capture_controller.h", 1171 "renderer_host/media/video_capture_controller.h",
1178 "renderer_host/media/video_capture_controller_event_handler.h", 1172 "renderer_host/media/video_capture_controller_event_handler.h",
1179 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1173 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1180 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1174 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1181 "renderer_host/media/video_capture_host.cc", 1175 "renderer_host/media/video_capture_host.cc",
1182 "renderer_host/media/video_capture_host.h", 1176 "renderer_host/media/video_capture_host.h",
1183 "renderer_host/media/video_capture_manager.cc", 1177 "renderer_host/media/video_capture_manager.cc",
1184 "renderer_host/media/video_capture_manager.h", 1178 "renderer_host/media/video_capture_manager.h",
1185 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1179 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 ] 1901 ]
1908 } 1902 }
1909 1903
1910 if (is_chromeos) { 1904 if (is_chromeos) {
1911 deps += [ 1905 deps += [
1912 "//chromeos", 1906 "//chromeos",
1913 "//chromeos:power_manager_proto", 1907 "//chromeos:power_manager_proto",
1914 ] 1908 ]
1915 } 1909 }
1916 1910
1911 if (enable_mojo_media) {
1912 deps += [ "//media/mojo/interfaces" ]
1913 }
1914
1917 if (use_aura) { 1915 if (use_aura) {
1918 deps += [ 1916 deps += [
1919 "//services/ui/public/cpp", 1917 "//services/ui/public/cpp",
1920 "//services/ui/public/interfaces", 1918 "//services/ui/public/interfaces",
1921 "//ui/aura", 1919 "//ui/aura",
1922 "//ui/aura_extra", 1920 "//ui/aura_extra",
1923 "//ui/strings", 1921 "//ui/strings",
1924 "//ui/wm", 1922 "//ui/wm",
1925 ] 1923 ]
1926 sources += [ 1924 sources += [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 if (!is_component_build) { 2054 if (!is_component_build) {
2057 public_deps = [ 2055 public_deps = [
2058 ":browser", 2056 ":browser",
2059 ] 2057 ]
2060 } else { 2058 } else {
2061 public_deps = [ 2059 public_deps = [
2062 "//third_party/leveldatabase", 2060 "//third_party/leveldatabase",
2063 ] 2061 ]
2064 } 2062 }
2065 } 2063 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/render_frame_audio_output_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698