summaryrefslogtreecommitdiffstats
path: root/app/app_base.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'app/app_base.gypi')
-rw-r--r--app/app_base.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi
index a0a7544..6b4eed0 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -43,7 +43,7 @@
'win_util_path.cc',
],
}],
- ['OS!="linux"', {
+ ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', {
'sources!': [
'gfx/gtk_util.cc',
'gfx/gtk_util.h',
@@ -198,7 +198,7 @@
'throb_animation.h',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
# font_gtk.cc uses fontconfig.
# TODO(evanm): I think this is wrong; it should just use GTK.