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

Side by Side Diff: chromecast/media/cma/decoder/BUILD.gn

Issue 1900233006: [Chromecast] Remove command-line switch to change the number of mixer output channels (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 8 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
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 source_set("decoder") { 5 source_set("decoder") {
6 sources = [ 6 sources = [
7 "cast_audio_decoder.h", 7 "cast_audio_decoder.h",
8 "cast_audio_decoder_android.cc", 8 "cast_audio_decoder_android.cc",
9 "cast_audio_decoder_linux.cc", 9 "cast_audio_decoder_linux.cc",
10 ] 10 ]
11 11
12 deps = [ 12 deps = [
13 "//base", 13 "//base",
14 "//chromecast/base:base",
15 "//chromecast/media/cma/base", 14 "//chromecast/media/cma/base",
16 "//media", 15 "//media",
17 "//media:shared_memory_support", 16 "//media:shared_memory_support",
18 ] 17 ]
19 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698