# Copyright 2015 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Targets may depend on this to bring in every CMA component. | |
group("cma") { | |
public_deps = [ | |
"//chromecast/media/cma/backend", | |
"//chromecast/media/cma/base", | |
"//chromecast/media/cma/ipc", | |
"//chromecast/media/cma/ipc_streamer", | |
"//chromecast/media/cma/pipeline", | |
] | |
} |