Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 2c9d9de43720cc6850188ca3bd91824aea7d5571..9e0f2938407346dbfc2bf0abebb0ee403d259b2b 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -522,6 +522,7 @@ component("skia") { |
if (is_mac) { |
libs = [ |
"AppKit.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreText.framework", |