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