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

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

Issue 2361173002: Move classses VideoCaptureDeviceClient and VideoCaptureBufferPool to media/capture/video (Closed)
Patch Set: mcasas@ comments Created 4 years, 2 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/media/capture/web_contents_video_capture_device_unittest.cc » ('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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "renderer_host/media/media_stream_provider.h", 1065 "renderer_host/media/media_stream_provider.h",
1066 "renderer_host/media/media_stream_requester.h", 1066 "renderer_host/media/media_stream_requester.h",
1067 "renderer_host/media/media_stream_track_metrics_host.cc", 1067 "renderer_host/media/media_stream_track_metrics_host.cc",
1068 "renderer_host/media/media_stream_track_metrics_host.h", 1068 "renderer_host/media/media_stream_track_metrics_host.h",
1069 "renderer_host/media/media_stream_ui_proxy.cc", 1069 "renderer_host/media/media_stream_ui_proxy.cc",
1070 "renderer_host/media/media_stream_ui_proxy.h", 1070 "renderer_host/media/media_stream_ui_proxy.h",
1071 "renderer_host/media/shared_memory_buffer_handle.cc", 1071 "renderer_host/media/shared_memory_buffer_handle.cc",
1072 "renderer_host/media/shared_memory_buffer_handle.h", 1072 "renderer_host/media/shared_memory_buffer_handle.h",
1073 "renderer_host/media/shared_memory_buffer_tracker.cc", 1073 "renderer_host/media/shared_memory_buffer_tracker.cc",
1074 "renderer_host/media/shared_memory_buffer_tracker.h", 1074 "renderer_host/media/shared_memory_buffer_tracker.h",
1075 "renderer_host/media/video_capture_buffer_handle.h", 1075 "renderer_host/media/video_capture_buffer_tracker_factory_impl.cc",
1076 "renderer_host/media/video_capture_buffer_pool.cc", 1076 "renderer_host/media/video_capture_buffer_tracker_factory_impl.h",
1077 "renderer_host/media/video_capture_buffer_pool.h",
1078 "renderer_host/media/video_capture_buffer_tracker.h",
1079 "renderer_host/media/video_capture_buffer_tracker_factory.cc",
1080 "renderer_host/media/video_capture_buffer_tracker_factory.h",
1081 "renderer_host/media/video_capture_controller.cc", 1077 "renderer_host/media/video_capture_controller.cc",
1082 "renderer_host/media/video_capture_controller.h", 1078 "renderer_host/media/video_capture_controller.h",
1083 "renderer_host/media/video_capture_controller_event_handler.h", 1079 "renderer_host/media/video_capture_controller_event_handler.h",
1084 "renderer_host/media/video_capture_device_client.cc",
1085 "renderer_host/media/video_capture_device_client.h",
1086 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1080 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1087 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1081 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1088 "renderer_host/media/video_capture_host.cc", 1082 "renderer_host/media/video_capture_host.cc",
1089 "renderer_host/media/video_capture_host.h", 1083 "renderer_host/media/video_capture_host.h",
1090 "renderer_host/media/video_capture_manager.cc", 1084 "renderer_host/media/video_capture_manager.cc",
1091 "renderer_host/media/video_capture_manager.h", 1085 "renderer_host/media/video_capture_manager.h",
1092 "renderer_host/native_web_keyboard_event_aura.cc", 1086 "renderer_host/native_web_keyboard_event_aura.cc",
1093 "renderer_host/native_web_keyboard_event_mac.mm", 1087 "renderer_host/native_web_keyboard_event_mac.mm",
1094 "renderer_host/offscreen_canvas_compositor_frame_sink.cc", 1088 "renderer_host/offscreen_canvas_compositor_frame_sink.cc",
1095 "renderer_host/offscreen_canvas_compositor_frame_sink.h", 1089 "renderer_host/offscreen_canvas_compositor_frame_sink.h",
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1959 if (!is_component_build) {
1966 public_deps = [ 1960 public_deps = [
1967 ":browser", 1961 ":browser",
1968 ] 1962 ]
1969 } else { 1963 } else {
1970 public_deps = [ 1964 public_deps = [
1971 "//third_party/leveldatabase", 1965 "//third_party/leveldatabase",
1972 ] 1966 ]
1973 } 1967 }
1974 } 1968 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/media/capture/web_contents_video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698