Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: webkit/tools/npapi_layout_test_plugin/SConscript

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/plugins/test/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « webkit/glue/plugins/test/SConscript ('k') | webkit/tools/test_shell/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698