| Index: services/tracing/BUILD.gn
|
| diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn
|
| index 08d9ab4b3fc3ada1930156f341b373dbbb2d68a0..373229df0178b0fe228009577fa30d375748eec0 100644
|
| --- a/services/tracing/BUILD.gn
|
| +++ b/services/tracing/BUILD.gn
|
| @@ -7,11 +7,11 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojo_native_application("tracing") {
|
| sources = [
|
| - "collector_impl.cc",
|
| - "collector_impl.h",
|
| "main.cc",
|
| "trace_data_sink.cc",
|
| "trace_data_sink.h",
|
| + "trace_recorder_impl.cc",
|
| + "trace_recorder_impl.h",
|
| "tracing_app.cc",
|
| "tracing_app.h",
|
| ]
|
|
|