| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index c2e05190ad6e7a0996e2713071e35a4bea4525fe..5771d93c4c65f0eb701d7727acec23cd9d584a56 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| source_set("tracing") {
|
| sources = [
|
| + "child_memory_dump_manager_delegate_impl.cc",
|
| + "child_memory_dump_manager_delegate_impl.h",
|
| "child_trace_message_filter.cc",
|
| "child_trace_message_filter.h",
|
| "tracing_messages.cc",
|
|
|