summaryrefslogtreecommitdiff
path: root/chromium/chromecast/renderer/media/BUILD.gn
blob: 59f6477cf45ccd776d946f3a23e5560cf575c285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.

import("//chromecast/chromecast.gni")

cast_source_set("media") {
  sources = [
    "key_systems_cast.cc",
    "key_systems_cast.h",
    "media_caps_observer_impl.cc",
    "media_caps_observer_impl.h",
  ]

  deps = [
    "//base",
    "//chromecast:chromecast_buildflags",
    "//chromecast/common/mojom",
    "//chromecast/media",
    "//chromecast/media/cdm",
    "//chromecast/public:public",
    "//components/cdm/renderer",
    "//content/public/renderer",
    "//media",
    "//third_party/widevine/cdm:buildflags",
    "//ui/gfx/geometry",
  ]
}