summaryrefslogtreecommitdiffstats
path: root/chrome/test/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/selenium')
-rw-r--r--chrome/test/selenium/selenium_tests.scons24
1 files changed, 23 insertions, 1 deletions
diff --git a/chrome/test/selenium/selenium_tests.scons b/chrome/test/selenium/selenium_tests.scons
index 8d98dd1..7e29c94 100644
--- a/chrome/test/selenium/selenium_tests.scons
+++ b/chrome/test/selenium/selenium_tests.scons
@@ -72,4 +72,26 @@ input_files = [
'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}')