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

Unified Diff: build/config/BUILD.gn

Issue 2385713002: Use the generic heap shim with SyzyASAN. (Closed)
Patch Set: Created 4 years, 3 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 | build/config/allocator.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 0275b4707bcce367f723f3495a15a71bf3cb2d93..78cfa359619a3977310438e66401aa77d0d5316c 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -260,7 +260,6 @@ config("feature_flags") {
if (is_syzyasan) {
defines += [
"SYZYASAN",
- "MEMORY_TOOL_REPLACES_ALLOCATOR",
"MEMORY_SANITIZER_INITIAL_SIZE",
]
}
« no previous file with comments | « no previous file | build/config/allocator.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698