Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 2c9d9de43720cc6850188ca3bd91824aea7d5571..2ea75d37f7a8e21d07a22178c9419618e04b4406 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. Remove after https://crbug.com/622481 is fixed. |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreText.framework", |