| Index: chrome/test/unit/unit_tests.scons
|
| ===================================================================
|
| --- chrome/test/unit/unit_tests.scons (revision 7290)
|
| +++ chrome/test/unit/unit_tests.scons (working copy)
|
| @@ -251,3 +251,49 @@
|
|
|
| i = env.Install('$TARGET_ROOT', unit_tests)
|
| Alias('chrome', i)
|
| +
|
| +env.ChromeMSVSProject('$CHROME_DIR/test/unit/unittests.vcproj',
|
| + name='unit_tests',
|
| + dependencies = [
|
| + '$BASE_DIR/build/base.vcproj',
|
| + '$WEBKIT_DIR/build/WebCore/WebCore.vcproj',
|
| + '$CHROME_DIR/plugin/plugin.vcproj',
|
| + '$LIBJPEG_DIR/libjpeg.vcproj',
|
| + '$BZIP2_DIR/bzip2.vcproj',
|
| + '$NET_DIR/build/net.vcproj',
|
| + ('$WEBKIT_DIR/build/JavaScriptCore/' +
|
| + 'JavaScriptCore_pcre.vcproj'),
|
| + '$WEBKIT_DIR/build/port/port.vcproj',
|
| + '$CHROME_DIR/browser/debugger/debugger.vcproj',
|
| + '$WEBKIT_DIR/default_plugin/default_plugin.vcproj',
|
| + '$CHROME_DIR/browser/browser.vcproj',
|
| + '$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj',
|
| + '$SQLITE_DIR/sqlite.vcproj',
|
| + '$CHROME_DIR/views/views.vcproj',
|
| + '$MODP_B64_DIR/modp_b64.vcproj',
|
| + '$CHROME_DIR/test/chrome_plugin/test_chrome_plugin.vcproj',
|
| + '$ZLIB_DIR/zlib.vcproj',
|
| + '$CHROME_DIR/common/common.vcproj',
|
| + '$ICU38_DIR/build/icu.vcproj',
|
| + '$CHROME_DIR/renderer/renderer.vcproj',
|
| + '$BASE_DIR/build/base_gfx.vcproj',
|
| + '$WEBKIT_DIR/build/JavaScriptCore/WTF.vcproj',
|
| + '$CHROME_DIR/browser/resources/browser_resources.vcproj',
|
| + '$RLZ_DIR/rlz.vcproj',
|
| + '$TESTING_DIR/gtest.vcproj',
|
| + '$V8_DIR/tools/visual_studio/v8_snapshot.vcproj',
|
| + '$LIBPNG_DIR/libpng.vcproj',
|
| + '$WEBKIT_DIR/build/glue/glue.vcproj',
|
| + '$CHROME_DIR/app/locales/en-US.vcproj',
|
| + '$SKIA_DIR/skia.vcproj',
|
| + '$CHROME_DIR/third_party/hunspell/hunspell.vcproj',
|
| + '$CHROME_DIR/app/generated_resources.vcproj',
|
| + '$GOOGLEURL_DIR/build/googleurl.vcproj',
|
| + '$CHROME_DIR/installer/util/util.vcproj',
|
| + '$WEBKIT_DIR/activex_shim/activex_shim.vcproj',
|
| + '$SDCH_DIR/sdch.vcproj',
|
| + '$CHROME_DIR/browser/views/browser_views.vcproj',
|
| + '$LIBXSLT_DIR/build/libxslt.vcproj',
|
| + '$CHROME_DIR/app/theme/theme_dll.vcproj',
|
| + ],
|
| + guid='{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}')
|
|
|