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