Index: ui/snapshot/BUILD.gn |
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn |
index d6ae901d8d34345f4a2e94b3e4e9cdc9f2ff1795..d79d09db3cae95f0316221e5cf5e47a7234a5268 100644 |
--- a/ui/snapshot/BUILD.gn |
+++ b/ui/snapshot/BUILD.gn |
@@ -63,6 +63,7 @@ component("snapshot") { |
if (is_mac) { |
libs = [ |
"AppKit.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
"CoreGraphics.framework", |
] |
} |