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

Unified Diff: pylib/gyp/msvs_emulation.py

Issue 11304012: Add support at test for /PROFILE in Ninja (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | test/win/gyptest-ninja-link-flags.py » ('j') | test/win/gyptest-ninja-link-flags.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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={ 'false': '', '': '', 'true': '/PROFILE'})
scottmg 2012/10/26 20:31:57 remove all but the 'true' case (other values with
noelallen1 2012/10/27 23:22:00 Done.
# TODO(scottmg): This should sort of be somewhere else (not really a flag).
ld('AdditionalDependencies', prefix='')
# TODO(scottmg): These too.
« no previous file with comments | « no previous file | test/win/gyptest-ninja-link-flags.py » ('j') | test/win/gyptest-ninja-link-flags.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698