Compute can_use_lcd_text using property trees.
[chromium-blink-merge.git] / chromecast / BUILD.gn
blobe5f3b89ee80e91c086a081763e0365fc750e79b7
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/crash",
20     "//chromecast/media",
21   ]
24 group("chromecast_unittests") {
25   testonly = true
27   deps = [
28     "//chromecast/app:cast_shell_unittests",
29     "//chromecast/base:cast_base_unittests",
30     "//chromecast/crash:cast_crash_unittests",
31     "//chromecast/media:cast_media_unittests",
32   ]