Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index a3e3205eae9f137c15c774fdff736a88124201f8..6ac6bdbcc8c2cd719150b8b97eadd88cab03e699 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -899,6 +899,7 @@ component("base") { |
"trace_event/blame_context.cc", |
"trace_event/blame_context.h", |
"trace_event/common/trace_event_common.h", |
+ "trace_event/estimate_memory_usage.h", |
Primiano Tucci (use gerrit)
2016/11/08 14:09:16
Generally all the source file names I see are noun
|
"trace_event/heap_profiler.h", |
"trace_event/heap_profiler_allocation_context.cc", |
"trace_event/heap_profiler_allocation_context.h", |
@@ -1973,6 +1974,7 @@ test("base_unittests") { |
"timer/timer_unittest.cc", |
"tools_sanity_unittest.cc", |
"trace_event/blame_context_unittest.cc", |
+ "trace_event/estimate_memory_usage_unittest.cc", |
"trace_event/heap_profiler_allocation_context_tracker_unittest.cc", |
"trace_event/heap_profiler_allocation_register_unittest.cc", |
"trace_event/heap_profiler_heap_dump_writer_unittest.cc", |