summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_launcher.gyp
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 20:10:13 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 20:10:13 +0000
commitdca69325596b089ab44dfaca1fa307881a06e9e7 (patch)
tree99423373279a10f757921db2dfc8b3b683f873cb /chrome_frame/chrome_frame_launcher.gyp
parent1ea8db1331767a36c0f5f018315dac62aee83134 (diff)
downloadchromium_src-dca69325596b089ab44dfaca1fa307881a06e9e7.zip
chromium_src-dca69325596b089ab44dfaca1fa307881a06e9e7.tar.gz
chromium_src-dca69325596b089ab44dfaca1fa307881a06e9e7.tar.bz2
Don't build Chrome Frame helper .exe and .dll to the \servers directory. This causes the installer to try to register the DLL which fails (since it doesn't export DllRegisterServer).
BUG=54107 TEST=The installer works again. Review URL: http://codereview.chromium.org/3353001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_launcher.gyp')
-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 9a3d7a0..aa640a0 100644
--- a/chrome_frame/chrome_frame_launcher.gyp
+++ b/chrome_frame/chrome_frame_launcher.gyp
@@ -117,7 +117,7 @@
'msvs_settings': {
'VCLinkerTool': {
'OutputFile':
- '$(OutDir)\\servers\\$(ProjectName).exe',
+ '$(OutDir)\\$(ProjectName).exe',
# Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
'SubSystem': '2',
},
@@ -156,7 +156,7 @@
'msvs_settings': {
'VCLinkerTool': {
'OutputFile':
- '$(OutDir)\\servers\\chrome_frame_helper.dll',
+ '$(OutDir)\\chrome_frame_helper.dll',
# Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
'SubSystem': '2',
'AdditionalDependencies': [