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("pipeline") {
9 "audio_pipeline_impl.cc",
10 "audio_pipeline_impl.h",
11 "av_pipeline_client.cc",
12 "av_pipeline_client.h",
13 "av_pipeline_impl.cc",
17 "frame_status_cb_impl.cc",
18 "frame_status_cb_impl.h",
20 "media_component_device_client_impl.cc",
21 "media_component_device_client_impl.h",
23 "media_pipeline_client.cc",
24 "media_pipeline_client.h",
25 "media_pipeline_impl.cc",
26 "media_pipeline_impl.h",
29 "video_pipeline_client.cc",
30 "video_pipeline_client.h",
31 "video_pipeline_device_client_impl.cc",
32 "video_pipeline_device_client_impl.h",
33 "video_pipeline_impl.cc",
34 "video_pipeline_impl.h",
38 "//chromecast/public",
39 "//chromecast/public/media",
44 "//chromecast/media/cma/backend",
45 "//chromecast/media/cma/base",
46 "//chromecast/media/base",
47 "//chromecast/media/cdm",
51 "//third_party/boringssl",
54 configs += [ "//chromecast:config" ]