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

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

Issue 2803483003: [Mojo Video Capture] Split interface BuildableVideoCaptureDevice (Closed)
Patch Set: Remove fallback mechanism. 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/in_process_buildable_video_capture_device.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 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 "renderer_host/media/audio_input_sync_writer.cc", 1152 "renderer_host/media/audio_input_sync_writer.cc",
1153 "renderer_host/media/audio_input_sync_writer.h", 1153 "renderer_host/media/audio_input_sync_writer.h",
1154 "renderer_host/media/audio_output_authorization_handler.cc", 1154 "renderer_host/media/audio_output_authorization_handler.cc",
1155 "renderer_host/media/audio_output_authorization_handler.h", 1155 "renderer_host/media/audio_output_authorization_handler.h",
1156 "renderer_host/media/audio_output_delegate_impl.cc", 1156 "renderer_host/media/audio_output_delegate_impl.cc",
1157 "renderer_host/media/audio_output_delegate_impl.h", 1157 "renderer_host/media/audio_output_delegate_impl.h",
1158 "renderer_host/media/audio_renderer_host.cc", 1158 "renderer_host/media/audio_renderer_host.cc",
1159 "renderer_host/media/audio_renderer_host.h", 1159 "renderer_host/media/audio_renderer_host.h",
1160 "renderer_host/media/audio_sync_reader.cc", 1160 "renderer_host/media/audio_sync_reader.cc",
1161 "renderer_host/media/audio_sync_reader.h", 1161 "renderer_host/media/audio_sync_reader.h",
1162 "renderer_host/media/in_process_buildable_video_capture_device.cc", 1162 "renderer_host/media/in_process_launched_video_capture_device.cc",
1163 "renderer_host/media/in_process_buildable_video_capture_device.h", 1163 "renderer_host/media/in_process_launched_video_capture_device.h",
1164 "renderer_host/media/in_process_video_capture_device_launcher.cc",
1165 "renderer_host/media/in_process_video_capture_device_launcher.h",
1164 "renderer_host/media/in_process_video_capture_provider.cc", 1166 "renderer_host/media/in_process_video_capture_provider.cc",
1165 "renderer_host/media/in_process_video_capture_provider.h", 1167 "renderer_host/media/in_process_video_capture_provider.h",
1166 "renderer_host/media/media_capture_devices_impl.cc", 1168 "renderer_host/media/media_capture_devices_impl.cc",
1167 "renderer_host/media/media_capture_devices_impl.h", 1169 "renderer_host/media/media_capture_devices_impl.h",
1168 "renderer_host/media/media_devices_dispatcher_host.cc", 1170 "renderer_host/media/media_devices_dispatcher_host.cc",
1169 "renderer_host/media/media_devices_dispatcher_host.h", 1171 "renderer_host/media/media_devices_dispatcher_host.h",
1170 "renderer_host/media/media_devices_manager.cc", 1172 "renderer_host/media/media_devices_manager.cc",
1171 "renderer_host/media/media_devices_manager.h", 1173 "renderer_host/media/media_devices_manager.h",
1172 "renderer_host/media/media_stream_dispatcher_host.cc", 1174 "renderer_host/media/media_stream_dispatcher_host.cc",
1173 "renderer_host/media/media_stream_dispatcher_host.h", 1175 "renderer_host/media/media_stream_dispatcher_host.h",
1174 "renderer_host/media/media_stream_manager.cc", 1176 "renderer_host/media/media_stream_manager.cc",
1175 "renderer_host/media/media_stream_manager.h", 1177 "renderer_host/media/media_stream_manager.h",
1176 "renderer_host/media/media_stream_provider.h", 1178 "renderer_host/media/media_stream_provider.h",
1177 "renderer_host/media/media_stream_requester.h", 1179 "renderer_host/media/media_stream_requester.h",
1178 "renderer_host/media/media_stream_track_metrics_host.cc", 1180 "renderer_host/media/media_stream_track_metrics_host.cc",
1179 "renderer_host/media/media_stream_track_metrics_host.h", 1181 "renderer_host/media/media_stream_track_metrics_host.h",
1180 "renderer_host/media/media_stream_ui_proxy.cc", 1182 "renderer_host/media/media_stream_ui_proxy.cc",
1181 "renderer_host/media/media_stream_ui_proxy.h", 1183 "renderer_host/media/media_stream_ui_proxy.h",
1182 "renderer_host/media/render_frame_audio_output_stream_factory.cc", 1184 "renderer_host/media/render_frame_audio_output_stream_factory.cc",
1183 "renderer_host/media/render_frame_audio_output_stream_factory.h", 1185 "renderer_host/media/render_frame_audio_output_stream_factory.h",
1184 "renderer_host/media/renderer_audio_output_stream_factory_context.h", 1186 "renderer_host/media/renderer_audio_output_stream_factory_context.h",
1185 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc", 1187 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc",
1186 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h", 1188 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h",
1187 "renderer_host/media/video_capture_controller.cc", 1189 "renderer_host/media/video_capture_controller.cc",
1188 "renderer_host/media/video_capture_controller.h", 1190 "renderer_host/media/video_capture_controller.h",
1189 "renderer_host/media/video_capture_controller_event_handler.h", 1191 "renderer_host/media/video_capture_controller_event_handler.h",
1192 "renderer_host/media/video_capture_device_launch_observer.h",
1190 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1193 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1191 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1194 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1192 "renderer_host/media/video_capture_host.cc", 1195 "renderer_host/media/video_capture_host.cc",
1193 "renderer_host/media/video_capture_host.h", 1196 "renderer_host/media/video_capture_host.h",
1194 "renderer_host/media/video_capture_manager.cc", 1197 "renderer_host/media/video_capture_manager.cc",
1195 "renderer_host/media/video_capture_manager.h", 1198 "renderer_host/media/video_capture_manager.h",
1196 "renderer_host/media/video_capture_provider.h", 1199 "renderer_host/media/video_capture_provider.h",
1197 "renderer_host/native_web_keyboard_event_aura.cc", 1200 "renderer_host/native_web_keyboard_event_aura.cc",
1198 "renderer_host/native_web_keyboard_event_mac.mm", 1201 "renderer_host/native_web_keyboard_event_mac.mm",
1199 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc", 1202 "renderer_host/offscreen_canvas_compositor_frame_sink_manager.cc",
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 if (!is_component_build) { 2066 if (!is_component_build) {
2064 public_deps = [ 2067 public_deps = [
2065 ":browser", 2068 ":browser",
2066 ] 2069 ]
2067 } else { 2070 } else {
2068 public_deps = [ 2071 public_deps = [
2069 "//third_party/leveldatabase", 2072 "//third_party/leveldatabase",
2070 ] 2073 ]
2071 } 2074 }
2072 } 2075 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/in_process_buildable_video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698