| Index: content/child/BUILD.gn
 | 
| diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
 | 
| index 87cb862872c36c04cff211e9ad53d6b1f8105048..d74b9aaaea4a5984c76b798d0c98ce0d70ce31fe 100644
 | 
| --- a/content/child/BUILD.gn
 | 
| +++ b/content/child/BUILD.gn
 | 
| @@ -113,6 +113,10 @@ target(link_target_type, "child") {
 | 
|      "indexed_db/webidbdatabase_impl.h",
 | 
|      "indexed_db/webidbfactory_impl.cc",
 | 
|      "indexed_db/webidbfactory_impl.h",
 | 
| +    "memory/child_memory_coordinator_impl.cc",
 | 
| +    "memory/child_memory_coordinator_impl.h",
 | 
| +    "memory/child_memory_coordinator_impl_android.cc",
 | 
| +    "memory/child_memory_coordinator_impl_android.h",
 | 
|      "memory/child_memory_message_filter.cc",
 | 
|      "memory/child_memory_message_filter.h",
 | 
|      "mojo/type_converters.h",
 | 
| 
 |