Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: chrome/test/perf/perftests.scons

Issue 27036: Get shared link working again. (Closed)
Patch Set: with dom fix Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.cc ('k') | net/net_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/common/temp_scaffolding_stubs.cc ('k') | net/net_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698