| 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",
|
| ]
|
| }
|
|
|