diff options
Diffstat (limited to 'chrome/common_constants.gypi')
-rw-r--r-- | chrome/common_constants.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi index e9a47c5..8c13fa1 100644 --- a/chrome/common_constants.gypi +++ b/chrome/common_constants.gypi @@ -63,7 +63,7 @@ '../base/base.gyp:base', ], 'conditions': [ - ['OS=="linux"', { + ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 'dependencies': ['../build/linux/system.gyp:gtk'], }], ], |