summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index cc12b5d..f279b84 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -566,7 +566,7 @@
['exclude', '_mac\\.(cc|cpp|mm?)$'],
['exclude', '/mac/'] ],
}],
- [ 'OS != "linux"', {
+ [ 'OS != "linux" and OS != "freebsd" and OS != "openbsd"', {
'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ],
'sources!': [
'../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
@@ -590,7 +590,7 @@
'../third_party/skia/src/opts/opts_check_SSE2.cpp'
],
}],
- [ 'OS == "linux" or OS == "freebsd"', {
+ [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gdk',
'../build/linux/system.gyp:fontconfig',