Index: components/keyed_service/core/BUILD.gn |
diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn |
index 36c842ee256bb02eba07e57a9a6cbabca97243d6..e0354e577537f767dd403ebf03b3e4c0965a1b28 100644 |
--- a/components/keyed_service/core/BUILD.gn |
+++ b/components/keyed_service/core/BUILD.gn |
@@ -15,8 +15,12 @@ component("core") { |
"keyed_service_base_factory.cc", |
"keyed_service_base_factory.h", |
"keyed_service_export.h", |
+ "keyed_service_factory.cc", |
+ "keyed_service_factory.h", |
"refcounted_keyed_service.cc", |
"refcounted_keyed_service.h", |
+ "refcounted_keyed_service_factory.cc", |
+ "refcounted_keyed_service_factory.h", |
] |
defines = [ "KEYED_SERVICE_IMPLEMENTATION" ] |