diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 23:19:10 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 23:19:10 +0000 |
commit | 398a31626d8c0e41cd9f39f2ee474342d3b36b8a (patch) | |
tree | 8eb60e404d402e9ac3c586ba3d6c40fc2fb23c63 /base/base.gyp | |
parent | 24a6c820448c725ecbeffbbb91d2be5f09d00e06 (diff) | |
download | chromium_src-398a31626d8c0e41cd9f39f2ee474342d3b36b8a.zip chromium_src-398a31626d8c0e41cd9f39f2ee474342d3b36b8a.tar.gz chromium_src-398a31626d8c0e41cd9f39f2ee474342d3b36b8a.tar.bz2 |
Linux: build fix for systems without inotify headers
Review URL: http://codereview.chromium.org/42363
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 70efc3d..e805b27 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -331,6 +331,17 @@ ], } ], + [ 'GENERATOR == "quentin"', { + # Quentin builds don't have a recent enough glibc to include the + # inotify headers + 'sources!': [ + 'directory_watcher_inotify.cc', + ], + 'sources': [ + 'directory_watcher_stub.cc', + ], + }, + ], [ 'OS == "mac"', { 'sources/': [ ['exclude', '_(linux|win)\\.cc$'] ], 'sources!': [ |