From 45a77070ad256f2b6c0ed31cacdc5592582ef598 Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" <iannucci@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Sat, 17 Nov 2012 00:28:42 +0000 Subject: Make 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= Review URL: https://codereview.chromium.org/11384003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168341 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'remoting') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 002db29..7dabdd1 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1845,7 +1845,6 @@ ], 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib', 'OutputFile': '$(OutDir)\\remoting_host.exe', - 'ProgramDatabaseFile': '$(OutDir)\\remoting_host.pdb', # 2 == /SUBSYSTEM:WINDOWS 'SubSystem': '2', }, -- cgit v1.1