Index: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp |
=================================================================== |
--- webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (revision 39423) |
+++ webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (working copy) |
@@ -45,7 +45,7 @@ |
], |
}, |
}], |
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
'type': 'shared_library', |
'cflags': ['-fvisibility=hidden'], |
# -gstabs, used in the official builds, causes an ICE. Simply remove |