blob: 5c76f126c4816353af4b900866c1698c7581a0bb [file] [log] [blame]
# 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",
]
}