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

Unified Diff: third_party/decklink/BUILD.gn

Issue 594653004: [GN build] Add a BUILD.gn file for //third_party/decklink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Similarity: 100% Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/decklink/BUILD.gn
diff --git a/device/core/BUILD.gn b/third_party/decklink/BUILD.gn
similarity index 58%
copy from device/core/BUILD.gn
copy to third_party/decklink/BUILD.gn
index 7d1671fafe0591258ea6b68544150f672debebc0..f9a01b28d99a5dc1bc3d014a9f1b48e0f6e67796 100644
--- a/device/core/BUILD.gn
+++ b/third_party/decklink/BUILD.gn
@@ -2,9 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("core") {
- sources = [
- "device_client.cc",
- "device_client.h",
- ]
+if (is_mac) {
+ static_library("decklink") {
jamesr 2014/09/23 04:08:18 can you please add a reference to the gyp equivale
+ sources = [
+ "mac/include/DeckLinkAPIDispatch.cpp",
+ ]
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698