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

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

Issue 2578983003: Add AudioStreamRegistry. Move stream counting logic (Closed)
Patch Set: Remove active audio tracking from ARH to see what tests break. Created 3 years, 11 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_renderer_host_unittest.cc » ('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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 "renderer_host/media/audio_input_renderer_host.cc", 1098 "renderer_host/media/audio_input_renderer_host.cc",
1099 "renderer_host/media/audio_input_renderer_host.h", 1099 "renderer_host/media/audio_input_renderer_host.h",
1100 "renderer_host/media/audio_input_sync_writer.cc", 1100 "renderer_host/media/audio_input_sync_writer.cc",
1101 "renderer_host/media/audio_input_sync_writer.h", 1101 "renderer_host/media/audio_input_sync_writer.h",
1102 "renderer_host/media/audio_output_authorization_handler.cc", 1102 "renderer_host/media/audio_output_authorization_handler.cc",
1103 "renderer_host/media/audio_output_authorization_handler.h", 1103 "renderer_host/media/audio_output_authorization_handler.h",
1104 "renderer_host/media/audio_output_delegate.cc", 1104 "renderer_host/media/audio_output_delegate.cc",
1105 "renderer_host/media/audio_output_delegate.h", 1105 "renderer_host/media/audio_output_delegate.h",
1106 "renderer_host/media/audio_renderer_host.cc", 1106 "renderer_host/media/audio_renderer_host.cc",
1107 "renderer_host/media/audio_renderer_host.h", 1107 "renderer_host/media/audio_renderer_host.h",
1108 "renderer_host/media/audio_stream_registry.h",
1109 "renderer_host/media/audio_stream_registry_impl.cc",
1110 "renderer_host/media/audio_stream_registry_impl.h",
1108 "renderer_host/media/audio_sync_reader.cc", 1111 "renderer_host/media/audio_sync_reader.cc",
1109 "renderer_host/media/audio_sync_reader.h", 1112 "renderer_host/media/audio_sync_reader.h",
1110 "renderer_host/media/media_capture_devices_impl.cc", 1113 "renderer_host/media/media_capture_devices_impl.cc",
1111 "renderer_host/media/media_capture_devices_impl.h", 1114 "renderer_host/media/media_capture_devices_impl.h",
1112 "renderer_host/media/media_devices_dispatcher_host.cc", 1115 "renderer_host/media/media_devices_dispatcher_host.cc",
1113 "renderer_host/media/media_devices_dispatcher_host.h", 1116 "renderer_host/media/media_devices_dispatcher_host.h",
1114 "renderer_host/media/media_devices_manager.cc", 1117 "renderer_host/media/media_devices_manager.cc",
1115 "renderer_host/media/media_devices_manager.h", 1118 "renderer_host/media/media_devices_manager.h",
1116 "renderer_host/media/media_stream_dispatcher_host.cc", 1119 "renderer_host/media/media_stream_dispatcher_host.cc",
1117 "renderer_host/media/media_stream_dispatcher_host.h", 1120 "renderer_host/media/media_stream_dispatcher_host.h",
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 if (!is_component_build) { 2012 if (!is_component_build) {
2010 public_deps = [ 2013 public_deps = [
2011 ":browser", 2014 ":browser",
2012 ] 2015 ]
2013 } else { 2016 } else {
2014 public_deps = [ 2017 public_deps = [
2015 "//third_party/leveldatabase", 2018 "//third_party/leveldatabase",
2016 ] 2019 ]
2017 } 2020 }
2018 } 2021 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698