diff --git a/BUILD.gn b/BUILD.gn index 7f936e96e..863088054 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1959,6 +1959,9 @@ if (is_mac) { ":cefsimple_resources_bundle_data_english", ":cefsimple_xibs", ] + libs = [ + "AppKit.framework", + ] defines = [ "CEF_USE_SANDBOX", ]