| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index 3860b8bcae926e062aad5c93be6ec76a5b0b38b3..9abda066f48626f896a76b2edd8e2cb7e73c4e33 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -98,9 +98,11 @@ source_set("capture") {
|
| }
|
|
|
| if (is_mac) {
|
| - deps += [
|
| - "//media/base/mac",
|
| - "//third_party/decklink",
|
| + deps += [ "//third_party/decklink" ]
|
| + libs = [
|
| + "CoreFoundation.framework",
|
| + "CoreGraphics.framework",
|
| + "Foundation.framework",
|
| ]
|
| }
|
|
|
|
|