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

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

Issue 2350693002: Remove device enumeration, caching and monitoring from MediaStreamManager. (Closed)
Patch Set: latest hta@ comments 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_device_manager.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("//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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 "renderer_host/media/audio_input_sync_writer.cc", 1041 "renderer_host/media/audio_input_sync_writer.cc",
1042 "renderer_host/media/audio_input_sync_writer.h", 1042 "renderer_host/media/audio_input_sync_writer.h",
1043 "renderer_host/media/audio_output_device_enumerator.cc", 1043 "renderer_host/media/audio_output_device_enumerator.cc",
1044 "renderer_host/media/audio_output_device_enumerator.h", 1044 "renderer_host/media/audio_output_device_enumerator.h",
1045 "renderer_host/media/audio_renderer_host.cc", 1045 "renderer_host/media/audio_renderer_host.cc",
1046 "renderer_host/media/audio_renderer_host.h", 1046 "renderer_host/media/audio_renderer_host.h",
1047 "renderer_host/media/audio_sync_reader.cc", 1047 "renderer_host/media/audio_sync_reader.cc",
1048 "renderer_host/media/audio_sync_reader.h", 1048 "renderer_host/media/audio_sync_reader.h",
1049 "renderer_host/media/media_capture_devices_impl.cc", 1049 "renderer_host/media/media_capture_devices_impl.cc",
1050 "renderer_host/media/media_capture_devices_impl.h", 1050 "renderer_host/media/media_capture_devices_impl.h",
1051 "renderer_host/media/media_devices_manager.cc",
1052 "renderer_host/media/media_devices_manager.h",
1051 "renderer_host/media/media_stream_dispatcher_host.cc", 1053 "renderer_host/media/media_stream_dispatcher_host.cc",
1052 "renderer_host/media/media_stream_dispatcher_host.h", 1054 "renderer_host/media/media_stream_dispatcher_host.h",
1053 "renderer_host/media/media_stream_manager.cc", 1055 "renderer_host/media/media_stream_manager.cc",
1054 "renderer_host/media/media_stream_manager.h", 1056 "renderer_host/media/media_stream_manager.h",
1055 "renderer_host/media/media_stream_provider.h", 1057 "renderer_host/media/media_stream_provider.h",
1056 "renderer_host/media/media_stream_requester.h", 1058 "renderer_host/media/media_stream_requester.h",
1057 "renderer_host/media/media_stream_track_metrics_host.cc", 1059 "renderer_host/media/media_stream_track_metrics_host.cc",
1058 "renderer_host/media/media_stream_track_metrics_host.h", 1060 "renderer_host/media/media_stream_track_metrics_host.h",
1059 "renderer_host/media/media_stream_ui_proxy.cc", 1061 "renderer_host/media/media_stream_ui_proxy.cc",
1060 "renderer_host/media/media_stream_ui_proxy.h", 1062 "renderer_host/media/media_stream_ui_proxy.h",
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 if (!is_component_build) { 1945 if (!is_component_build) {
1944 public_deps = [ 1946 public_deps = [
1945 ":browser", 1947 ":browser",
1946 ] 1948 ]
1947 } else { 1949 } else {
1948 public_deps = [ 1950 public_deps = [
1949 "//third_party/leveldatabase", 1951 "//third_party/leveldatabase",
1950 ] 1952 ]
1951 } 1953 }
1952 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_device_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698