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

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

Issue 2424163004: Factor out authorization from AudioRendererHost. (Closed)
Patch Set: const& 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
« no previous file with comments | « no previous file | content/browser/bad_message.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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 "renderer_host/legacy_render_widget_host_win.cc", 1066 "renderer_host/legacy_render_widget_host_win.cc",
1067 "renderer_host/legacy_render_widget_host_win.h", 1067 "renderer_host/legacy_render_widget_host_win.h",
1068 "renderer_host/media/audio_input_debug_writer.cc", 1068 "renderer_host/media/audio_input_debug_writer.cc",
1069 "renderer_host/media/audio_input_debug_writer.h", 1069 "renderer_host/media/audio_input_debug_writer.h",
1070 "renderer_host/media/audio_input_device_manager.cc", 1070 "renderer_host/media/audio_input_device_manager.cc",
1071 "renderer_host/media/audio_input_device_manager.h", 1071 "renderer_host/media/audio_input_device_manager.h",
1072 "renderer_host/media/audio_input_renderer_host.cc", 1072 "renderer_host/media/audio_input_renderer_host.cc",
1073 "renderer_host/media/audio_input_renderer_host.h", 1073 "renderer_host/media/audio_input_renderer_host.h",
1074 "renderer_host/media/audio_input_sync_writer.cc", 1074 "renderer_host/media/audio_input_sync_writer.cc",
1075 "renderer_host/media/audio_input_sync_writer.h", 1075 "renderer_host/media/audio_input_sync_writer.h",
1076 "renderer_host/media/audio_output_authorization_handler.cc",
1077 "renderer_host/media/audio_output_authorization_handler.h",
1076 "renderer_host/media/audio_renderer_host.cc", 1078 "renderer_host/media/audio_renderer_host.cc",
1077 "renderer_host/media/audio_renderer_host.h", 1079 "renderer_host/media/audio_renderer_host.h",
1078 "renderer_host/media/audio_sync_reader.cc", 1080 "renderer_host/media/audio_sync_reader.cc",
1079 "renderer_host/media/audio_sync_reader.h", 1081 "renderer_host/media/audio_sync_reader.h",
1080 "renderer_host/media/media_capture_devices_impl.cc", 1082 "renderer_host/media/media_capture_devices_impl.cc",
1081 "renderer_host/media/media_capture_devices_impl.h", 1083 "renderer_host/media/media_capture_devices_impl.h",
1082 "renderer_host/media/media_devices_dispatcher_host.cc", 1084 "renderer_host/media/media_devices_dispatcher_host.cc",
1083 "renderer_host/media/media_devices_dispatcher_host.h", 1085 "renderer_host/media/media_devices_dispatcher_host.h",
1084 "renderer_host/media/media_devices_manager.cc", 1086 "renderer_host/media/media_devices_manager.cc",
1085 "renderer_host/media/media_devices_manager.h", 1087 "renderer_host/media/media_devices_manager.h",
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1967 if (!is_component_build) {
1966 public_deps = [ 1968 public_deps = [
1967 ":browser", 1969 ":browser",
1968 ] 1970 ]
1969 } else { 1971 } else {
1970 public_deps = [ 1972 public_deps = [
1971 "//third_party/leveldatabase", 1973 "//third_party/leveldatabase",
1972 ] 1974 ]
1973 } 1975 }
1974 } 1976 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698