Commit 5f627ab8 authored by sebmarchand's avatar sebmarchand Committed by Commit bot

Disable allocator_shim_win for the SyzyASan builds.

As we're planning to intercept the _heap_init and _heap_term function to control which heap gets used by the crt we need to make sure that libcmt doesn't get patched.

R=chrisha@chromium.org
BUG=

Review URL: https://codereview.chromium.org/952183003

Cr-Commit-Position: refs/heads/master@{#318147}
parent 71267716
......@@ -513,7 +513,7 @@
'enable_webrtc%': 1,
# Media router support is enabled by default. Set to 0 to disable.
'enable_media_router%': 1,
'enable_media_router%': 1,
# Enables use of the session service, which is enabled by default.
# Support for disabling depends on the platform.
......@@ -1935,7 +1935,7 @@
# Turn on multiple dll by default on Windows when in static_library.
'chrome_multiple_dll%': 1,
}],
['asan==1', {
['asan==1 or syzyasan==1', {
'win_use_allocator_shim%': 0,
}],
['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment