macOS: cefsimple: Add missing AppKit.framework dependency to GN config

This commit is contained in:
Marshall Greenblatt 2019-10-14 17:37:37 +02:00
parent aefe9a4195
commit 1a661a2d15

View File

@ -1959,6 +1959,9 @@ if (is_mac) {
":cefsimple_resources_bundle_data_english",
":cefsimple_xibs",
]
libs = [
"AppKit.framework",
]
defines = [
"CEF_USE_SANDBOX",
]