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

Unified Diff: base/trace_event/BUILD.gn

Issue 1368993002: Reland of "Add thread-local allocation context for tracing" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address primiano comment Created 5 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
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index d6170d72e16fe253802dc82d477936b8787ae4ae..a55c55d75ce9f722bd9b268b7b224a8c51c10709 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -17,6 +17,8 @@ source_set("trace_event") {
"memory_dump_request_args.h",
"memory_dump_session_state.cc",
"memory_dump_session_state.h",
+ "memory_profiler_allocation_context.cc",
+ "memory_profiler_allocation_context.h",
"process_memory_dump.cc",
"process_memory_dump.h",
"process_memory_maps.cc",
@@ -102,6 +104,7 @@ source_set("trace_event_unittests") {
"java_heap_dump_provider_android_unittest.cc",
"memory_allocator_dump_unittest.cc",
"memory_dump_manager_unittest.cc",
+ "memory_profiler_allocation_context_unittest.cc",
"process_memory_dump_unittest.cc",
"process_memory_maps_dump_provider_unittest.cc",
"process_memory_totals_dump_provider_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698