| Index: chrome/test/ui/ui_tests.scons
|
| ===================================================================
|
| --- chrome/test/ui/ui_tests.scons (revision 7290)
|
| +++ chrome/test/ui/ui_tests.scons (working copy)
|
| @@ -129,4 +129,37 @@
|
| '$CHROME_DIR/browser/views/find_bar_win_uitest.cc',
|
| ])
|
|
|
| -env.ChromeTestProgram('ui_tests', ui_test_files)
|
| + env.ChromeTestProgram('ui_tests', ui_test_files)
|
| +
|
| +env.ChromeMSVSProject('$CHROME_DIR/test/ui/ui_tests.vcproj',
|
| + dependencies = [
|
| + ('$WEBKIT_DIR/glue/plugins/test/' +
|
| + 'npapi_test_plugin.vcproj'),
|
| + '$CHROME_DIR/test/automation/automation.vcproj',
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$BZIP2_DIR/bzip2.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',
|
| + '$CHROME_DIR/app/locales/he.vcproj',
|
| + '$CHROME_DIR/app/locales/da.vcproj',
|
| + '$BASE_DIR/build/base_gfx.vcproj',
|
| + ('$WEBKIT_DIR/tools/npapi_layout_test_plugin/' +
|
| + 'npapi_layout_test_plugin.vcproj'),
|
| + '$TESTING_DIR/gtest.vcproj',
|
| + '$LIBPNG_DIR/libpng.vcproj',
|
| + '$CHROME_DIR/app/locales/en-US.vcproj',
|
| + '$SKIA_DIR/skia.vcproj',
|
| + ('$CHROME_DIR/test/security_tests/' +
|
| + 'security_tests.vcproj'),
|
| + '$CHROME_DIR/app/locales/zh-TW.vcproj',
|
| + '$GOOGLEURL_DIR/build/googleurl.vcproj',
|
| + '$SDCH_DIR/sdch.vcproj',
|
| + '$LIBXML_DIR/build/libxml.vcproj',
|
| + '$CHROME_DIR/browser/views/browser_views.vcproj',
|
| + ],
|
| + guid='{76235B67-1C27-4627-8A33-4B2E1EF93EDE}')
|
|
|