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

Unified Diff: chrome/test/activex_test_control/activex_test_control.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/renderer/renderer.scons ('k') | chrome/test/automated_ui_tests/automated_ui_tests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/activex_test_control/activex_test_control.scons
===================================================================
--- chrome/test/activex_test_control/activex_test_control.scons (revision 7290)
+++ chrome/test/activex_test_control/activex_test_control.scons (working copy)
@@ -36,7 +36,9 @@
],
)
-env.TypeLibrary('activex_test_control.idl')
+# TODO(port):
+if env.Bit('windows'):
+ env.TypeLibrary('activex_test_control.idl')
input_files = [
'activex_test_control.cc',
@@ -44,4 +46,10 @@
'chrome_test_control.cc',
]
-env.ChromeSharedLibrary('activex_test_control', input_files)
+# TODO(port):
+if env.Bit('windows'):
+ env.ChromeSharedLibrary('activex_test_control', input_files)
+
+env.ChromeMSVSProject(('$CHROME_DIR/test/activex_test_control/' +
+ 'activex_test_control.vcproj'),
+ guid='{414D4D24-5D65-498B-A33F-3A29AD3CDEDC}')
« no previous file with comments | « chrome/renderer/renderer.scons ('k') | chrome/test/automated_ui_tests/automated_ui_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698