| 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 e5af9128afb0a83860dea4dedfa3178fafd992c6..4c22e4534375a5c8b62d1179f548ebdeb5f0e9da 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -264,7 +264,10 @@ source_set("remaining") {
|
| }
|
|
|
| if (is_mac) {
|
| - libs += [ "Carbon.framework" ]
|
| + libs += [
|
| + "AppKit.framework",
|
| + "Carbon.framework",
|
| + ]
|
| } else { # !is_mac
|
| sources -= [ "editing/commands/SmartReplaceCF.cpp" ]
|
| }
|
|
|