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

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

Issue 2854443002: [Mojo Video Capture] Implement a VideoCaptureProvider that uses the video capture service
Patch Set: Created 3 years, 7 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/in_process_video_capture_provider.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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "//services/service_manager", 113 "//services/service_manager",
114 "//services/service_manager/embedder", 114 "//services/service_manager/embedder",
115 "//services/service_manager/public/cpp", 115 "//services/service_manager/public/cpp",
116 "//services/service_manager/public/interfaces", 116 "//services/service_manager/public/interfaces",
117 "//services/service_manager/runner/common", 117 "//services/service_manager/runner/common",
118 "//services/service_manager/runner/host:lib", 118 "//services/service_manager/runner/host:lib",
119 "//services/shape_detection:lib", 119 "//services/shape_detection:lib",
120 "//services/shape_detection/public/interfaces", 120 "//services/shape_detection/public/interfaces",
121 "//services/ui/gpu/interfaces", 121 "//services/ui/gpu/interfaces",
122 "//services/ui/public/cpp/gpu", 122 "//services/ui/public/cpp/gpu",
123 "//services/video_capture/public/cpp",
124 "//services/video_capture/public/interfaces:constants",
123 "//skia", 125 "//skia",
124 "//sql", 126 "//sql",
125 "//storage/browser", 127 "//storage/browser",
126 "//storage/common", 128 "//storage/common",
127 "//third_party/WebKit/public:blink_headers", 129 "//third_party/WebKit/public:blink_headers",
128 "//third_party/WebKit/public:features", 130 "//third_party/WebKit/public:features",
129 "//third_party/WebKit/public:image_resources", 131 "//third_party/WebKit/public:image_resources",
130 "//third_party/WebKit/public:mojo_bindings", 132 "//third_party/WebKit/public:mojo_bindings",
131 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 133 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
132 "//third_party/WebKit/public:resources", 134 "//third_party/WebKit/public:resources",
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 "renderer_host/media/media_stream_dispatcher_host.cc", 1181 "renderer_host/media/media_stream_dispatcher_host.cc",
1180 "renderer_host/media/media_stream_dispatcher_host.h", 1182 "renderer_host/media/media_stream_dispatcher_host.h",
1181 "renderer_host/media/media_stream_manager.cc", 1183 "renderer_host/media/media_stream_manager.cc",
1182 "renderer_host/media/media_stream_manager.h", 1184 "renderer_host/media/media_stream_manager.h",
1183 "renderer_host/media/media_stream_provider.h", 1185 "renderer_host/media/media_stream_provider.h",
1184 "renderer_host/media/media_stream_requester.h", 1186 "renderer_host/media/media_stream_requester.h",
1185 "renderer_host/media/media_stream_track_metrics_host.cc", 1187 "renderer_host/media/media_stream_track_metrics_host.cc",
1186 "renderer_host/media/media_stream_track_metrics_host.h", 1188 "renderer_host/media/media_stream_track_metrics_host.h",
1187 "renderer_host/media/media_stream_ui_proxy.cc", 1189 "renderer_host/media/media_stream_ui_proxy.cc",
1188 "renderer_host/media/media_stream_ui_proxy.h", 1190 "renderer_host/media/media_stream_ui_proxy.h",
1191 "renderer_host/media/mojo_service_launched_video_capture_device.cc",
1192 "renderer_host/media/mojo_service_launched_video_capture_device.h",
1193 "renderer_host/media/mojo_service_video_capture_device_launcher.cc",
1194 "renderer_host/media/mojo_service_video_capture_device_launcher.h",
1195 "renderer_host/media/mojo_service_video_capture_provider.cc",
1196 "renderer_host/media/mojo_service_video_capture_provider.h",
1189 "renderer_host/media/render_frame_audio_output_stream_factory.cc", 1197 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1190 "renderer_host/media/render_frame_audio_output_stream_factory.h", 1198 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1191 "renderer_host/media/renderer_audio_output_stream_factory_context.h", 1199 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1192 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc", 1200 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1193 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h", 1201 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
1194 "renderer_host/media/video_capture_controller.cc", 1202 "renderer_host/media/video_capture_controller.cc",
1195 "renderer_host/media/video_capture_controller.h", 1203 "renderer_host/media/video_capture_controller.h",
1196 "renderer_host/media/video_capture_controller_event_handler.h", 1204 "renderer_host/media/video_capture_controller_event_handler.h",
1197 "renderer_host/media/video_capture_device_launch_observer.h", 1205 "renderer_host/media/video_capture_device_launch_observer.h",
1198 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1206 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 if (!is_component_build) { 2081 if (!is_component_build) {
2074 public_deps = [ 2082 public_deps = [
2075 ":browser", 2083 ":browser",
2076 ] 2084 ]
2077 } else { 2085 } else {
2078 public_deps = [ 2086 public_deps = [
2079 "//third_party/leveldatabase", 2087 "//third_party/leveldatabase",
2080 ] 2088 ]
2081 } 2089 }
2082 } 2090 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/in_process_video_capture_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698