Index: chrome/common/profiling/BUILD.gn |
diff --git a/chrome/common/profiling/BUILD.gn b/chrome/common/profiling/BUILD.gn |
index ff59ef5abeafcf59b93ca9e233155b783a9ab152..16464eea98f13465ba393483e186d28072a02e72 100644 |
--- a/chrome/common/profiling/BUILD.gn |
+++ b/chrome/common/profiling/BUILD.gn |
@@ -7,6 +7,10 @@ import("//chrome/common/features.gni") |
if (enable_oop_heap_profiling) { |
static_library("profiling") { |
sources = [ |
+ "memlog_allocator_shim.cc", |
+ "memlog_allocator_shim.h", |
+ "memlog_sender.cc", |
+ "memlog_sender.h", |
"memlog_sender_pipe.h", |
"memlog_sender_pipe_win.cc", |
"memlog_sender_pipe_win.h", |