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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//ash/public/interfaces/session_controller.mojom"
6 public_headers = [
7 "//ash/public/cpp/session_types.h",
8 "//components/session_manager/session_manager_types.h",
9 "//components/user_manager/user_type.h",
10 ]
11 traits_headers = [ "//ash/public/interfaces/session_controller_traits.h" ]
12 public_deps = [
13 "//ash/public/cpp",
14 "//components/session_manager:base",
15 "//components/user_manager",
16 ]
17 type_mappings = [
18 "ash.mojom.AddUserSessionPolicy=ash::AddUserSessionPolicy",
19 "ash.mojom.SessionState=session_manager::SessionState",
20 "ash.mojom.UserType=user_manager::UserType",
21 ]
OLDNEW
« 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