Google evil.

This commit is contained in:
Asher Baker 2014-11-07 17:55:16 +00:00
parent 4762735402
commit e4dbe35aa1
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ def BuildExtension():
binary.AddObjectFiles(['libbreakpad_client.a'])
elif AMBuild.target['platform'] in ['windows']:
libs = ['exception_handler', 'common', 'crash_generation_server']
libs = ['exception_handler', 'common', 'crash_generation_client']
for lib in libs:
path = os.path.join(AMBuild.sourceFolder, 'google-breakpad', 'src', 'client', 'windows', 'handler', 'Release', 'lib', lib + '.lib')
if os.path.isfile(path):

View File

@ -40,7 +40,7 @@
],
'dependencies': [
'../breakpad_client.gyp:common',
'../crash_generation/crash_generation.gyp:crash_generation_server',
'../crash_generation/crash_generation.gyp:crash_generation_client',
]
},
],