Index: services/catalog/BUILD.gn |
diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn |
index f19696bcb61fd3ba0891be42644deb3a0c7f7f84..43a65e4d879ba5d433b9858488b79e1f9b6fd4f6 100644 |
--- a/services/catalog/BUILD.gn |
+++ b/services/catalog/BUILD.gn |
@@ -33,10 +33,16 @@ source_set("lib") { |
deps = [ |
"//base", |
+ "//components/filesystem:lib", |
"//services/catalog/public/interfaces", |
"//services/shell/public/cpp", |
] |
+ public_deps = [ |
+ # directory.mojom.h is #included by catalog.h |
+ "//components/filesystem/public/interfaces", |
+ ] |
+ |
data_deps = [ |
":manifest", |
] |