diff options
Diffstat (limited to 'third_party/libevent/libevent.gyp')
-rw-r--r-- | third_party/libevent/libevent.gyp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp index 01a5019..c4ba0fb 100644 --- a/third_party/libevent/libevent.gyp +++ b/third_party/libevent/libevent.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -54,6 +54,10 @@ 'sources': [ 'kqueue.c' ], 'include_dirs': [ 'mac' ] }], + [ 'OS == "solaris"', { + 'sources': [ 'devpoll.c', 'evport.c' ], + 'include_dirs': [ 'solaris' ] + }], ], }, ], |