| Index: ui/native_theme/BUILD.gn
|
| diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
|
| index b79e1131c2a6130c8c6db74ee99af5791b225007..d5020fb6cfa83865209b02acc38c35e9bc9e85a3 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. Remove after https://crbug.com/622481 is fixed.
|
| + "CoreGraphics.framework",
|
| ]
|
| }
|
| }
|
|
|