Index: chrome/test/tab_switching/tab_switching_test.scons |
=================================================================== |
--- chrome/test/tab_switching/tab_switching_test.scons (revision 7290) |
+++ chrome/test/tab_switching/tab_switching_test.scons (working copy) |
@@ -69,5 +69,28 @@ |
#"..\..\Debug\obj\tab_switching_test\precompiled_wtl.obj" |
-env.ChromeTestProgram('tab_switching_test', input_files) |
+# TODO(port): |
+if env.Bit('windows'): |
+ env.ChromeTestProgram('tab_switching_test', input_files) |
+env.ChromeMSVSProject('$CHROME_DIR/test/tab_switching/tab_switching.vcproj', |
+ name='tab_switching_test', |
+ 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/test/ui/ui_tests.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='{A34770EA-A574-43E8-9327-F79C04770E98}') |