Chromium Code Reviews| Index: build/SConscript.main |
| =================================================================== |
| --- build/SConscript.main (revision 7407) |
| +++ build/SConscript.main (working copy) |
| @@ -746,7 +746,7 @@ |
| if 'msvs' in modes: |
| # We're in --mode=msvs, so add its Alias(es) to the default targets. |
| - Default(Alias('solutions')) |
| + Default(Alias('msvs')) |
| # ------------------------------------------------------------------------- |