Chromium Code Reviews| 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', |
| ], |