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

Unified Diff: chrome/chrome_dll.gypi

Issue 7464040: Integrate syzygy (optionally) into the chrome build process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Initial review. Created 9 years, 5 months 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
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"

Powered by Google App Engine
This is Rietveld 408576698