Index: trunk/src/base/BUILD.gn |
=================================================================== |
--- trunk/src/base/BUILD.gn (revision 274756) |
+++ trunk/src/base/BUILD.gn (working copy) |
@@ -184,12 +184,8 @@ |
"files/file_path_constants.cc", |
"files/file_path_watcher.cc", |
"files/file_path_watcher.h", |
- "files/file_path_watcher_fsevents.cc", |
- "files/file_path_watcher_fsevents.h", |
"files/file_path_watcher_kqueue.cc", |
- "files/file_path_watcher_kqueue.h", |
"files/file_path_watcher_linux.cc", |
- "files/file_path_watcher_mac.cc", |
"files/file_path_watcher_win.cc", |
"files/file_proxy.cc", |
"files/file_proxy.h", |
@@ -840,12 +836,7 @@ |
deps += [ "//third_party/mach_override" ] |
} else { |
# Non-Mac. |
- sources -= [ |
- "files/file_path_watcher_fsevents.cc", |
- "files/file_path_watcher_fsevents.h", |
- "files/file_path_watcher_kqueue.cc", |
- "files/file_path_watcher_kqueue.h", |
- ] |
+ sources -= [ "files/file_path_watcher_kqueue.cc" ] |
} |
# Linux. |