Index: webkit/SConscript |
diff --git a/webkit/SConscript b/webkit/SConscript |
index a02b0972212b13b4ea43f719d9285076fd92ca50..2b4831448aa4dde9b418c87b416d46933f753001 100644 |
--- a/webkit/SConscript |
+++ b/webkit/SConscript |
@@ -211,6 +211,7 @@ sconscript_dirs = [ |
'glue/SConscript', |
'glue/plugins/test/SConscript', |
'tools/npapi_layout_test_plugin/SConscript', |
+ 'tools/test_shell/SConscript', |
] |
if env['PLATFORM'] == 'win32': |
# These extra dirs aren't win32-specific, they're just the dirs that |
@@ -222,7 +223,6 @@ if env['PLATFORM'] == 'win32': |
'build/WebCore/SConscript', # This almost works on linux. It requires |
# some changes to WebKit that we'll get |
# in the merge. |
- 'tools/test_shell/SConscript', |
]) |
env.Append( |