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

Unified Diff: chrome/common/profiling/BUILD.gn

Issue 2949703002: Add OOP memory logging allocator shim (Closed)
Patch Set: More comments Created 3 years, 6 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
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",

Powered by Google App Engine
This is Rietveld 408576698