summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-07 19:38:46 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-07 19:38:46 +0000
commit872b83154e9d717cbd268d25c228d19ecfbfa976 (patch)
tree372b780df4e8d87f9e4cb49f3519ec8507d6ea9a
parent41d5931e428991e673b31e4ba6cf1219d35f656e (diff)
downloadchromium_src-872b83154e9d717cbd268d25c228d19ecfbfa976.zip
chromium_src-872b83154e9d717cbd268d25c228d19ecfbfa976.tar.gz
chromium_src-872b83154e9d717cbd268d25c228d19ecfbfa976.tar.bz2
Have the Chrome Frame helper DLL's pdb not stomp on the Chrome Frame helper EXE's pdb at build time.
BUG=53127 TEST=build both chrome_frame_helper and chrome_frame_helper_dll and get two pdbs. Review URL: http://codereview.chromium.org/3308012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58734 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome_frame/chrome_frame_launcher.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame_launcher.gyp b/chrome_frame/chrome_frame_launcher.gyp
index 0d4b07b1..02a03f1 100644
--- a/chrome_frame/chrome_frame_launcher.gyp
+++ b/chrome_frame/chrome_frame_launcher.gyp
@@ -157,8 +157,8 @@
],
'msvs_settings': {
'VCLinkerTool': {
- 'OutputFile':
- '$(OutDir)\\chrome_frame_helper.dll',
+ 'OutputFile': '$(OutDir)\\chrome_frame_helper.dll',
+ 'ProgramDataBaseFile': '$(OutDir)\\chrome_frame_helper_dll.pdb',
# Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
'SubSystem': '2',
'AdditionalDependencies': [