Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1287)

Unified Diff: build/common.gypi

Issue 952183003: Disable allocator_shim_win for the SyzyASan builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index bc5f0eacc6d6cb7e85ee9bf76c5ddafbcac59038..4c2d696830e3163fa5fd812eb42ef8103d4b98b1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698