| Index: webkit/SConscript
|
| diff --git a/webkit/SConscript b/webkit/SConscript
|
| index 8abf61c8d575a8f18ff00b9a72e26a77d8f44a14..758ad45e006a34332a0a136c049ffa3ce8e68c7a 100644
|
| --- a/webkit/SConscript
|
| +++ b/webkit/SConscript
|
| @@ -152,6 +152,7 @@ sconscript_dirs = [
|
| 'build/port/SConscript',
|
| 'build/V8Bindings/SConscript',
|
| 'default_plugin/SConscript',
|
| + 'tools/test_shell/SConscript',
|
| ]
|
| if env['PLATFORM'] == 'win32':
|
| # These extra dirs aren't win32-specific, they're just the dirs that
|
| @@ -166,7 +167,6 @@ if env['PLATFORM'] == 'win32':
|
| 'glue/SConscript',
|
| 'glue/plugins/test/SConscript',
|
| 'tools/npapi_layout_test_plugin/SConscript',
|
| - 'tools/test_shell/SConscript',
|
| 'tools/test_shell/resources/fonts/SConscript',
|
| ])
|
|
|
|
|