Chromium Code Reviews| Index: ui/gfx/BUILD.gn |
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn |
| index 3aaade9da7c6e06e21635b21e73eaf01365a59eb..a1c4b0aaa4c86df2cf8af53516f3aaa8e5e9b2fb 100644 |
| --- a/ui/gfx/BUILD.gn |
| +++ b/ui/gfx/BUILD.gn |
| @@ -378,6 +378,7 @@ component("gfx") { |
| 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", |