Chromium Code Reviews| Index: services/files/BUILD.gn |
| diff --git a/services/files/BUILD.gn b/services/files/BUILD.gn |
| index d804042bf97ecd7cc1285f3e4f51c89650996999..c4e2d12d87b6ee55de82ca99c51cfdb750048d4b 100644 |
| --- a/services/files/BUILD.gn |
| +++ b/services/files/BUILD.gn |
| @@ -15,6 +15,8 @@ mojo_native_application("files") { |
| ] |
| } |
| +# Library that allows the service code to be included directly into the |
| +# embedding shell. Used by https://manganese.googlesource.com/. |
| source_set("lib") { |
| sources = [ |
| "directory_impl.cc", |