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

Unified Diff: base/BUILD.gn

Issue 2861133002: memory-infra: Move dump level check to observer and rename session state (Closed)
Patch Set: move comment Created 3 years, 7 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 3b25692cca571d191c064031e53052face9d82ee..c5c8561a07da87958cc043eec59276a44789867a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -958,6 +958,8 @@ component("base") {
"trace_event/heap_profiler_event_filter.h",
"trace_event/heap_profiler_heap_dump_writer.cc",
"trace_event/heap_profiler_heap_dump_writer.h",
+ "trace_event/heap_profiler_serialization_state.cc",
+ "trace_event/heap_profiler_serialization_state.h",
"trace_event/heap_profiler_stack_frame_deduplicator.cc",
"trace_event/heap_profiler_stack_frame_deduplicator.h",
"trace_event/heap_profiler_type_name_deduplicator.cc",
@@ -979,8 +981,6 @@ component("base") {
"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",
"trace_event/memory_infra_background_whitelist.h",
"trace_event/memory_peak_detector.cc",
« no previous file with comments | « no previous file | base/trace_event/heap_profiler_heap_dump_writer.h » ('j') | base/trace_event/memory_dump_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698