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

Unified Diff: base/trace_event/BUILD.gn

Issue 1467453003: [Tracing] Make heap profiler type info a string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month 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_allocation_context.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 493316ea857e3e3e9f1ca66b7d42c7986337288f..07d28fe7b1d720d92a6f7262b59ed01084335537 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -17,6 +17,8 @@ source_set("trace_event") {
"heap_profiler_heap_dump_writer.h",
"heap_profiler_stack_frame_deduplicator.cc",
"heap_profiler_stack_frame_deduplicator.h",
+ "heap_profiler_type_name_deduplicator.cc",
+ "heap_profiler_type_name_deduplicator.h",
"java_heap_dump_provider_android.cc",
"java_heap_dump_provider_android.h",
"memory_allocator_dump.cc",
@@ -116,6 +118,7 @@ source_set("trace_event_unittests") {
"heap_profiler_allocation_register_unittest.cc",
"heap_profiler_heap_dump_writer_unittest.cc",
"heap_profiler_stack_frame_deduplicator_unittest.cc",
+ "heap_profiler_type_name_deduplicator_unittest.cc",
"java_heap_dump_provider_android_unittest.cc",
"memory_allocator_dump_unittest.cc",
"memory_dump_manager_unittest.cc",
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_allocation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698