OLD | NEW |
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", | 9 "//components/user_manager/user_type.h", |
10 ] | 10 ] |
11 traits_headers = [ "//ash/public/interfaces/session_controller_traits.h" ] | 11 traits_headers = [ "//ash/public/interfaces/session_controller_traits.h" ] |
12 public_deps = [ | 12 public_deps = [ |
13 "//ash/public/cpp:ash_public_cpp", | 13 "//ash/public/cpp:ash_public_cpp", |
14 "//components/session_manager:base", | 14 "//components/session_manager:base", |
15 "//components/user_manager", | 15 "//components/user_manager", |
16 ] | 16 ] |
17 type_mappings = [ | 17 type_mappings = [ |
18 "ash.mojom.AddUserSessionPolicy=ash::AddUserSessionPolicy", | 18 "ash.mojom.AddUserSessionPolicy=ash::AddUserSessionPolicy", |
| 19 "ash.mojom.CycleUserDirection=ash::CycleUserDirection", |
19 "ash.mojom.SessionState=session_manager::SessionState", | 20 "ash.mojom.SessionState=session_manager::SessionState", |
20 "ash.mojom.UserType=user_manager::UserType", | 21 "ash.mojom.UserType=user_manager::UserType", |
21 ] | 22 ] |
OLD | NEW |