| Index: services/resource_coordinator/BUILD.gn
|
| diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
|
| index bfa2df622f0071c9a3ac1112fb395028717dfcb1..ef9bf45282e9a7089e00389bc7f133da26909927 100644
|
| --- a/services/resource_coordinator/BUILD.gn
|
| +++ b/services/resource_coordinator/BUILD.gn
|
| @@ -14,8 +14,7 @@ source_set("lib") {
|
| public_deps = [
|
| "//base",
|
| "//mojo/public/cpp/bindings",
|
| - "//services/resource_coordinator/public/cpp",
|
| - "//services/resource_coordinator/public/interfaces",
|
| + "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
|
| ]
|
| }
|
|
|
| @@ -24,15 +23,14 @@ source_set("tests") {
|
|
|
| sources = [
|
| "memory/coordinator/coordinator_impl_unittest.cc",
|
| - "public/cpp/memory/memory_dump_manager_delegate_impl_unittest.cc",
|
| + "public/cpp/memory/process_local_dump_manager_impl_unittest.cc",
|
| ]
|
|
|
| deps = [
|
| ":lib",
|
| "//base",
|
| "//mojo/public/cpp/bindings",
|
| - "//services/resource_coordinator/public/cpp",
|
| - "//services/resource_coordinator/public/interfaces",
|
| + "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|