| Index: services/resource_coordinator/BUILD.gn
|
| diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
|
| index 27edac5bb26047f6b8825ac74696ee9dce15ca8a..9c5f07ef5f1707e70e49b56a7cffdb51393af16b 100644
|
| --- a/services/resource_coordinator/BUILD.gn
|
| +++ b/services/resource_coordinator/BUILD.gn
|
| @@ -10,7 +10,6 @@
|
|
|
| public_deps = [
|
| "//base",
|
| - "//mojo/public/cpp/bindings",
|
| "//services/resource_coordinator/public/cpp",
|
| "//services/resource_coordinator/public/interfaces",
|
| ]
|
| @@ -21,15 +20,12 @@
|
|
|
| sources = [
|
| "memory/coordinator/coordinator_impl_unittest.cc",
|
| - "public/cpp/memory/memory_dump_manager_delegate_impl_unittest.cc",
|
| ]
|
|
|
| deps = [
|
| ":lib",
|
| "//base",
|
| "//mojo/public/cpp/bindings",
|
| - "//services/resource_coordinator/public/cpp",
|
| - "//services/resource_coordinator/public/interfaces",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|