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

Unified Diff: net/net.gyp

Issue 8336024: OpenBSD patches for net, split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add missing crypto patch Created 9 years, 2 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
« net/dns/dns_config_service_posix.cc ('K') | « net/dns/dns_config_service_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 3b0ddbce493dcbd94ae204d0c0eebf4761ba2572..9a486ff57f4bc736780205f93560f27841df645c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -729,6 +729,11 @@
'proxy/proxy_config_service_linux.h',
],
}],
+ ['OS=="openbsd"', {
+ 'sources': [
+ 'base/platform_mime_util_linux.cc',
+ ],
+ }],
['use_kerberos==1', {
'defines': [
'USE_KERBEROS',
@@ -806,7 +811,6 @@
'dependencies': [
'../build/linux/system.gyp:gconf',
'../build/linux/system.gyp:gio',
- '../build/linux/system.gyp:libresolv',
],
'conditions': [
['use_openssl==1', {
@@ -819,6 +823,11 @@
'../build/linux/system.gyp:ssl',
],
}],
+ ['OS!="openbsd"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:libresolv',
+ ],
+ }],
['OS=="solaris"', {
'link_settings': {
'ldflags': [
« net/dns/dns_config_service_posix.cc ('K') | « net/dns/dns_config_service_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698