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

Unified Diff: services/memory_instrumentation/public/cpp/BUILD.gn

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/BUILD.gn
diff --git a/services/memory_instrumentation/public/cpp/BUILD.gn b/services/memory_instrumentation/public/cpp/BUILD.gn
deleted file mode 100644
index 5c09bf09c04a198cb5ef290b6c53780bdf2caba5..0000000000000000000000000000000000000000
--- a/services/memory_instrumentation/public/cpp/BUILD.gn
+++ /dev/null
@@ -1,34 +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.
-
-source_set("cpp") {
- sources = [
- "coordinator.h",
- "memory_dump_manager_delegate_impl.cc",
- "memory_dump_manager_delegate_impl.h",
- ]
-
- deps = [
- ":struct_traits",
- ]
-
- public_deps = [
- "//base",
- "//mojo/public/cpp/bindings",
- "//services/memory_instrumentation/public/interfaces",
- "//services/service_manager/public/cpp",
- ]
-}
-
-source_set("struct_traits") {
- sources = [
- "memory_instrumentation_traits.cc",
- "memory_instrumentation_traits.h",
- ]
-
- public_deps = [
- "//base",
- "//services/memory_instrumentation/public/interfaces",
- ]
-}
« no previous file with comments | « services/memory_instrumentation/coordinator_impl_unittest.cc ('k') | services/memory_instrumentation/public/cpp/coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698