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 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: Don't use separate UI thread for test. Created 4 years, 1 month 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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 "renderer_host/legacy_render_widget_host_win.cc", 1053 "renderer_host/legacy_render_widget_host_win.cc",
1054 "renderer_host/legacy_render_widget_host_win.h", 1054 "renderer_host/legacy_render_widget_host_win.h",
1055 "renderer_host/media/audio_input_debug_writer.cc", 1055 "renderer_host/media/audio_input_debug_writer.cc",
1056 "renderer_host/media/audio_input_debug_writer.h", 1056 "renderer_host/media/audio_input_debug_writer.h",
1057 "renderer_host/media/audio_input_device_manager.cc", 1057 "renderer_host/media/audio_input_device_manager.cc",
1058 "renderer_host/media/audio_input_device_manager.h", 1058 "renderer_host/media/audio_input_device_manager.h",
1059 "renderer_host/media/audio_input_renderer_host.cc", 1059 "renderer_host/media/audio_input_renderer_host.cc",
1060 "renderer_host/media/audio_input_renderer_host.h", 1060 "renderer_host/media/audio_input_renderer_host.h",
1061 "renderer_host/media/audio_input_sync_writer.cc", 1061 "renderer_host/media/audio_input_sync_writer.cc",
1062 "renderer_host/media/audio_input_sync_writer.h", 1062 "renderer_host/media/audio_input_sync_writer.h",
1063 "renderer_host/media/audio_output_authorization_handler.cc",
1064 "renderer_host/media/audio_output_authorization_handler.h",
1063 "renderer_host/media/audio_renderer_host.cc", 1065 "renderer_host/media/audio_renderer_host.cc",
1064 "renderer_host/media/audio_renderer_host.h", 1066 "renderer_host/media/audio_renderer_host.h",
1065 "renderer_host/media/audio_sync_reader.cc", 1067 "renderer_host/media/audio_sync_reader.cc",
1066 "renderer_host/media/audio_sync_reader.h", 1068 "renderer_host/media/audio_sync_reader.h",
1067 "renderer_host/media/media_capture_devices_impl.cc", 1069 "renderer_host/media/media_capture_devices_impl.cc",
1068 "renderer_host/media/media_capture_devices_impl.h", 1070 "renderer_host/media/media_capture_devices_impl.h",
1069 "renderer_host/media/media_devices_dispatcher_host.cc", 1071 "renderer_host/media/media_devices_dispatcher_host.cc",
1070 "renderer_host/media/media_devices_dispatcher_host.h", 1072 "renderer_host/media/media_devices_dispatcher_host.h",
1071 "renderer_host/media/media_devices_manager.cc", 1073 "renderer_host/media/media_devices_manager.cc",
1072 "renderer_host/media/media_devices_manager.h", 1074 "renderer_host/media/media_devices_manager.h",
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1955 if (!is_component_build) {
1954 public_deps = [ 1956 public_deps = [
1955 ":browser", 1957 ":browser",
1956 ] 1958 ]
1957 } else { 1959 } else {
1958 public_deps = [ 1960 public_deps = [
1959 "//third_party/leveldatabase", 1961 "//third_party/leveldatabase",
1960 ] 1962 ]
1961 } 1963 }
1962 } 1964 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | content/browser/renderer_host/media/audio_output_authorization_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698