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

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: make heap_profiler.h and rebase 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
« no previous file with comments | « no previous file | base/trace_event/heap_profiler.h » ('j') | base/trace_event/heap_profiler.h » ('J')
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 bb35c9c081c37307ccf4f6c8a4ca191aca505f09..ff488e108da68febb45d3a43d831fba9218aaf08 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -866,6 +866,8 @@ component("base") {
"trace_event/blame_context.cc",
"trace_event/blame_context.h",
"trace_event/common/trace_event_common.h",
+ "trace_event/heap_profiler.cc",
+ "trace_event/heap_profiler.h",
"trace_event/heap_profiler_allocation_context.cc",
"trace_event/heap_profiler_allocation_context.h",
"trace_event/heap_profiler_allocation_context_tracker.cc",
« no previous file with comments | « no previous file | base/trace_event/heap_profiler.h » ('j') | base/trace_event/heap_profiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698