diff options
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 483c1a6..4c1f9a1 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -391,7 +391,7 @@ # own hard dependencies. 'hard_dependency': 1, 'conditions': [ - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { + ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'dependencies': [ '../build/linux/system.gyp:gtk', '../base/base.gyp:linux_versioninfo', @@ -399,7 +399,8 @@ 'sources!': [ 'glue/plugins/plugin_stubs.cc', ], - }, { # else: OS!="linux" and OS!="freebsd" and OS!="openbsd" + }, { # else: OS!="linux" and OS!="freebsd" and OS!="openbsd" \ + # and OS!="solaris"' 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'], ['exclude', r'/gtk_']], }], |