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

Unified Diff: components/user_manager/BUILD.gn

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: rebase, use ash_util::GetAshServiceName Created 4 years 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/session_manager/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/BUILD.gn
diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
index 46067e52ae40012b3ada5827bc8e006c4e1fe151..00fe3d0ab4b51160cfd83f9e8046f7f056722f23 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -11,6 +11,7 @@ component("user_manager") {
"user_manager_export.h",
"user_names.cc",
"user_names.h",
+ "user_type.h",
]
deps = [
@@ -36,7 +37,6 @@ component("user_manager") {
"user_manager.h",
"user_manager_base.cc",
"user_manager_base.h",
- "user_type.h",
]
deps += [
"//components/prefs",
« no previous file with comments | « components/session_manager/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698