Address comments on 88686a82ed8f1037bba3deacdd679fb8e717f2f6
Add a comment on BUILD files that create a seemingly redundant library.
The comment:
"Library that allows to include the service code directly into the embedding
shell. Used by https://manganese.googlesource.com/"
BUG=
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/1991273002 .
diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn
index 346db9d..229a77b 100644
--- a/services/tracing/BUILD.gn
+++ b/services/tracing/BUILD.gn
@@ -16,6 +16,8 @@
]
}
+# 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",