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

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

Issue 839193002: Move ServiceAccessType into //components/keyed_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android Created 5 years, 11 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
« no previous file with comments | « components/keyed_service.gypi ('k') | components/keyed_service/core/service_access_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service/core/BUILD.gn
diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn
index e0354e577537f767dd403ebf03b3e4c0965a1b28..bc8d3b023f2c5516bf9dda17a558e5afb6572fd4 100644
--- a/components/keyed_service/core/BUILD.gn
+++ b/components/keyed_service/core/BUILD.gn
@@ -21,6 +21,7 @@ component("core") {
"refcounted_keyed_service.h",
"refcounted_keyed_service_factory.cc",
"refcounted_keyed_service_factory.h",
+ "service_access_types.h",
]
defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
« no previous file with comments | « components/keyed_service.gypi ('k') | components/keyed_service/core/service_access_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698