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

Unified Diff: bin/bin.gypi

Issue 9481019: Changes to get rid of dependency on openssl in the dart VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | lib/integers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/bin.gypi
===================================================================
--- bin/bin.gypi (revision 4707)
+++ bin/bin.gypi (working copy)
@@ -271,7 +271,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -330,7 +330,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -359,7 +359,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -402,7 +402,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib', '-llibeay32MT.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}],
],
« no previous file with comments | « no previous file | lib/integers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698