Index: services/resource_coordinator/public/cpp/coordination_unit.typemap |
diff --git a/services/resource_coordinator/public/cpp/coordination_unit.typemap b/services/resource_coordinator/public/cpp/coordination_unit.typemap |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eadf9d2c17d4a06c5422e080b06997edda0f233a |
--- /dev/null |
+++ b/services/resource_coordinator/public/cpp/coordination_unit.typemap |
@@ -0,0 +1,19 @@ |
+# 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/resource_coordinator/public/interfaces/coordination_unit.mojom" |
+ |
+public_headers = [ |
+ "//services/resource_coordinator/public/cpp/coordination_unit_id.h", |
+ "//services/resource_coordinator/public/cpp/coordination_unit_types.h", |
+] |
+traits_headers = [ "//services/resource_coordinator/public/cpp/coordination_unit_struct_traits.h" ] |
+ |
+deps = [] |
+ |
+type_mappings = [ |
+ "resource_coordinator.mojom.CoordinationUnitType=::resource_coordinator::CoordinationUnitType", |
+ "resource_coordinator.mojom.CoordinationUnitID=::resource_coordinator::CoordinationUnitID", |
+] |