| Index: webkit/glue/plugins/test/SConscript
|
| ===================================================================
|
| --- webkit/glue/plugins/test/SConscript (revision 7290)
|
| +++ webkit/glue/plugins/test/SConscript (working copy)
|
| @@ -74,3 +74,9 @@
|
| i = env.Install('$TARGET_ROOT', dll)
|
| env.Alias('webkit', i)
|
|
|
| +env.ChromeMSVSProject('$WEBKIT_DIR/glue/plugins/test/npapi_test_plugin.vcproj',
|
| + dependencies = [
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$ICU38_DIR/build/icu.vcproj',
|
| + ],
|
| + guid='{0D04AEC1-6B68-492C-BCCF-808DFD69ABC6}')
|
|
|