summaryrefslogtreecommitdiffstats
path: root/base/trace_event/BUILD.gn
diff options
context:
space:
mode:
authorprimiano <primiano@chromium.org>2015-05-27 11:22:00 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-27 18:22:25 +0000
commitd8259d9ea00725c9609ea0c10dc6697763958637 (patch)
treef1023e771703efe30f5b079ef7433cbb1c6ff89c /base/trace_event/BUILD.gn
parenta1fbf70d281c694087ec93934bdaad3c3464ba59 (diff)
downloadchromium_src-d8259d9ea00725c9609ea0c10dc6697763958637.zip
chromium_src-d8259d9ea00725c9609ea0c10dc6697763958637.tar.gz
chromium_src-d8259d9ea00725c9609ea0c10dc6697763958637.tar.bz2
[tracing] Add MemoryAllocatorDumpGuid class
No rocket science in this CL, which introduces a simple Guid class as a prerequisite for extending the memory tracing API with the new graph model (see crrev.com/1161813004). See the related bug for the design doc and concrete use cases. BUG=492102 Review URL: https://codereview.chromium.org/1158933003 Cr-Commit-Position: refs/heads/master@{#331610}
Diffstat (limited to 'base/trace_event/BUILD.gn')
-rw-r--r--base/trace_event/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index 6cbc5d1..513362d 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -10,6 +10,8 @@ source_set("trace_event") {
"java_heap_dump_provider_android.h",
"memory_allocator_dump.cc",
"memory_allocator_dump.h",
+ "memory_allocator_dump_guid.cc",
+ "memory_allocator_dump_guid.h",
"memory_dump_manager.cc",
"memory_dump_manager.h",
"memory_dump_provider.h",