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

Unified Diff: base/BUILD.gn

Issue 1900223003: [tracing] Ignore tracing allocations in heap profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes. Created 4 years, 8 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bb35c9c081c37307ccf4f6c8a4ca191aca505f09..6c71f21c5f9b34a7b4ce93c1689d5c87bb77aa34 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -876,6 +876,8 @@ component("base") {
"trace_event/heap_profiler_allocation_register_win.cc",
"trace_event/heap_profiler_heap_dump_writer.cc",
"trace_event/heap_profiler_heap_dump_writer.h",
+ "trace_event/heap_profiler_scoped_ignore.cc",
+ "trace_event/heap_profiler_scoped_ignore.h",
"trace_event/heap_profiler_stack_frame_deduplicator.cc",
"trace_event/heap_profiler_stack_frame_deduplicator.h",
"trace_event/heap_profiler_type_name_deduplicator.cc",

Powered by Google App Engine
This is Rietveld 408576698