| Index: webkit/tools/npapi_layout_test_plugin/SConscript
|
| ===================================================================
|
| --- webkit/tools/npapi_layout_test_plugin/SConscript (revision 7290)
|
| +++ webkit/tools/npapi_layout_test_plugin/SConscript (working copy)
|
| @@ -47,6 +47,10 @@
|
|
|
| dll = env.ChromeSharedLibrary('npapi_layout_test_plugin', input_files)
|
|
|
| +env.ChromeMSVSProject(('$WEBKIT_DIR/tools/npapi_layout_test_plugin/' +
|
| + 'npapi_layout_test_plugin.vcproj'),
|
| + guid='{BE6D5659-A8D5-4890-A42C-090DD10EF62C}')
|
| +
|
| i = env.Install('$TARGET_ROOT/plugins', dll)
|
| env.Alias('webkit', i)
|
|
|
|
|