Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index 95ebf9c9960cae70fc7aadf14ce05dcdcff45463..d94f528f792025f7481682a1ec8cb9d04c1583d1 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -755,6 +755,13 @@ |
| '../build/linux/system.gyp:ssl', |
| ], |
| }], |
| + ['OS=="solaris"', { |
| + 'link_settings': { |
| + 'ldflags': [ |
| + '-R/usr/lib/mps', |
| + ], |
| + }, |
| + }], |
| ], |
| }, |
| { # else: OS is not in the above list |