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

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

Issue 2523773002: [Mojo Video Capture] Move SharedMem Tracker/BufferHandle/Factory from content to media (Closed)
Patch Set: mcasas comments Created 4 years 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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 "renderer_host/media/media_stream_dispatcher_host.cc", 1098 "renderer_host/media/media_stream_dispatcher_host.cc",
1099 "renderer_host/media/media_stream_dispatcher_host.h", 1099 "renderer_host/media/media_stream_dispatcher_host.h",
1100 "renderer_host/media/media_stream_manager.cc", 1100 "renderer_host/media/media_stream_manager.cc",
1101 "renderer_host/media/media_stream_manager.h", 1101 "renderer_host/media/media_stream_manager.h",
1102 "renderer_host/media/media_stream_provider.h", 1102 "renderer_host/media/media_stream_provider.h",
1103 "renderer_host/media/media_stream_requester.h", 1103 "renderer_host/media/media_stream_requester.h",
1104 "renderer_host/media/media_stream_track_metrics_host.cc", 1104 "renderer_host/media/media_stream_track_metrics_host.cc",
1105 "renderer_host/media/media_stream_track_metrics_host.h", 1105 "renderer_host/media/media_stream_track_metrics_host.h",
1106 "renderer_host/media/media_stream_ui_proxy.cc", 1106 "renderer_host/media/media_stream_ui_proxy.cc",
1107 "renderer_host/media/media_stream_ui_proxy.h", 1107 "renderer_host/media/media_stream_ui_proxy.h",
1108 "renderer_host/media/shared_memory_buffer_handle.cc",
1109 "renderer_host/media/shared_memory_buffer_handle.h",
1110 "renderer_host/media/shared_memory_buffer_tracker.cc",
1111 "renderer_host/media/shared_memory_buffer_tracker.h",
1112 "renderer_host/media/video_capture_buffer_tracker_factory_impl.cc",
1113 "renderer_host/media/video_capture_buffer_tracker_factory_impl.h",
1114 "renderer_host/media/video_capture_controller.cc", 1108 "renderer_host/media/video_capture_controller.cc",
1115 "renderer_host/media/video_capture_controller.h", 1109 "renderer_host/media/video_capture_controller.h",
1116 "renderer_host/media/video_capture_controller_event_handler.h", 1110 "renderer_host/media/video_capture_controller_event_handler.h",
1117 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", 1111 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc",
1118 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", 1112 "renderer_host/media/video_capture_gpu_jpeg_decoder.h",
1119 "renderer_host/media/video_capture_host.cc", 1113 "renderer_host/media/video_capture_host.cc",
1120 "renderer_host/media/video_capture_host.h", 1114 "renderer_host/media/video_capture_host.h",
1121 "renderer_host/media/video_capture_manager.cc", 1115 "renderer_host/media/video_capture_manager.cc",
1122 "renderer_host/media/video_capture_manager.h", 1116 "renderer_host/media/video_capture_manager.h",
1123 "renderer_host/native_web_keyboard_event_aura.cc", 1117 "renderer_host/native_web_keyboard_event_aura.cc",
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1973 if (!is_component_build) {
1980 public_deps = [ 1974 public_deps = [
1981 ":browser", 1975 ":browser",
1982 ] 1976 ]
1983 } else { 1977 } else {
1984 public_deps = [ 1978 public_deps = [
1985 "//third_party/leveldatabase", 1979 "//third_party/leveldatabase",
1986 ] 1980 ]
1987 } 1981 }
1988 } 1982 }
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