diff --git a/cef.gyp b/cef.gyp index 5dfc472f3..fdec26a85 100644 --- a/cef.gyp +++ b/cef.gyp @@ -940,7 +940,7 @@ 'tests/cefclient/client_app.cpp', 'tests/cefclient/client_app.h', 'tests/cefclient/process_helper_mac.cpp', - 'tests/unittests/client_app_delegates.h', + 'tests/unittests/client_app_delegates.cc', 'tests/unittests/process_message_unittest.cc', 'tests/unittests/test_handler.cc', 'tests/unittests/test_handler.h', diff --git a/tools/distrib/cefclient.gyp b/tools/distrib/cefclient.gyp index 75a30a82a..fd59d516e 100644 --- a/tools/distrib/cefclient.gyp +++ b/tools/distrib/cefclient.gyp @@ -200,6 +200,7 @@ ], 'link_settings': { 'libraries': [ + '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', '$(CONFIGURATION)/libcef.dylib', ], },