DescriptionMake all pdb file names follow the same naming convention.
The new naming scheme simply appends .pdb to the target (e.g. foo.dll.pdb and
foo.exe.pdb). This is beneficial for a couple reasons:
* no more chrome_dll.pdb and chrome_exe.pdb silliness
* also avoids this issue if we end up with similarly named targets in the
future (target.dll and target.exe)
* ninja already does this, and, by extension, either ninja needs to be broken
to use the old scheme, or the we fix the broken in the existing system.
One less difference between msvs and ninja.
Fixes for chrome-internal stuff: https://chromereviews.googleplex.com/5681015
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168341
Patch Set 1 #
Total comments: 1
Patch Set 2 : Get a couple more places #Patch Set 3 : line length #Patch Set 4 : Rebase #Patch Set 5 : rebase #Patch Set 6 : line ending #Patch Set 7 : I'll fix that comment in another cl... #Patch Set 8 : Can only hardlink if the pdb exists... #Patch Set 9 : #
Messages
Total messages: 21 (0 generated)
|