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

Unified Diff: third_party/decklink/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « third_party/WebKit/Source/web/BUILD.gn ('k') | third_party/mozilla/BUILD.gn » ('j') | 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/third_party/decklink/BUILD.gn b/third_party/decklink/BUILD.gn
index 6847d9c24d8b7f94ddc6dcc181d6160ee844bded..2a19582c367b706b0d14a85a0a5e8ea4445219b0 100644
--- a/third_party/decklink/BUILD.gn
+++ b/third_party/decklink/BUILD.gn
@@ -8,5 +8,9 @@ if (is_mac) {
sources = [
"mac/include/DeckLinkAPIDispatch.cpp",
]
+ libs = [
+ "CoreFoundation.framework",
+ "IOKit.framework",
+ ]
}
}
« no previous file with comments | « third_party/WebKit/Source/web/BUILD.gn ('k') | third_party/mozilla/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698