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

Side by Side Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2738873002: [Chromecast] Implement new volume control API (Closed)
Patch Set: slan comments Created 3 years, 9 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 | « chromecast/chromecast.gni ('k') | chromecast/media/cma/backend/alsa/audio_decoder_alsa.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//chromecast/chromecast.gni") 7 import("//chromecast/chromecast.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "media_pipeline_backend_alsa.cc", 43 "media_pipeline_backend_alsa.cc",
44 "media_pipeline_backend_alsa.h", 44 "media_pipeline_backend_alsa.h",
45 "stream_mixer_alsa.cc", 45 "stream_mixer_alsa.cc",
46 "stream_mixer_alsa.h", 46 "stream_mixer_alsa.h",
47 "stream_mixer_alsa_input.cc", 47 "stream_mixer_alsa_input.cc",
48 "stream_mixer_alsa_input.h", 48 "stream_mixer_alsa_input.h",
49 "stream_mixer_alsa_input_impl.cc", 49 "stream_mixer_alsa_input_impl.cc",
50 "stream_mixer_alsa_input_impl.h", 50 "stream_mixer_alsa_input_impl.h",
51 ] 51 ]
52 52
53 if (enable_assistant) {
54 sources += [ "volume_control.cc" ]
55 }
56
53 libs = [ "asound" ] 57 libs = [ "asound" ]
54 58
55 deps = [ 59 deps = [
56 ":alsa_features", 60 ":alsa_features",
57 ":audio_filter_includes", 61 ":audio_filter_includes",
58 ":slew_volume", 62 ":slew_volume",
59 "//base", 63 "//base",
60 "//chromecast/base", 64 "//chromecast/base",
61 "//chromecast/media/base", 65 "//chromecast/media/base",
62 "//chromecast/media/cma/backend:null", 66 "//chromecast/media/cma/backend:null",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 public_deps = [ 145 public_deps = [
142 ":alsa_cma_backend", 146 ":alsa_cma_backend",
143 ] 147 ]
144 148
145 deps = [ 149 deps = [
146 "//base", 150 "//base",
147 "//media", 151 "//media",
148 "//testing/gmock", 152 "//testing/gmock",
149 ] 153 ]
150 } 154 }
OLDNEW
« no previous file with comments | « chromecast/chromecast.gni ('k') | chromecast/media/cma/backend/alsa/audio_decoder_alsa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698