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