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

Unified Diff: chrome/test/automation/automation.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
Index: chrome/test/automation/automation.scons
===================================================================
--- chrome/test/automation/automation.scons (revision 7290)
+++ chrome/test/automation/automation.scons (working copy)
@@ -27,4 +27,9 @@
'window_proxy.cc',
]
-env.ChromeStaticLibrary('automation', input_files)
+# TODO(port):
+if env.Bit('windows'):
+ env.ChromeStaticLibrary('automation', input_files)
+
+env.ChromeMSVSProject('$CHROME_DIR/test/automation/automation.vcproj',
+ guid='{1556EF78-C7E6-43C8-951F-F6B43AC0DD12}')
« no previous file with comments | « chrome/test/automated_ui_tests/automated_ui_tests.scons ('k') | chrome/test/chrome_plugin/test_chrome_plugin.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698