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

Unified Diff: media/capture/BUILD.gn

Issue 2529493002: mac: Remove more media/base/mac glue unneeded now that we target 10.9 (Closed)
Patch Set: . Created 4 years, 1 month 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
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 60bd899a4294d58baae2dcc8b5ed9ca6280e7a12..d0277040900b426568c6afb1faaf2d2b2b1bf7d8 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -120,8 +120,10 @@ component("capture") {
if (is_mac) {
deps += [ "//third_party/decklink" ]
libs = [
+ "AVFoundation.framework",
"CoreFoundation.framework",
"CoreGraphics.framework",
+ "CoreMedia.framework",
"CoreVideo.framework",
"Foundation.framework",
]
« no previous file with comments | « media/base/mac/videotoolbox_helpers.cc ('k') | media/capture/video/mac/video_capture_device_avfoundation_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698