Chromium Code Reviews| 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..834b0cde1b25d767651d469e0141c21126e0d3f7 |
| --- /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" ] |
| +deps = [ |
|
James Cook
2016/12/01 23:01:44
I think this should be public_deps, since anyone w
xiyuan
2016/12/06 00:46:34
Done.
|
| + "//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", |
| +] |