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

Side by Side Diff: ash/public/interfaces/session_controller.typemap

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