Fixes for cr-settings-page-header
[chromium-blink-merge.git] / chromecast / BUILD.gn
blob6169cf8680863712ea2ad348fdd5d7cbe8074a85
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 import("//chromecast/chromecast.gni")
7 config("config") {
8   defines = []
10   if (use_playready) {
11     defines += [ "PLAYREADY_CDM_AVAILABLE" ]
12   }
15 component("chromecast") {
16   deps = [
17     "//chromecast/base",
18     "//chromecast/base/metrics",
19     "//chromecast/media",
20   ]