| OLD | NEW |
| (Empty) |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 mojom = | |
| 6 "//services/resource_coordinator/public/interfaces/coordination_unit.mojom" | |
| 7 | |
| 8 public_headers = [ | |
| 9 "//services/resource_coordinator/public/cpp/coordination_unit_id.h", | |
| 10 "//services/resource_coordinator/public/cpp/coordination_unit_types.h", | |
| 11 ] | |
| 12 traits_headers = [ "//services/resource_coordinator/public/cpp/coordination_unit
_struct_traits.h" ] | |
| 13 | |
| 14 deps = [] | |
| 15 | |
| 16 type_mappings = [ | |
| 17 "resource_coordinator.mojom.CoordinationUnitType=::resource_coordinator::Coord
inationUnitType", | |
| 18 "resource_coordinator.mojom.CoordinationUnitID=::resource_coordinator::Coordin
ationUnitID", | |
| 19 ] | |
| OLD | NEW |