Index: media/BUILD.gn |
diff --git a/media/BUILD.gn b/media/BUILD.gn |
index 99b66f6e76eabe0b260bc6de5302f7307d1b174e..364ab5362a80a166fa79087780844f47fa7df0a1 100644 |
--- a/media/BUILD.gn |
+++ b/media/BUILD.gn |
@@ -361,6 +361,7 @@ component("media") { |
if (is_mac) { |
public_deps += [ "//media/base/mac" ] |
libs += [ |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. Remove after https://crbug.com/622481 is fixed. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"Foundation.framework", |