Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: chromecast/BUILD.gn

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use source_set + groups Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.
4
5 import("//chromecast/chromecast.gni")
6
7 config("config") {
8 # TODO(gyp) propagate this to webkit for chromecast builds.
9 defines = [ "LOG_DISABLED=0" ]
10
11 if (use_playready) {
12 defines += [ "PLAYREADY_CDM_AVAILABLE" ]
13 }
14 }
15
16 component("chromecast") {
17 deps = [
18 "//chromecast/base",
19 "//chromecast/base/metrics",
20 "//chromecast/media",
21 ]
22 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chromecast/args.gn » ('j') | chromecast/args.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698