Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: trunk/src/base/BUILD.gn

Issue 316853003: Revert 274735 "Use FSEvents for recursive file watch on Mac" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | trunk/src/base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698