| Index: chrome/test/perf/perftests.scons
|
| diff --git a/chrome/test/perf/perftests.scons b/chrome/test/perf/perftests.scons
|
| index 890ed72f5e7096b1086c01c1846b7fabda25845e..a0eadcfa02c7b7630e93ad9dd1a7e67c8884d850 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(
|
|
|