Index: chrome/chrome_dll.gypi |
=================================================================== |
--- chrome/chrome_dll.gypi (revision 93513) |
+++ chrome/chrome_dll.gypi (working copy) |
@@ -134,6 +134,9 @@ |
'VCLinkerTool': { |
'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', |
'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', |
+ # This corresponse to the /PROFILE flag which ensures |
Sigurður Ásgeirsson
2011/07/27 11:21:56
corresponse -> corresponds?
|
+ # the PDB file contains FIXUP information. |
+ 'Profile': 'true', |
chrisha
2011/07/26 23:47:24
Wasn't this already addressed somewhere else? ie:
|
}, |
}, |
}], # OS=="win" |