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

Unified Diff: chrome/test/security_tests/security_tests.scons

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 | « chrome/test/reliability/reliability_tests.scons ('k') | chrome/test/selenium/selenium_tests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/security_tests/security_tests.scons
===================================================================
--- chrome/test/security_tests/security_tests.scons (revision 7290)
+++ chrome/test/security_tests/security_tests.scons (working copy)
@@ -41,4 +41,9 @@
'$SANDBOX_DIR/tests/validation_tests/commands${OBJSUFFIX}',
]
-env.ChromeSharedLibrary('security_tests', input_files)
+# TODO(port):
+if env.Bit('windows'):
+ env.ChromeSharedLibrary('security_tests', input_files)
+
+env.ChromeMSVSProject('$CHROME_DIR/test/security_tests/security_tests.vcproj',
+ guid='{E750512D-FC7C-4C98-BF04-0A0DAF882055}')
« no previous file with comments | « chrome/test/reliability/reliability_tests.scons ('k') | chrome/test/selenium/selenium_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698