Chromium Code Reviews| Index: services/resource_coordinator/public/cpp/BUILD.gn |
| diff --git a/services/resource_coordinator/public/cpp/BUILD.gn b/services/resource_coordinator/public/cpp/BUILD.gn |
| index 47c6d7e9cff6d4a0f5c82c23d33881692c978be7..20f87a926fcd1128d31b3fee47a611bb9a21f0b6 100644 |
| --- a/services/resource_coordinator/public/cpp/BUILD.gn |
| +++ b/services/resource_coordinator/public/cpp/BUILD.gn |
| @@ -5,8 +5,8 @@ |
| source_set("cpp") { |
|
Primiano Tucci (use gerrit)
2017/04/19 15:44:34
I think this needs to become a component("cpp") to
ssid
2017/04/20 01:18:21
Unfortunately since this exists I cannot create an
|
| sources = [ |
| "memory/coordinator.h", |
| - "memory/memory_dump_manager_delegate_impl.cc", |
| - "memory/memory_dump_manager_delegate_impl.h", |
| + "memory/process_local_dump_manager_impl.cc", |
| + "memory/process_local_dump_manager_impl.h", |
| ] |
| deps = [ |