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

Unified Diff: services/resource_coordinator/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/resource_coordinator/public/cpp/BUILD.gn
diff --git a/services/memory_instrumentation/public/cpp/BUILD.gn b/services/resource_coordinator/public/cpp/BUILD.gn
similarity index 55%
rename from services/memory_instrumentation/public/cpp/BUILD.gn
rename to services/resource_coordinator/public/cpp/BUILD.gn
index 5c09bf09c04a198cb5ef290b6c53780bdf2caba5..47c6d7e9cff6d4a0f5c82c23d33881692c978be7 100644
--- a/services/memory_instrumentation/public/cpp/BUILD.gn
+++ b/services/resource_coordinator/public/cpp/BUILD.gn
@@ -4,9 +4,9 @@
source_set("cpp") {
sources = [
- "coordinator.h",
- "memory_dump_manager_delegate_impl.cc",
- "memory_dump_manager_delegate_impl.h",
+ "memory/coordinator.h",
+ "memory/memory_dump_manager_delegate_impl.cc",
+ "memory/memory_dump_manager_delegate_impl.h",
]
deps = [
@@ -16,19 +16,19 @@ source_set("cpp") {
public_deps = [
"//base",
"//mojo/public/cpp/bindings",
- "//services/memory_instrumentation/public/interfaces",
+ "//services/resource_coordinator/public/interfaces",
"//services/service_manager/public/cpp",
]
}
source_set("struct_traits") {
sources = [
- "memory_instrumentation_traits.cc",
- "memory_instrumentation_traits.h",
+ "memory/memory_instrumentation_struct_traits.cc",
+ "memory/memory_instrumentation_struct_traits.h",
]
public_deps = [
"//base",
- "//services/memory_instrumentation/public/interfaces",
+ "//services/resource_coordinator/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698