diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 19:56:16 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 19:56:16 +0000 |
commit | ea81ac968e926f50d62f24494479e8c12741d84d (patch) | |
tree | cf4e13e11ef443b1de4e8a67fae22cb220a2bd05 /chrome/test | |
parent | 278ab6a5d853262e56cf604f568da3ddecc26791 (diff) | |
download | chromium_src-ea81ac968e926f50d62f24494479e8c12741d84d.zip chromium_src-ea81ac968e926f50d62f24494479e8c12741d84d.tar.gz chromium_src-ea81ac968e926f50d62f24494479e8c12741d84d.tar.bz2 |
Get shared link working again.
1) The spell checker works, but it was still in temp_scaffolding_stubs.
This meant different files had a different view of the class, causing
memory corruption on startup. (Valgrind caught this. We need a Valgrind
builder!)
2) The net library provides gtest-related bits and must depend on gtest.
Review URL: http://codereview.chromium.org/27036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/perf/perftests.scons | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/perf/perftests.scons b/chrome/test/perf/perftests.scons index 890ed72..a0eadcf 100644 --- a/chrome/test/perf/perftests.scons +++ b/chrome/test/perf/perftests.scons @@ -29,6 +29,10 @@ env.ApplySConscript([ '$SDCH_DIR/using_sdch.scons', '$SKIA_DIR/using_skia.scons', '$ZLIB_DIR/using_zlib.scons', + + # TODO(port): we should have a using_browser.scons that pulls in hunspell + # for itself. + '$CHROME_DIR/third_party/hunspell/using_hunspell.scons', ]) env.Prepend( |