Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 7fbba40e0ad1b5a5a35ebbf928c8bbf148349c76..3003ec80de1a85ec5156517dd4881eeaf2954805 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -410,6 +410,11 @@ |
| 'test/scoped_locale.h', |
| ], |
| }], |
| + ['OS=="openbsd"', { |
| + 'sources!': [ |
| + 'test/test_file_util_linux.cc', |
| + ], |
| + }], |
| ], |
| 'sources': [ |
| 'perftimer.cc', |