| 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 c6b27530d8aab19327bce8dbdaa080ca826b2a7b..8e9cc603bdacd8e6dcb9d89a0fd511907151c1a8 100644
 | 
| --- a/services/resource_coordinator/public/cpp/BUILD.gn
 | 
| +++ b/services/resource_coordinator/public/cpp/BUILD.gn
 | 
| @@ -12,6 +12,8 @@ component("resource_coordinator_cpp") {
 | 
|      "memory/process_local_dump_manager_impl.h",
 | 
|      "resource_coordinator_interface.cc",
 | 
|      "resource_coordinator_interface.h",
 | 
| +    "tracing/chrome_agent.cc",
 | 
| +    "tracing/chrome_agent.h",
 | 
|    ]
 | 
|  
 | 
|    defines = [ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION" ]
 | 
| 
 |