Index: services/tracing/BUILD.gn |
diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn |
index 346db9dc0bfdbc5e0344b2b833a8d02f2ced5c27..fb755383c2a1cd01afea4ddbd3a13319b99e2e65 100644 |
--- a/services/tracing/BUILD.gn |
+++ b/services/tracing/BUILD.gn |
@@ -16,6 +16,8 @@ mojo_native_application("tracing") { |
] |
} |
+# Library that allows to include the service code directly into the embedding |
+# shell. Used by https://manganese.googlesource.com/. |
source_set("lib") { |
sources = [ |
"trace_data_sink.cc", |