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",
19 "media_pipeline_client.cc",
20 "media_pipeline_client.h",
21 "media_pipeline_impl.cc",
22 "media_pipeline_impl.h",
25 "video_pipeline_client.cc",
26 "video_pipeline_client.h",
27 "video_pipeline_impl.cc",
28 "video_pipeline_impl.h",
33 "//chromecast/media/cma/backend",
34 "//chromecast/media/cma/base",
35 "//chromecast/media/base",
36 "//chromecast/media/cdm",
40 "//third_party/boringssl",
43 configs += [ "//chromecast:config" ]