From 43b3be394cf9062a2b80e4dba5d880759d060633 Mon Sep 17 00:00:00 2001 From: "tkent@google.com" Date: Thu, 4 Mar 2010 08:25:08 +0000 Subject: Initial change for DumpRrenderTree support library This library provides: - An implementation of WebKitClient, - An implementation of WebPlugin, - An implementation of WebMediaPalyer, - Initialization and termination functions, - Two function for database, and - Some functions required by webkit_glue. webkit_support.gyp is not referred by build/all.gyp. A gyp for DRT/chromium in WebKit tree will refer to it. BUG=none TEST=none. This is a part of test code. Review URL: http://codereview.chromium.org/652226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40610 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/webkit.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/webkit.gyp') diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index eaeb46e..561f892 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -7,6 +7,7 @@ '../third_party/WebKit/WebKit/chromium/features.gypi', '../third_party/WebKit/WebKit/chromium/WebKit.gypi', '../third_party/WebKit/WebCore/WebCore.gypi', + 'support/webkit_support.gypi', 'tools/test_shell/test_shell.gypi', ], 'variables': { -- cgit v1.1