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

Unified Diff: google_update/SConscript

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/views/SConscript ('k') | media/media_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_update/SConscript
===================================================================
--- google_update/SConscript (revision 7290)
+++ google_update/SConscript (working copy)
@@ -4,5 +4,9 @@
Import('env')
-env.TypeLibrary('google_update_idl')
+# TODO(port):
+if env.Bit('windows'):
+ env.TypeLibrary('google_update_idl')
+env.ChromeMSVSProject('$GOOGLE_UPDATE_DIR/ondemand_updates.vcproj',
+ guid='{4052059A-D72B-4183-B5C2-9D1B099E9E35}')
« no previous file with comments | « chrome/views/SConscript ('k') | media/media_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698