Roll src/third_party/WebKit 3aea697:d9c6159 (svn 201973:201974)
[chromium-blink-merge.git] / chromecast / renderer / media / BUILD.gn
blob6bbba526ff1d76b2abb0498224eb0c1c0a4ae297
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("media") {
6   sources = [
7     "audio_pipeline_proxy.cc",
8     "audio_pipeline_proxy.h",
9     "capabilities_message_filter.cc",
10     "capabilities_message_filter.h",
11     "chromecast_media_renderer_factory.cc",
12     "chromecast_media_renderer_factory.h",
13     "cma_message_filter_proxy.cc",
14     "cma_message_filter_proxy.h",
15     "media_channel_proxy.cc",
16     "media_channel_proxy.h",
17     "media_pipeline_proxy.cc",
18     "media_pipeline_proxy.h",
19     "video_pipeline_proxy.cc",
20     "video_pipeline_proxy.h",
21   ]
23   deps = [
24     "//base",
25     "//chromecast/common/media",
26     "//chromecast/media",
27     "//content/public/renderer",
28     "//ipc",
29     "//media",
30   ]