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

Unified Diff: trunk/src/base/base.gypi

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 | « trunk/src/base/BUILD.gn ('k') | trunk/src/base/files/file_path_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/base.gypi
===================================================================
--- trunk/src/base/base.gypi (revision 274756)
+++ trunk/src/base/base.gypi (working copy)
@@ -194,12 +194,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_stub.cc',
'files/file_path_watcher_win.cc',
'files/file_posix.cc',
@@ -755,10 +751,7 @@
'file_util.cc',
'file_util_posix.cc',
'files/file_enumerator_posix.cc',
- '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_proxy.cc',
'files/file_util_proxy.cc',
'memory/shared_memory_posix.cc',
@@ -790,10 +783,7 @@
['OS == "android" and >(nacl_untrusted_build)==0', {
'sources!': [
'base_paths_posix.cc',
- '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_stub.cc',
'power_monitor/power_monitor_device_source_posix.cc',
],
@@ -858,9 +848,6 @@
['include', '^process/.*_ios\.(cc|mm)$'],
['include', '^process/memory_stubs\.cc$'],
['include', '^process/process_handle_posix\.cc$'],
- ['exclude', 'files/file_path_watcher_fsevents.cc'],
- ['exclude', 'files/file_path_watcher_fsevents.h'],
- ['include', 'files/file_path_watcher_mac.cc'],
],
'sources': [
'process/memory_stubs.cc',
@@ -876,9 +863,6 @@
['include', '(^|/)(cocoa|mac)/'],
['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
['exclude', '(^|/)ios/'],
- ['exclude', 'files/file_path_watcher_fsevents.cc'],
- ['exclude', 'files/file_path_watcher_fsevents.h'],
- ['include', 'files/file_path_watcher_mac.cc'],
]
}],
# For now, just test the *BSD platforms enough to exclude them.
@@ -897,10 +881,7 @@
],
'sources!': [
'event_recorder_stubs.cc',
- '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_stub.cc',
'message_loop/message_pump_libevent.cc',
'posix/file_descriptor_shuffle.cc',
@@ -917,10 +898,7 @@
}],
['OS == "linux" and >(nacl_untrusted_build)==0', {
'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',
'files/file_path_watcher_stub.cc',
],
}],
« no previous file with comments | « trunk/src/base/BUILD.gn ('k') | trunk/src/base/files/file_path_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698