Index: ui/gfx/BUILD.gn |
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
index 3aaade9da7c6e06e21635b21e73eaf01365a59eb..54ec0317de47a841f59e18325fcabd4b5ecb4ade 100644 |
--- a/ui/gfx/BUILD.gn |
+++ b/ui/gfx/BUILD.gn |
@@ -378,6 +378,7 @@ component("gfx") { |
if (is_mac) { |
libs = [ |
"AppKit.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreText.framework", |