From f8ee26e45e8a04bb75a3e7b0449b8acf3efb04e2 Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Wed, 10 Mar 2010 14:26:16 +0000 Subject: Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. Review URL: http://codereview.chromium.org/673001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41158 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 282bb3b..0754c9f 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -408,6 +408,11 @@ ['exclude', r'/mac_']], }, { # else: OS=="mac" 'sources/': [['exclude', 'plugin_(lib|list)_posix\\.cc$']], + 'link_settings': { + 'libraries': [ + '$(SDKROOT)/QuartzCore.framework', + ], + }, }], ['enable_gpu==1', { 'dependencies': [ -- cgit v1.1