From a7500b2ae1c3197bc49f511b6323633acad70985 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 31 Mar 2009 19:52:13 +0000 Subject: Linx build fix. Adding the world to another target; this time startup_tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12894 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/startup/startup_tests.scons | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'chrome/test/startup') diff --git a/chrome/test/startup/startup_tests.scons b/chrome/test/startup/startup_tests.scons index 7150bca..eba436e 100644 --- a/chrome/test/startup/startup_tests.scons +++ b/chrome/test/startup/startup_tests.scons @@ -36,6 +36,32 @@ env.Prepend( # needed for shared link deps 'sqlite', 'xslt', + + 'WebKit', + 'WebCore', + 'V8Bindings', + 'v8_snapshot', + 'libxml', + 'v8_g', + 'port', + 'renderer', + 'JavaScriptCore_pcre', + + 'jpeg', + + 'bzip2', + 'X11', + 'Xrender', + 'Xext', + + 'media', + 'sdch', + 'views', + + 'hunspell', + 'printing', + 'modp_b64', + 'debugger', ], ) -- cgit v1.1