Add a helper method to SConscript.main for adding .pdb files to the
output target of .exe files on Windows.  Change all the callers to
only pass in the basename of the target (e.g., 'base_unittests').
The only exception is chrome.exe which uses chrome_exe.pdb.

This lets us remove a "if env['PLATFORM'] == 'win32'" condition from
base/SConscript and these other files going forward.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@836 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 823b63ec4135ed33a1bd358d05e863dbf821a3b1
1 file changed
tree: 62b05603d6f0035ae1b96b327c5a636f6deca029
  1. base/
  2. build/