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

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

Issue 2368213002: Remove AudioOutputDeviceEnumerator. Replace usage with MediaDevicesManager. (Closed)
Patch Set: Remove BoolDeviceTypes std::array literals 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/renderer_host/media/audio_output_device_enumerator.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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "renderer_host/legacy_render_widget_host_win.cc", 1039 "renderer_host/legacy_render_widget_host_win.cc",
1040 "renderer_host/legacy_render_widget_host_win.h", 1040 "renderer_host/legacy_render_widget_host_win.h",
1041 "renderer_host/media/audio_input_debug_writer.cc", 1041 "renderer_host/media/audio_input_debug_writer.cc",
1042 "renderer_host/media/audio_input_debug_writer.h", 1042 "renderer_host/media/audio_input_debug_writer.h",
1043 "renderer_host/media/audio_input_device_manager.cc", 1043 "renderer_host/media/audio_input_device_manager.cc",
1044 "renderer_host/media/audio_input_device_manager.h", 1044 "renderer_host/media/audio_input_device_manager.h",
1045 "renderer_host/media/audio_input_renderer_host.cc", 1045 "renderer_host/media/audio_input_renderer_host.cc",
1046 "renderer_host/media/audio_input_renderer_host.h", 1046 "renderer_host/media/audio_input_renderer_host.h",
1047 "renderer_host/media/audio_input_sync_writer.cc", 1047 "renderer_host/media/audio_input_sync_writer.cc",
1048 "renderer_host/media/audio_input_sync_writer.h", 1048 "renderer_host/media/audio_input_sync_writer.h",
1049 "renderer_host/media/audio_output_device_enumerator.cc",
1050 "renderer_host/media/audio_output_device_enumerator.h",
1051 "renderer_host/media/audio_renderer_host.cc", 1049 "renderer_host/media/audio_renderer_host.cc",
1052 "renderer_host/media/audio_renderer_host.h", 1050 "renderer_host/media/audio_renderer_host.h",
1053 "renderer_host/media/audio_sync_reader.cc", 1051 "renderer_host/media/audio_sync_reader.cc",
1054 "renderer_host/media/audio_sync_reader.h", 1052 "renderer_host/media/audio_sync_reader.h",
1055 "renderer_host/media/gpu_memory_buffer_handle.cc", 1053 "renderer_host/media/gpu_memory_buffer_handle.cc",
1056 "renderer_host/media/gpu_memory_buffer_handle.h", 1054 "renderer_host/media/gpu_memory_buffer_handle.h",
1057 "renderer_host/media/gpu_memory_buffer_tracker.cc", 1055 "renderer_host/media/gpu_memory_buffer_tracker.cc",
1058 "renderer_host/media/gpu_memory_buffer_tracker.h", 1056 "renderer_host/media/gpu_memory_buffer_tracker.h",
1059 "renderer_host/media/media_capture_devices_impl.cc", 1057 "renderer_host/media/media_capture_devices_impl.cc",
1060 "renderer_host/media/media_capture_devices_impl.h", 1058 "renderer_host/media/media_capture_devices_impl.h",
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 if (!is_component_build) { 1967 if (!is_component_build) {
1970 public_deps = [ 1968 public_deps = [
1971 ":browser", 1969 ":browser",
1972 ] 1970 ]
1973 } else { 1971 } else {
1974 public_deps = [ 1972 public_deps = [
1975 "//third_party/leveldatabase", 1973 "//third_party/leveldatabase",
1976 ] 1974 ]
1977 } 1975 }
1978 } 1976 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_output_device_enumerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698