Chromium Code Reviews| Index: third_party/libevent/libevent.gyp |
| diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp |
| index a785d34695fa2c4d280d771939489883ae97b454..656dd63f18a1dd52c55db537b8c8c6d1a181fe66 100644 |
| --- a/third_party/libevent/libevent.gyp |
| +++ b/third_party/libevent/libevent.gyp |
| @@ -27,6 +27,9 @@ |
| 'defines': [ |
| 'HAVE_CONFIG_H', |
| ], |
| + 'include_dirs': [ |
| + '../..', |
| + ], |
| 'conditions': [ |
| # libevent has platform-specific implementation files. Since its |
| # native build uses autoconf, platform-specific config.h files are |