Index: third_party/WebKit/Source/core/BUILD.gn |
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn |
index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..c18ca4a3e98a796aebad9a565c7b622234740524 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -278,7 +278,10 @@ source_set("remaining") { |
} |
if (is_mac) { |
- libs += [ "Carbon.framework" ] |
+ libs += [ |
+ "AppKit.framework", |
+ "Carbon.framework", |
+ ] |
} else { # !is_mac |
sources -= [ "editing/commands/SmartReplaceCF.cpp" ] |
} |