summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/perf/perftests.scons1
-rw-r--r--chrome/test/unit/unit_tests.scons1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/perf/perftests.scons b/chrome/test/perf/perftests.scons
index e0ab596..83ae07a 100644
--- a/chrome/test/perf/perftests.scons
+++ b/chrome/test/perf/perftests.scons
@@ -48,6 +48,7 @@ env.Prepend(
'V8Bindings',
'WTF',
'WebCore',
+ 'WebKit',
'debugger',
'glue',
'port',
diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons
index 9add75c..dd630498 100644
--- a/chrome/test/unit/unit_tests.scons
+++ b/chrome/test/unit/unit_tests.scons
@@ -53,6 +53,7 @@ env.Prepend(
'JavaScriptCore_pcre',
'port',
'WebCore',
+ 'WebKit',
'X11',
'Xrender',