summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/SConscript11
-rw-r--r--webkit/glue/plugins/test/SConscript6
2 files changed, 17 insertions, 0 deletions
diff --git a/webkit/glue/SConscript b/webkit/glue/SConscript
index 81669fb..02570b5 100644
--- a/webkit/glue/SConscript
+++ b/webkit/glue/SConscript
@@ -133,3 +133,14 @@ if env.Bit('posix'):
env.ChromeStaticLibrary('glue', input_files)
+env.ChromeMSVSProject('$WEBKIT_DIR/build/glue/glue.vcproj',
+ name = 'Glue',
+ dependencies = [
+ '$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
+ '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
+ ('$WEBKIT_DIR/build/V8Bindings/' +
+ 'V8Bindings_prebuild.vcproj'),
+ ('$WEBKIT_DIR/build/localized_strings/' +
+ 'localized_strings.vcproj'),
+ ],
+ guid='{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}')
diff --git a/webkit/glue/plugins/test/SConscript b/webkit/glue/plugins/test/SConscript
index 6551a0d..245adf7 100644
--- a/webkit/glue/plugins/test/SConscript
+++ b/webkit/glue/plugins/test/SConscript
@@ -74,3 +74,9 @@ dll = env.ChromeSharedLibrary('npapi_test_plugin', input_files)
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}')