Index: ui/views/BUILD.gn |
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn |
index ecc1d16141d25862f5a4de2be47271d9e8268fee..80ca87aa04cbfe799e8493774f8e3b8ec689c767 100644 |
--- a/ui/views/BUILD.gn |
+++ b/ui/views/BUILD.gn |
@@ -141,6 +141,7 @@ component("views") { |
] |
libs = [ |
"AppKit.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. Remove after https://crbug.com/622481 is fixed. |
"CoreGraphics.framework", |
"Foundation.framework", |
"QuartzCore.framework", # Required by bridged_native_widget.mm. |