diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 10:05:12 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-25 10:05:12 +0000 |
commit | 17d50be5fe9309f7ccdd433a8d257a2028507ffb (patch) | |
tree | 6d49c8012ab3fbf92f3cf9ff78d343bf7cc66e89 /webkit/tools/pepper_test_plugin | |
parent | 3b3f5e8b9f55d2a1b906eb8a4becac2a98adfd8e (diff) | |
download | chromium_src-17d50be5fe9309f7ccdd433a8d257a2028507ffb.zip chromium_src-17d50be5fe9309f7ccdd433a8d257a2028507ffb.tar.gz chromium_src-17d50be5fe9309f7ccdd433a8d257a2028507ffb.tar.bz2 |
Solaris: first set of patches to make WebKit build on Solaris.
This set is mostly definitions and minor naming things.
BUG=30101
TEST=compiles
Patch by James Choi <jchoi42@pha.jhu.edu>
Review URL: http://codereview.chromium.org/650015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/pepper_test_plugin')
-rw-r--r-- | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp index afd8ee7..c7320017 100644 --- a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp +++ b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp @@ -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 |