Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: services/resource_coordinator/public/cpp/coordination_unit.typemap

Issue 2798713002: Global Resource Coordinator: Basic service internals (Closed)
Patch Set: Buildfix after rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 ]
OLDNEW
« no previous file with comments | « services/resource_coordinator/public/cpp/OWNERS ('k') | services/resource_coordinator/public/cpp/coordination_unit_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698