From 4b706713acf8483673ca6a2ec543521dd2bd8d16 Mon Sep 17 00:00:00 2001 From: "levin@chromium.org" Date: Fri, 13 Mar 2009 00:58:31 +0000 Subject: WebKit merge 41588:41613 (Chromium side). webkit\port\bindings\v8, webkit\build files These are all adjustments to use the recently upstreamed V8Events files. percent-top-value-with-relative-position-expected This is a new test that has the same result in chromium but uses a slightly different font to display it, so pixels and coordinates were also different. search-field-cancel-expected This is a new test that verifies the visual aspects of the search field. Since chromium doesn't implement this field in a special way, chromium's results are expected to be different. Review URL: http://codereview.chromium.org/42163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11606 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'webkit/SConscript') diff --git a/webkit/SConscript b/webkit/SConscript index 1100f41..c59c49d 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -123,6 +123,7 @@ env.Prepend( '$WEBKIT_DIR/pending', '$WEBKIT_DIR_PORT_INC/bindings/v8', + '$WEBKIT_DIR_PORT_INC/bindings/v8/custom', '$WEBKIT_DIR_PORT_INC/platform', '$WEBKIT_DIR_PORT_INC/platform/$WEBKIT_PLATFORM_SUBDIR', -- cgit v1.1