| Index: services/memory_instrumentation/public/cpp/BUILD.gn
|
| diff --git a/services/memory_instrumentation/public/cpp/BUILD.gn b/services/memory_instrumentation/public/cpp/BUILD.gn
|
| index 99a22d62a261aae089114fee99040c0b2452c82d..5c09bf09c04a198cb5ef290b6c53780bdf2caba5 100644
|
| --- a/services/memory_instrumentation/public/cpp/BUILD.gn
|
| +++ b/services/memory_instrumentation/public/cpp/BUILD.gn
|
| @@ -5,6 +5,8 @@
|
| source_set("cpp") {
|
| sources = [
|
| "coordinator.h",
|
| + "memory_dump_manager_delegate_impl.cc",
|
| + "memory_dump_manager_delegate_impl.h",
|
| ]
|
|
|
| deps = [
|
| @@ -12,7 +14,10 @@ source_set("cpp") {
|
| ]
|
|
|
| public_deps = [
|
| + "//base",
|
| + "//mojo/public/cpp/bindings",
|
| "//services/memory_instrumentation/public/interfaces",
|
| + "//services/service_manager/public/cpp",
|
| ]
|
| }
|
|
|
|
|