Chromium Code Reviews| Index: pylib/gyp/msvs_emulation.py |
| =================================================================== |
| --- pylib/gyp/msvs_emulation.py (revision 1523) |
| +++ pylib/gyp/msvs_emulation.py (working copy) |
| @@ -402,6 +402,7 @@ |
| ld('IgnoreDefaultLibraryNames', prefix='/NODEFAULTLIB:') |
| ld('ResourceOnlyDLL', map={'true': '/NOENTRY'}) |
| ld('EntryPointSymbol', prefix='/ENTRY:') |
| + ld('Profile', map={ 'true': '/PROFILE'}) |
|
scottmg
2012/10/29 20:27:36
nit: extra space here
|
| # TODO(scottmg): This should sort of be somewhere else (not really a flag). |
| ld('AdditionalDependencies', prefix='') |
| # TODO(scottmg): These too. |