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

Unified Diff: media/BUILD.gn

Issue 518073002: Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enumeration, using SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scoped_refptr cannot be negated in logical operations, use .get() first. 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 | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 966593222117d28c5e92e11c65c715a8c262f7ac..287b23055330afda5931a97e678a22a4ad3c1c7d 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -165,6 +165,8 @@ component("media") {
"video/capture/mac/platform_video_capturing_mac.h",
"video/capture/mac/video_capture_device_avfoundation_mac.h",
"video/capture/mac/video_capture_device_avfoundation_mac.mm",
+ "video/capture/mac/video_capture_device_decklink_mac.h",
+ "video/capture/mac/video_capture_device_decklink_mac.mm",
"video/capture/mac/video_capture_device_factory_mac.h",
"video/capture/mac/video_capture_device_factory_mac.mm",
"video/capture/mac/video_capture_device_mac.h",
@@ -333,6 +335,7 @@ component("media") {
if (is_mac) {
deps += [
"//media/base/mac",
+ "//third_party/decklink",
]
libs += [
"CoreMIDI.framework",
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698