Chromium Code Reviews| Index: services/tracing/BUILD.gn |
| diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn |
| index d972277dd4c12a1bb799ec78013d7fd3c6ec31cf..dc186f41456a75bbf4a05e3a84e83f2b91385872 100644 |
| --- a/services/tracing/BUILD.gn |
| +++ b/services/tracing/BUILD.gn |
| @@ -7,9 +7,13 @@ 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", |
| + "tracing_app.cc", |
| + "tracing_app.h", |
| ] |
| deps = [ |