summaryrefslogtreecommitdiffstats
path: root/third_party/decklink
diff options
context:
space:
mode:
authorisherman <isherman@chromium.org>2014-09-22 21:45:40 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-23 04:45:52 +0000
commit8652b92e1a0fbb6716c5b482f38de4ebc8b11157 (patch)
tree915c69dd83217c2bfb4afed90f84f3e9d479fe08 /third_party/decklink
parent2183a5ca1d032992752682439848dddbe0ed0085 (diff)
downloadchromium_src-8652b92e1a0fbb6716c5b482f38de4ebc8b11157.zip
chromium_src-8652b92e1a0fbb6716c5b482f38de4ebc8b11157.tar.gz
chromium_src-8652b92e1a0fbb6716c5b482f38de4ebc8b11157.tar.bz2
[GN build] Add a BUILD.gn file for //third_party/decklink
BUG=none TEST=none R=jamesr@chromium.org TBR=perkj@chromium.org NOPRESUBMIT=true NOTRY=true Review URL: https://codereview.chromium.org/594653004 Cr-Commit-Position: refs/heads/master@{#296141}
Diffstat (limited to 'third_party/decklink')
-rw-r--r--third_party/decklink/BUILD.gn12
-rw-r--r--third_party/decklink/decklink.gyp1
2 files changed, 13 insertions, 0 deletions
diff --git a/third_party/decklink/BUILD.gn b/third_party/decklink/BUILD.gn
new file mode 100644
index 0000000..6847d9c
--- /dev/null
+++ b/third_party/decklink/BUILD.gn
@@ -0,0 +1,12 @@
+# Copyright 2014 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.
+
+# GYP version: //third_party/decklink/decklink.gyp:decklink
+if (is_mac) {
+ static_library("decklink") {
+ sources = [
+ "mac/include/DeckLinkAPIDispatch.cpp",
+ ]
+ }
+}
diff --git a/third_party/decklink/decklink.gyp b/third_party/decklink/decklink.gyp
index a9669b2..30772c4 100644
--- a/third_party/decklink/decklink.gyp
+++ b/third_party/decklink/decklink.gyp
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GN version: //third_party/decklink
{
'conditions': [
['OS=="mac"', {