From cf56d0d8f40be26dae0eff05e0f072463348f2e7 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 31 Mar 2009 19:43:05 +0000 Subject: Linux build fix. Hopefully this is the last of them: fixing ui_tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12893 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/ui_tests.scons | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/chrome/test/ui/ui_tests.scons b/chrome/test/ui/ui_tests.scons index a3f7d51..e5285f8 100644 --- a/chrome/test/ui/ui_tests.scons +++ b/chrome/test/ui/ui_tests.scons @@ -43,6 +43,33 @@ env.Prepend( 'sqlite', 'WTF', 'views', + + '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