| Index: runtime/bin/io_impl_sources.gni
 | 
| diff --git a/runtime/bin/io_impl_sources.gni b/runtime/bin/io_impl_sources.gni
 | 
| index 4c6b6cefb314f683b7e876dc6d6ec43d01416234..408652f69b6213944072a89ac252a22f63b3e5be 100644
 | 
| --- a/runtime/bin/io_impl_sources.gni
 | 
| +++ b/runtime/bin/io_impl_sources.gni
 | 
| @@ -30,6 +30,13 @@ io_impl_sources = [
 | 
|    "io_service.h",
 | 
|    "io_service_no_ssl.cc",
 | 
|    "io_service_no_ssl.h",
 | 
| +  "namespace.cc",
 | 
| +  "namespace.h",
 | 
| +  "namespace_android.cc",
 | 
| +  "namespace_fuchsia.cc",
 | 
| +  "namespace_linux.cc",
 | 
| +  "namespace_macos.cc",
 | 
| +  "namespace_win.cc",
 | 
|    "platform.cc",
 | 
|    "platform.h",
 | 
|    "platform_android.cc",
 | 
| 
 |