Fix GN errors for Win ASan bots.
BUG=chromium:677380 NOTRY=True TBR=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2858923002 Cr-Commit-Position: refs/heads/master@{#18003}
This commit is contained in:
parent
49c8f26ad1
commit
642b0f8ffd
@ -174,7 +174,7 @@
|
||||
'win_clang_rel': 'win_clang_release_bot_x86',
|
||||
'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
|
||||
'win_x64_clang_rel': 'win_clang_release_bot_x64',
|
||||
'win_asan': 'win_syzyasan_release_bot_x86',
|
||||
'win_asan': 'win_asan_clang_release_bot_x86',
|
||||
'win_baremetal': 'release_bot_x86',
|
||||
'win_x64_win8': 'debug_bot_x64',
|
||||
'win_x64_win10': 'debug_bot_x64',
|
||||
@ -265,6 +265,7 @@
|
||||
],
|
||||
'win_asan_clang_release_bot_x86': [
|
||||
'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
|
||||
'win_fastlink',
|
||||
],
|
||||
'win_syzyasan_release_bot_x86': [
|
||||
'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
|
||||
@ -454,6 +455,10 @@
|
||||
'gn_args': 'is_ubsan_vptr=true',
|
||||
},
|
||||
|
||||
'win_fastlink': {
|
||||
'gn_args': 'is_win_fastlink=true',
|
||||
},
|
||||
|
||||
'x64': {
|
||||
'gn_args': 'target_cpu="x64"',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user