| Index: components/tracing/BUILD.gn
|
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
|
| index c781f144f51179754351e4cf4148c2c469aa3b2a..892f8faf31f062a93eef9df04fc8862766d96064 100644
|
| --- a/components/tracing/BUILD.gn
|
| +++ b/components/tracing/BUILD.gn
|
| @@ -14,6 +14,8 @@ component("tracing") {
|
| "common/process_metrics_memory_dump_provider.h",
|
| "common/tracing_messages.cc",
|
| "common/tracing_messages.h",
|
| + "core/trace_ring_buffer.cc",
|
| + "core/trace_ring_buffer.h",
|
| "tracing_export.h",
|
| ]
|
|
|
| @@ -54,6 +56,7 @@ source_set("unit_tests") {
|
| "child/child_trace_message_filter_unittest.cc",
|
| "common/graphics_memory_dump_provider_android_unittest.cc",
|
| "common/process_metrics_memory_dump_provider_unittest.cc",
|
| + "core/trace_ring_buffer_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|