Index: media/capture/BUILD.gn |
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn |
index 619f000f1e885b57704b0a7540a7b4e0d3ccc8ee..f58ac771cf418cdf36122e30e7e2b108b5382768 100644 |
--- a/media/capture/BUILD.gn |
+++ b/media/capture/BUILD.gn |
@@ -105,6 +105,7 @@ component("capture") { |
if (is_mac) { |
deps += [ "//third_party/decklink" ] |
libs = [ |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreVideo.framework", |