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

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

Issue 2350693002: Remove device enumeration, caching and monitoring from MediaStreamManager. (Closed)
Patch Set: Created 4 years, 3 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
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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "renderer_host/media/audio_input_sync_writer.cc", 1045 "renderer_host/media/audio_input_sync_writer.cc",
1046 "renderer_host/media/audio_input_sync_writer.h", 1046 "renderer_host/media/audio_input_sync_writer.h",
1047 "renderer_host/media/audio_output_device_enumerator.cc", 1047 "renderer_host/media/audio_output_device_enumerator.cc",
1048 "renderer_host/media/audio_output_device_enumerator.h", 1048 "renderer_host/media/audio_output_device_enumerator.h",
1049 "renderer_host/media/audio_renderer_host.cc", 1049 "renderer_host/media/audio_renderer_host.cc",
1050 "renderer_host/media/audio_renderer_host.h", 1050 "renderer_host/media/audio_renderer_host.h",
1051 "renderer_host/media/audio_sync_reader.cc", 1051 "renderer_host/media/audio_sync_reader.cc",
1052 "renderer_host/media/audio_sync_reader.h", 1052 "renderer_host/media/audio_sync_reader.h",
1053 "renderer_host/media/media_capture_devices_impl.cc", 1053 "renderer_host/media/media_capture_devices_impl.cc",
1054 "renderer_host/media/media_capture_devices_impl.h", 1054 "renderer_host/media/media_capture_devices_impl.h",
1055 "renderer_host/media/media_devices_manager.cc",
1056 "renderer_host/media/media_devices_manager.h",
1055 "renderer_host/media/media_stream_dispatcher_host.cc", 1057 "renderer_host/media/media_stream_dispatcher_host.cc",
1056 "renderer_host/media/media_stream_dispatcher_host.h", 1058 "renderer_host/media/media_stream_dispatcher_host.h",
1057 "renderer_host/media/media_stream_manager.cc", 1059 "renderer_host/media/media_stream_manager.cc",
1058 "renderer_host/media/media_stream_manager.h", 1060 "renderer_host/media/media_stream_manager.h",
1059 "renderer_host/media/media_stream_provider.h", 1061 "renderer_host/media/media_stream_provider.h",
1060 "renderer_host/media/media_stream_requester.h", 1062 "renderer_host/media/media_stream_requester.h",
1061 "renderer_host/media/media_stream_track_metrics_host.cc", 1063 "renderer_host/media/media_stream_track_metrics_host.cc",
1062 "renderer_host/media/media_stream_track_metrics_host.h", 1064 "renderer_host/media/media_stream_track_metrics_host.h",
1063 "renderer_host/media/media_stream_ui_proxy.cc", 1065 "renderer_host/media/media_stream_ui_proxy.cc",
1064 "renderer_host/media/media_stream_ui_proxy.h", 1066 "renderer_host/media/media_stream_ui_proxy.h",
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 if (!is_component_build) { 1936 if (!is_component_build) {
1935 public_deps = [ 1937 public_deps = [
1936 ":browser", 1938 ":browser",
1937 ] 1939 ]
1938 } else { 1940 } else {
1939 public_deps = [ 1941 public_deps = [
1940 "//third_party/leveldatabase", 1942 "//third_party/leveldatabase",
1941 ] 1943 ]
1942 } 1944 }
1943 } 1945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698