Chromium Code Reviews| Index: core/SkPreConfig.h |
| diff --git a/core/SkPreConfig.h b/core/SkPreConfig.h |
| index 743ffcc49d4ceaea2ae5a0e6edf81d5825b3ad50..5d1ef91bfae0f64cb2b6f16c905072c5c10601d1 100644 |
| --- a/core/SkPreConfig.h |
| +++ b/core/SkPreConfig.h |
| @@ -30,7 +30,7 @@ |
| #define SK_BUILD_FOR_WIN32 |
| #elif defined(__SYMBIAN32__) |
| #define SK_BUILD_FOR_WIN32 |
| - #elif defined(linux) |
| + #elif defined(linux) || defined(__OpenBSD__) |
| #define SK_BUILD_FOR_UNIX |
| #elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR |
| #define SK_BUILD_FOR_IOS |