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 |
deleted file mode 100644 |
index eadf9d2c17d4a06c5422e080b06997edda0f233a..0000000000000000000000000000000000000000 |
--- a/services/resource_coordinator/public/cpp/coordination_unit.typemap |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-# 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", |
-] |