| Index: webkit/SConscript
|
| ===================================================================
|
| --- webkit/SConscript (revision 2299)
|
| +++ webkit/SConscript (working copy)
|
| @@ -153,6 +153,7 @@
|
| 'build/V8Bindings/SConscript',
|
| 'default_plugin/SConscript',
|
| 'glue/SConscript',
|
| + 'glue/plugins/test/SConscript',
|
| ]
|
| if env['PLATFORM'] == 'win32':
|
| # These extra dirs aren't win32-specific, they're just the dirs that
|
| @@ -164,7 +165,6 @@
|
| 'build/WebCore/SConscript', # This almost works on linux. It requires
|
| # some changes to WebKit that we'll get
|
| # in the merge.
|
| - 'glue/plugins/test/SConscript',
|
| 'tools/npapi_layout_test_plugin/SConscript',
|
| 'tools/test_shell/SConscript',
|
| 'tools/test_shell/resources/fonts/SConscript',
|
|
|