Index: media/capture/BUILD.gn |
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn |
index 619f000f1e885b57704b0a7540a7b4e0d3ccc8ee..a636d12111af0276333d840e924c38f266619a49 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. Remove after https://crbug.com/622481 is fixed. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreVideo.framework", |