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

Unified Diff: test/win/linker-flags/program-database.gyp

Issue 126443004: win ninja: include .pdb in linker outputs (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: update comment Created 6 years, 11 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 | « test/win/linker-flags/pdb-output.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/linker-flags/program-database.gyp
diff --git a/test/win/linker-flags/program-database.gyp b/test/win/linker-flags/program-database.gyp
index b822a8be40e16b3372585a0c3b5a7e8d75b3183d..6e60ac0dc998486af4121a2a939d87fa2fa261c5 100644
--- a/test/win/linker-flags/program-database.gyp
+++ b/test/win/linker-flags/program-database.gyp
@@ -4,9 +4,10 @@
{
'targets': [
- # Verify that 'ProgramDataBase' option correctly makes it to LINK step in Ninja
+ # Verify that 'ProgramDatabaseFile' option correctly makes it to LINK
+ # step in Ninja.
{
- # Verify that VC macros and windows paths work correctly
+ # Verify that VC macros and windows paths work correctly.
'target_name': 'test_pdb_outdir',
'type': 'executable',
'sources': ['hello.cc'],
@@ -21,7 +22,7 @@
},
},
{
- # Verify that GYP macros and POSIX paths work correctly
+ # Verify that GYP macros and POSIX paths work correctly.
'target_name': 'test_pdb_proddir',
'type': 'executable',
'sources': ['hello.cc'],
« no previous file with comments | « test/win/linker-flags/pdb-output.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698