| Index: webkit/activex_shim_dll/SConscript
|
| ===================================================================
|
| --- webkit/activex_shim_dll/SConscript (revision 7290)
|
| +++ webkit/activex_shim_dll/SConscript (working copy)
|
| @@ -45,5 +45,12 @@
|
| ]
|
|
|
| dll = env.ChromeSharedLibrary('npaxshim', input_files)
|
| +
|
| i = env.Install('$TARGET_ROOT', dll)
|
| env.Alias('webkit', i)
|
| +
|
| +env.ChromeMSVSProject('$WEBKIT_DIR/activex_shim_dll/activex_shim_dll.vcproj',
|
| + dependencies = [
|
| + '$WEBKIT_DIR/activex_shim/activex_shim.vcproj',
|
| + ],
|
| + guid='{494E414B-1655-48CE-996D-6413ECFB7829}')
|
|
|