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

Unified Diff: base/BUILD.gn

Issue 2559833002: Enable memory profiling in SyzyASAN builds. (Closed)
Patch Set: Created 4 years 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 91667d16541546c56d6ed61d17c5fca5537121cc..6ffa428fac8754b04f12924c3139b1d9c9b77e27 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -40,7 +40,7 @@ declare_args() {
# Turn on memory profiling in the task profiler when the heap shim is
# available, except for official builds for now.
enable_memory_task_profiler =
- use_experimental_allocator_shim && !is_official_build
+ use_experimental_allocator_shim && (!is_official_build || is_syzyasan)
}
if (is_android) {
« 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