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
3 # found in the LICENSE file.
5 source_set("backend") {
7 "audio_pipeline_device_default.cc",
8 "audio_pipeline_device_default.h",
9 "media_clock_device_default.cc",
10 "media_clock_device_default.h",
11 "media_component_device_default.cc",
12 "media_component_device_default.h",
13 "media_pipeline_backend_default.cc",
14 "media_pipeline_backend_default.h",
15 "video_pipeline_device_default.cc",
16 "video_pipeline_device_default.h",
21 "//chromecast/media/cma/base",
22 "//chromecast/public/media",
26 configs += [ "//chromecast:config" ]