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

Unified Diff: base/BUILD.gn

Issue 2582453002: [tracing] Implement polling in MemoryDumpManager (Closed)
Patch Set: nit. Created 3 years, 11 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bdecf4a257593cdbce9ab4efba48386d5b23ade0..1d3ba94a9885687e1f9931f8e3b804ca60a2ff7a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -975,6 +975,8 @@ component("base") {
"trace_event/memory_dump_provider.h",
"trace_event/memory_dump_request_args.cc",
"trace_event/memory_dump_request_args.h",
+ "trace_event/memory_dump_scheduler.cc",
+ "trace_event/memory_dump_scheduler.h",
"trace_event/memory_dump_session_state.cc",
"trace_event/memory_dump_session_state.h",
"trace_event/memory_infra_background_whitelist.cc",
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_heap_dump_writer.cc » ('j') | base/trace_event/memory_dump_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698