| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 0cf620f37822b6f7bbff001abd065b32e6861a7d..d38eb04c3947af4945b2a9e8929e8e06ea205991 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1124,8 +1124,6 @@ component("base") {
|
| "debug/crash_logging.h",
|
| "debug/stack_trace.cc",
|
| "debug/stack_trace_posix.cc",
|
| - "files/file_descriptor_watcher_posix.cc",
|
| - "files/file_descriptor_watcher_posix.h",
|
| "files/file_enumerator_posix.cc",
|
| "files/file_proxy.cc",
|
| "files/file_util_proxy.cc",
|
| @@ -1167,6 +1165,8 @@ component("base") {
|
| configs += [ ":nacl_nonsfi_warnings" ]
|
| } else {
|
| sources -= [
|
| + "files/file_descriptor_watcher_posix.cc",
|
| + "files/file_descriptor_watcher_posix.h",
|
| "files/file_util.cc",
|
| "files/file_util.h",
|
| "files/file_util_posix.cc",
|
|
|