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

Unified Diff: base/trace_event/BUILD.gn

Issue 1371053002: [Tracing] Add allocation register for heap profiling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@backtrace
Patch Set: Address primiano comments + try to fix build on Win/Mac Created 5 years, 2 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/memory_profiler_allocation_register.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index a55c55d75ce9f722bd9b268b7b224a8c51c10709..9d9b467e73d11f558e77b89ee1250516a6f9e9c6 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -19,6 +19,10 @@ source_set("trace_event") {
"memory_dump_session_state.h",
"memory_profiler_allocation_context.cc",
"memory_profiler_allocation_context.h",
+ "memory_profiler_allocation_register.cc",
+ "memory_profiler_allocation_register.h",
+ "memory_profiler_allocation_register_posix.cc",
+ "memory_profiler_allocation_register_win.cc",
"process_memory_dump.cc",
"process_memory_dump.h",
"process_memory_maps.cc",
@@ -105,6 +109,7 @@ source_set("trace_event_unittests") {
"memory_allocator_dump_unittest.cc",
"memory_dump_manager_unittest.cc",
"memory_profiler_allocation_context_unittest.cc",
+ "memory_profiler_allocation_register_unittest.cc",
"process_memory_dump_unittest.cc",
"process_memory_maps_dump_provider_unittest.cc",
"process_memory_totals_dump_provider_unittest.cc",
« no previous file with comments | « no previous file | base/trace_event/memory_profiler_allocation_register.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698