Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: components/keyed_service/core/BUILD.gn

Issue 654753010: Refactor (Refcounted)BrowserContextKeyedServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]

Powered by Google App Engine
This is Rietveld 408576698