| Index: chrome/test/automated_ui_tests/automated_ui_tests.scons
|
| ===================================================================
|
| --- chrome/test/automated_ui_tests/automated_ui_tests.scons (revision 7290)
|
| +++ chrome/test/automated_ui_tests/automated_ui_tests.scons (working copy)
|
| @@ -72,4 +72,28 @@
|
| '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
|
| ]
|
|
|
| -env.ChromeTestProgram('automated_ui_tests', input_files)
|
| +# TODO(port):
|
| +if env.Bit('windows'):
|
| + env.ChromeTestProgram('automated_ui_tests', input_files)
|
| +
|
| +env.ChromeMSVSProject('$CHROME_DIR/test/automated_ui_tests/automated_ui_tests.vcproj',
|
| + dependencies = [
|
| + '$CHROME_DIR/test/automation/automation.vcproj',
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$LIBXML_DIR/build/libxml_config.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',
|
| + '$LIBXML_DIR/build/libxml.vcproj',
|
| + '$CHROME_DIR/browser/views/browser_views.vcproj',
|
| + ],
|
| + guid='{D2250C20-3A94-4FB9-AF73-11BC5B73884B}')
|
|
|