From 5b7c7d3cee3cff13b9fe681b182391e1734833ff Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Thu, 19 Feb 2009 00:06:22 +0000 Subject: Make safe_browsing_blocking_page.cc compile on Posix. Review URL: http://codereview.chromium.org/21480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9994 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/perf/perftests.scons | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'chrome/test') diff --git a/chrome/test/perf/perftests.scons b/chrome/test/perf/perftests.scons index b645d38..890ed72 100644 --- a/chrome/test/perf/perftests.scons +++ b/chrome/test/perf/perftests.scons @@ -17,6 +17,18 @@ env.ApplySConscript([ '$GTEST_DIR/../using_gtest.scons', '$ICU38_DIR/using_icu38.scons', '$MODP_B64_DIR/using_modp_b64.scons', + + '$BASE_DIR/gfx/using_base_gfx.scons', + '$BZIP2_DIR/using_bzip2.scons', + '$CHROME_SRC_DIR/build/using_v8.scons', + '$LIBJPEG_DIR/using_libjpeg.scons', + '$LIBPNG_DIR/using_libpng.scons', + '$LIBXML_DIR/using_libxml.scons', + '$LIBXSLT_DIR/using_libxslt.scons', + '$MEDIA_DIR/using_media.scons', + '$SDCH_DIR/using_sdch.scons', + '$SKIA_DIR/using_skia.scons', + '$ZLIB_DIR/using_zlib.scons', ]) env.Prepend( @@ -27,6 +39,15 @@ env.Prepend( 'browser', 'common', 'sqlite', + + 'JavaScriptCore_pcre', + 'V8Bindings', + 'WTF', + 'WebCore', + 'debugger', + 'glue', + 'port', + 'renderer', ], ) -- cgit v1.1