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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/bad_message.h » ('J')
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//gpu/ipc/host", 85 "//gpu/ipc/host",
86 "//gpu/vulkan:features", 86 "//gpu/vulkan:features",
87 "//ipc", 87 "//ipc",
88 "//media", 88 "//media",
89 "//media/capture", 89 "//media/capture",
90 "//media/capture/mojo:image_capture", 90 "//media/capture/mojo:image_capture",
91 "//media/gpu/ipc/client", 91 "//media/gpu/ipc/client",
92 "//media/midi", 92 "//media/midi",
93 "//media/midi:mojo", 93 "//media/midi:mojo",
94 "//media/mojo/interfaces", 94 "//media/mojo/interfaces",
95 "//media/mojo/services",
95 "//mojo/common", 96 "//mojo/common",
96 "//mojo/edk/system", 97 "//mojo/edk/system",
97 "//mojo/public/cpp/bindings", 98 "//mojo/public/cpp/bindings",
98 "//mojo/public/js", 99 "//mojo/public/js",
99 "//net", 100 "//net",
100 "//net:extras", 101 "//net:extras",
101 "//net:http_server", 102 "//net:http_server",
102 "//ppapi/features", 103 "//ppapi/features",
103 "//printing/features", 104 "//printing/features",
104 "//services/catalog:constants", 105 "//services/catalog:constants",
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 "renderer_host/media/media_stream_dispatcher_host.cc", 1155 "renderer_host/media/media_stream_dispatcher_host.cc",
1155 "renderer_host/media/media_stream_dispatcher_host.h", 1156 "renderer_host/media/media_stream_dispatcher_host.h",
1156 "renderer_host/media/media_stream_manager.cc", 1157 "renderer_host/media/media_stream_manager.cc",
1157 "renderer_host/media/media_stream_manager.h", 1158 "renderer_host/media/media_stream_manager.h",
1158 "renderer_host/media/media_stream_provider.h", 1159 "renderer_host/media/media_stream_provider.h",
1159 "renderer_host/media/media_stream_requester.h", 1160 "renderer_host/media/media_stream_requester.h",
1160 "renderer_host/media/media_stream_track_metrics_host.cc", 1161 "renderer_host/media/media_stream_track_metrics_host.cc",
1161 "renderer_host/media/media_stream_track_metrics_host.h", 1162 "renderer_host/media/media_stream_track_metrics_host.h",
1162 "renderer_host/media/media_stream_ui_proxy.cc", 1163 "renderer_host/media/media_stream_ui_proxy.cc",
1163 "renderer_host/media/media_stream_ui_proxy.h", 1164 "renderer_host/media/media_stream_ui_proxy.h",
1165 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1166 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1167 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1168 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1169 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
1164 "renderer_host/media/video_capture_controller.cc", 1170 "renderer_host/media/video_capture_controller.cc",
1165 "renderer_host/media/video_capture_controller.h", 1171 "renderer_host/media/video_capture_controller.h",
1166 "renderer_host/media/video_capture_controller_event_handler.h", 1172 "renderer_host/media/video_capture_controller_event_handler.h",
1167 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1173 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1168 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1174 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1169 "renderer_host/media/video_capture_host.cc", 1175 "renderer_host/media/video_capture_host.cc",
1170 "renderer_host/media/video_capture_host.h", 1176 "renderer_host/media/video_capture_host.h",
1171 "renderer_host/media/video_capture_manager.cc", 1177 "renderer_host/media/video_capture_manager.cc",
1172 "renderer_host/media/video_capture_manager.h", 1178 "renderer_host/media/video_capture_manager.h",
1173 "renderer_host/media/video_frame_receiver_on_io_thread.cc", 1179 "renderer_host/media/video_frame_receiver_on_io_thread.cc",
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1892 ] 1898 ]
1893 } 1899 }
1894 1900
1895 if (is_chromeos) { 1901 if (is_chromeos) {
1896 deps += [ 1902 deps += [
1897 "//chromeos", 1903 "//chromeos",
1898 "//chromeos:power_manager_proto", 1904 "//chromeos:power_manager_proto",
1899 ] 1905 ]
1900 } 1906 }
1901 1907
1902 if (enable_mojo_media) {
1903 deps += [ "//media/mojo/interfaces" ]
1904 }
1905
1906 if (use_aura) { 1908 if (use_aura) {
1907 deps += [ 1909 deps += [
1908 "//services/ui/public/cpp", 1910 "//services/ui/public/cpp",
1909 "//services/ui/public/interfaces", 1911 "//services/ui/public/interfaces",
1910 "//ui/aura", 1912 "//ui/aura",
1911 "//ui/aura_extra", 1913 "//ui/aura_extra",
1912 "//ui/strings", 1914 "//ui/strings",
1913 "//ui/wm", 1915 "//ui/wm",
1914 ] 1916 ]
1915 sources += [ 1917 sources += [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2047 if (!is_component_build) { 2049 if (!is_component_build) {
2048 public_deps = [ 2050 public_deps = [
2049 ":browser", 2051 ":browser",
2050 ] 2052 ]
2051 } else { 2053 } else {
2052 public_deps = [ 2054 public_deps = [
2053 "//third_party/leveldatabase", 2055 "//third_party/leveldatabase",
2054 ] 2056 ]
2055 } 2057 }
2056 } 2058 }
OLDNEW
« 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