Chromium Code Reviews| Index: ui/display/BUILD.gn |
| diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn |
| index 55d1e56fc4a4be19eeeb05f29cf46c4ead8818eb..d81b31fc8fb6b9fc36b24b50982c29c4edf17c19 100644 |
| --- a/ui/display/BUILD.gn |
| +++ b/ui/display/BUILD.gn |
| @@ -113,6 +113,7 @@ component("display") { |
| if (is_mac) { |
| libs = [ |
| "AppKit.framework", |
| + "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
| "CoreGraphics.framework", |
| ] |
| } |