diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 20:21:52 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 20:21:52 +0000 |
commit | 2d4f7b42aecbdc10d29fa4815cc0166d42ee4b34 (patch) | |
tree | a20f85a9074b663ec7be713ac947642935e76ef1 /base/base.gyp | |
parent | 2d76dbe1e944be62d3cbf831b6de5864238ce981 (diff) | |
download | chromium_src-2d4f7b42aecbdc10d29fa4815cc0166d42ee4b34.zip chromium_src-2d4f7b42aecbdc10d29fa4815cc0166d42ee4b34.tar.gz chromium_src-2d4f7b42aecbdc10d29fa4815cc0166d42ee4b34.tar.bz2 |
Add DirectoryWatcherTest back to the Linux build.
Review URL: http://codereview.chromium.org/62014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/base/base.gyp b/base/base.gyp index 4b4b417..ee56c96 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -603,13 +603,17 @@ # Linux has an implementation of idle_timer, but it's unclear # if we want it yet, so leave it 'unported' for now. 'idletimer_unittest.cc', - 'worker_pool_linux_unittest.cc', + 'worker_pool_linux_unittest.cc', ], 'dependencies': [ '../build/linux/system.gyp:gtk', ], }], - ['OS != "mac"', { + ['OS == "mac"', { + 'sources!': [ + 'directory_watcher_unittest.cc', + ], + }, { # OS != "mac" 'sources!': [ 'mac_util_unittest.cc', ], @@ -626,7 +630,6 @@ }, { # OS != "win" 'sources!': [ 'gfx/native_theme_unittest.cc', - 'directory_watcher_unittest.cc', 'object_watcher_unittest.cc', 'pe_image_unittest.cc', 'scoped_bstr_win_unittest.cc', |