Index: ui/native_theme/BUILD.gn |
diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn |
index b79e1131c2a6130c8c6db74ee99af5791b225007..147ea6c4ac1960b6eee90a5b2cf0c445e4f7240d 100644 |
--- a/ui/native_theme/BUILD.gn |
+++ b/ui/native_theme/BUILD.gn |
@@ -58,8 +58,9 @@ component("native_theme") { |
if (is_mac) { |
libs = [ |
- "CoreGraphics.framework", |
"AppKit.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
+ "CoreGraphics.framework", |
] |
} |
} |