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

Unified Diff: base/BUILD.gn

Issue 2273703003: Hook memory tracing into Windows heap shim. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cosmetics. Created 4 years, 4 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
« no previous file with comments | « no previous file | base/trace_event/malloc_dump_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 12d6d7c7a35114408ccccfb95e045848624de796..e933368c319008334c986090142b0decc1eed0d8 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1192,6 +1192,8 @@ component("base") {
sources += [
"profiler/win32_stack_frame_unwinder.cc",
"profiler/win32_stack_frame_unwinder.h",
+ "trace_event/malloc_dump_provider.cc",
Primiano Tucci (use gerrit) 2016/08/24 11:00:23 Uhm feels like malloc_dump_provider is now added t
Sigurður Ásgeirsson 2016/08/24 17:55:16 Done.
+ "trace_event/malloc_dump_provider.h",
]
sources -= [
« no previous file with comments | « no previous file | base/trace_event/malloc_dump_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698