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

Unified 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 side-by-side diff with in-line comments
Download patch
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",
+]
« 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