summaryrefslogtreecommitdiff
path: root/chromium/chromecast/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-18 14:10:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-06-18 13:53:24 +0000
commit813fbf95af77a531c57a8c497345ad2c61d475b3 (patch)
tree821b2c8de8365f21b6c9ba17a236fb3006a1d506 /chromium/chromecast/BUILD.gn
parentaf6588f8d723931a298c995fa97259bb7f7deb55 (diff)
downloadqtwebengine-chromium-813fbf95af77a531c57a8c497345ad2c61d475b3.tar.gz
BASELINE: Update chromium to 44.0.2403.47
Change-Id: Ie056fedba95cf5e5c76b30c4b2c80fca4764aa2f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'chromium/chromecast/BUILD.gn')
-rw-r--r--chromium/chromecast/BUILD.gn21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/chromecast/BUILD.gn b/chromium/chromecast/BUILD.gn
new file mode 100644
index 00000000000..6169cf86808
--- /dev/null
+++ b/chromium/chromecast/BUILD.gn
@@ -0,0 +1,21 @@
+# 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")
+
+config("config") {
+ defines = []
+
+ if (use_playready) {
+ defines += [ "PLAYREADY_CDM_AVAILABLE" ]
+ }
+}
+
+component("chromecast") {
+ deps = [
+ "//chromecast/base",
+ "//chromecast/base/metrics",
+ "//chromecast/media",
+ ]
+}