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 /net | |
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 'net')
-rw-r--r-- | net/net_lib.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons index fda0cc7..9d0acbb 100644 --- a/net/net_lib.scons +++ b/net/net_lib.scons @@ -14,6 +14,7 @@ env.ApplySConscript([ '$BZIP2_DIR/using_bzip2.scons', '$CHROME_SRC_DIR/build/using_googleurl.scons', '$GRIT_DIR/build/using_generated_resources.scons', + '$GTEST_DIR/../using_gtest.scons', '$ICU38_DIR/using_icu38.scons', '$MODP_B64_DIR/using_modp_b64.scons', '$SDCH_DIR/using_sdch.scons', |