Index: chrome/test/selenium/selenium_tests.scons |
=================================================================== |
--- chrome/test/selenium/selenium_tests.scons (revision 7290) |
+++ chrome/test/selenium/selenium_tests.scons (working copy) |
@@ -72,4 +72,26 @@ |
'selenium_test.cc', |
] |
-env.ChromeTestProgram('selenium_tests', input_files) |
+# TODO(port): |
+if env.Bit('windows'): |
+ env.ChromeTestProgram('selenium_tests', input_files) |
+ |
+env.ChromeMSVSProject('$CHROME_DIR/test/selenium/selenium_tests.vcproj', |
+ dependencies = [ |
+ '$CHROME_DIR/test/automation/automation.vcproj', |
+ '$BASE_DIR/build/base.vcproj', |
+ '$NET_DIR/build/net.vcproj', |
+ '$CHROME_DIR/browser/browser.vcproj', |
+ '$MODP_B64_DIR/modp_b64.vcproj', |
+ '$CHROME_DIR/app/chrome_exe.vcproj', |
+ '$ZLIB_DIR/zlib.vcproj', |
+ '$CHROME_DIR/common/common.vcproj', |
+ '$ICU38_DIR/build/icu.vcproj', |
+ '$BASE_DIR/build/base_gfx.vcproj', |
+ '$TESTING_DIR/gtest.vcproj', |
+ '$LIBPNG_DIR/libpng.vcproj', |
+ '$SKIA_DIR/skia.vcproj', |
+ '$GOOGLEURL_DIR/build/googleurl.vcproj', |
+ '$CHROME_DIR/browser/views/browser_views.vcproj', |
+ ], |
+ guid='{E3749617-BA3D-4230-B54C-B758E56D9FA5}') |