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

Unified Diff: ash/public/interfaces/session_controller.typemap

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 | « ash/public/interfaces/session_controller.mojom ('k') | ash/public/interfaces/session_controller_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/session_controller.typemap
diff --git a/ash/public/interfaces/session_controller.typemap b/ash/public/interfaces/session_controller.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..c0179ce69fae896901b7f9c0b32bae07ae80fd24
--- /dev/null
+++ b/ash/public/interfaces/session_controller.typemap
@@ -0,0 +1,21 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//ash/public/interfaces/session_controller.mojom"
+public_headers = [
+ "//ash/public/cpp/session_types.h",
+ "//components/session_manager/session_manager_types.h",
+ "//components/user_manager/user_type.h",
+]
+traits_headers = [ "//ash/public/interfaces/session_controller_traits.h" ]
+public_deps = [
+ "//ash/public/cpp",
+ "//components/session_manager:base",
+ "//components/user_manager",
+]
+type_mappings = [
+ "ash.mojom.AddUserSessionPolicy=ash::AddUserSessionPolicy",
+ "ash.mojom.SessionState=session_manager::SessionState",
+ "ash.mojom.UserType=user_manager::UserType",
+]
« no previous file with comments | « ash/public/interfaces/session_controller.mojom ('k') | ash/public/interfaces/session_controller_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698