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

Unified Diff: base/base.gyp

Issue 99057: Add DirectoryWatcher implementation for Mac. (Closed)
Patch Set: scoped_cftyperef Created 11 years, 8 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 | base/directory_watcher_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 9c259b694c493729d44682e271737ed382beaee7..eef97fbd4745cda80d26918dd584aa9794de8c6f 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -88,6 +88,7 @@
'debug_util_win.cc',
'directory_watcher.h',
'directory_watcher_inotify.cc',
+ 'directory_watcher_mac.cc',
'directory_watcher_win.cc',
'event_recorder.cc',
'event_recorder.h',
@@ -641,11 +642,7 @@
'../build/linux/system.gyp:nss',
],
}],
- ['OS == "mac"', {
- 'sources!': [
- 'directory_watcher_unittest.cc',
- ],
- }, { # OS != "mac"
+ ['OS != "mac"', {
'sources!': [
'mac_util_unittest.cc',
],
« no previous file with comments | « no previous file | base/directory_watcher_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698