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

Unified Diff: services/memory_infra/public/cpp/memory_infra.typemap

Issue 2621143002: memory-infra: Introduce mojo interfaces and service stubs (Closed)
Patch Set: Created 3 years, 11 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/memory_infra/public/cpp/memory_infra.typemap
diff --git a/services/memory_infra/public/cpp/memory_infra.typemap b/services/memory_infra/public/cpp/memory_infra.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..3ec8660d6fb2229f9b549dc5f3dba5c9492e458c
--- /dev/null
+++ b/services/memory_infra/public/cpp/memory_infra.typemap
@@ -0,0 +1,16 @@
+# 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/memory_infra/public/interfaces/memory_infra.mojom"
+
+public_headers = [ "//base/trace_event/memory_dump_request_args.h" ]
+traits_headers = [ "//services/memory_infra/public/cpp/memory_infra_traits.h" ]
+deps = [
+ "//base",
+]
+type_mappings = [
+ "memory_infra.mojom.DumpType=base::trace_event::MemoryDumpType",
+ "memory_infra.mojom.LevelOfDetail=base::trace_event::MemoryDumpLevelOfDetail",
+ "memory_infra.mojom.RequestArgs=base::trace_event::MemoryDumpRequestArgs",
+]

Powered by Google App Engine
This is Rietveld 408576698