Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2392)

Unified Diff: net/net.gyp

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 95ebf9c9960cae70fc7aadf14ce05dcdcff45463..298fd6ed766540b03027ac1d7c4bbdaa2201902d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -755,6 +755,13 @@
'../build/linux/system.gyp:ssl',
],
}],
+ ['OS=="solaris"', {
+ 'link_settings': {
+ 'libraries': [
Evan Martin 2011/06/24 17:51:18 ldflags, I think? (it ends up in the same command
+ '-R/usr/lib/mps',
+ ],
+ },
+ }],
],
},
{ # else: OS is not in the above list
« ipc/ipc_channel_posix.cc ('K') | « ipc/ipc_channel_posix.cc ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698