| Index: base/BUILD.gn
 | 
| diff --git a/base/BUILD.gn b/base/BUILD.gn
 | 
| index 53084d5e8f611d2f111c6722c6210d4dee8c15d1..700ea3304b0f8b9e5795295dbcaab64aff6af34c 100644
 | 
| --- a/base/BUILD.gn
 | 
| +++ b/base/BUILD.gn
 | 
| @@ -410,10 +410,6 @@ component("base") {
 | 
|      "pending_task.h",
 | 
|      "pickle.cc",
 | 
|      "pickle.h",
 | 
| -    "platform_file.cc",
 | 
| -    "platform_file.h",
 | 
| -    "platform_file_posix.cc",
 | 
| -    "platform_file_win.cc",
 | 
|      "port.h",
 | 
|      "posix/eintr_wrapper.h",
 | 
|      "posix/file_descriptor_shuffle.cc",
 | 
| @@ -1139,7 +1135,6 @@ test("base_unittests") {
 | 
|      "os_compat_android_unittest.cc",
 | 
|      "path_service_unittest.cc",
 | 
|      "pickle_unittest.cc",
 | 
| -    "platform_file_unittest.cc",
 | 
|      "posix/file_descriptor_shuffle_unittest.cc",
 | 
|      "posix/unix_domain_socket_linux_unittest.cc",
 | 
|      "power_monitor/power_monitor_unittest.cc",
 | 
| 
 |