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

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

Issue 2693063002: Renamed /services/memory_infrastructure to /services/resource_coordinator (Closed)
Patch Set: Review fix Created 3 years, 10 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_instrumentation/public/cpp/memory_instrumentation.typemap
diff --git a/services/memory_instrumentation/public/cpp/memory_instrumentation.typemap b/services/memory_instrumentation/public/cpp/memory_instrumentation.typemap
deleted file mode 100644
index 0d4003d29d0bf5c746908d26d168e338f39e1ea9..0000000000000000000000000000000000000000
--- a/services/memory_instrumentation/public/cpp/memory_instrumentation.typemap
+++ /dev/null
@@ -1,16 +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/memory_instrumentation/public/interfaces/memory_instrumentation.mojom"
-
-public_headers = [ "//base/trace_event/memory_dump_request_args.h" ]
-traits_headers = [ "//services/memory_instrumentation/public/cpp/memory_instrumentation_traits.h" ]
-deps = [
- "//base",
-]
-type_mappings = [
- "memory_instrumentation.mojom.DumpType=base::trace_event::MemoryDumpType",
- "memory_instrumentation.mojom.LevelOfDetail=base::trace_event::MemoryDumpLevelOfDetail",
- "memory_instrumentation.mojom.RequestArgs=base::trace_event::MemoryDumpRequestArgs",
-]

Powered by Google App Engine
This is Rietveld 408576698