Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1417)

Unified Diff: chrome/test/startup/startup_tests.scons

Issue 14472: Initial generation of native Visual Studio solution files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/selenium/selenium_tests.scons ('k') | chrome/test/tab_switching/tab_switching_test.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/startup/startup_tests.scons
===================================================================
--- chrome/test/startup/startup_tests.scons (revision 7290)
+++ chrome/test/startup/startup_tests.scons (working copy)
@@ -67,4 +67,26 @@
'startup_test.cc',
]
-env.ChromeTestProgram('startup_tests', input_files)
+# TODO(port):
+if env.Bit('windows'):
+ env.ChromeTestProgram('startup_tests', input_files)
+
+env.ChromeMSVSProject('$CHROME_DIR/test/startup/startup_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='{D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C}')
« no previous file with comments | « chrome/test/selenium/selenium_tests.scons ('k') | chrome/test/tab_switching/tab_switching_test.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698