Index: services/tracing/BUILD.gn |
diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn |
index ae3e221630549a8a96d0b933ec25c4ec2dca6132..346db9dc0bfdbc5e0344b2b833a8d02f2ced5c27 100644 |
--- a/services/tracing/BUILD.gn |
+++ b/services/tracing/BUILD.gn |
@@ -8,6 +8,16 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojo_native_application("tracing") { |
sources = [ |
"main.cc", |
+ ] |
+ |
+ deps = [ |
+ ":lib", |
+ "//mojo/application", |
+ ] |
+} |
+ |
+source_set("lib") { |
+ sources = [ |
"trace_data_sink.cc", |
"trace_data_sink.h", |
"trace_recorder_impl.cc", |