| Index: services/service_manager/public/cpp/bind_source_info.typemap
|
| diff --git a/services/service_manager/public/cpp/bind_source_info.typemap b/services/service_manager/public/cpp/bind_source_info.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..93390b465b57d5a2ebf82e58aee1bca0429ee506
|
| --- /dev/null
|
| +++ b/services/service_manager/public/cpp/bind_source_info.typemap
|
| @@ -0,0 +1,11 @@
|
| +# Copyright 2017 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 = "//services/service_manager/public/interfaces/service.mojom"
|
| +public_headers = [ "//services/service_manager/public/cpp/bind_source_info.h" ]
|
| +traits_headers =
|
| + [ "//services/service_manager/public/cpp/bind_source_info_struct_traits.h" ]
|
| +
|
| +type_mappings =
|
| + [ "service_manager.mojom.BindSourceInfo=::service_manager::BindSourceInfo" ]
|
|
|