| Index: services/resource_coordinator/BUILD.gn
|
| diff --git a/services/memory_instrumentation/BUILD.gn b/services/resource_coordinator/BUILD.gn
|
| similarity index 61%
|
| rename from services/memory_instrumentation/BUILD.gn
|
| rename to services/resource_coordinator/BUILD.gn
|
| index 144268ab9f4eb64c2b907e6b7ca7dee8c2a3519f..9c5f07ef5f1707e70e49b56a7cffdb51393af16b 100644
|
| --- a/services/memory_instrumentation/BUILD.gn
|
| +++ b/services/resource_coordinator/BUILD.gn
|
| @@ -4,14 +4,14 @@
|
|
|
| source_set("lib") {
|
| sources = [
|
| - "coordinator_impl.cc",
|
| - "coordinator_impl.h",
|
| + "memory/coordinator/coordinator_impl.cc",
|
| + "memory/coordinator/coordinator_impl.h",
|
| ]
|
|
|
| public_deps = [
|
| "//base",
|
| - "//services/memory_instrumentation/public/cpp",
|
| - "//services/memory_instrumentation/public/interfaces",
|
| + "//services/resource_coordinator/public/cpp",
|
| + "//services/resource_coordinator/public/interfaces",
|
| ]
|
| }
|
|
|
| @@ -19,7 +19,7 @@ source_set("tests") {
|
| testonly = true
|
|
|
| sources = [
|
| - "coordinator_impl_unittest.cc",
|
| + "memory/coordinator/coordinator_impl_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|