openssl: clean up openssl.gyp

Remove obsolete build configuration that escaped the purge in 7eaea7f.
This commit is contained in:
Ben Noordhuis 2012-12-24 16:00:24 +01:00
parent f84bf5b6b1
commit 6ecb0cd65d

View File

@ -897,18 +897,9 @@
['OS=="solaris"', {
'defines': ['__EXTENSIONS__'],
}],
['target_arch=="ia32"', {
'variables': {'openssl_config_path': 'config/piii'},
}],
['target_arch=="x64"', {
'variables': {'openssl_config_path': 'config/k8'},
}],
['target_arch=="arm"', {
'variables': {'openssl_config_path': 'config/android'},
'sources': [
'openssl/crypto/armcap.c',
]
}]
'sources': ['openssl/crypto/armcap.c'],
}],
],
'include_dirs': [
'.',
@ -920,13 +911,9 @@
'openssl/crypto/modes',
'openssl/crypto/store',
'openssl/include',
'<@(openssl_config_path)',
],
'direct_dependent_settings': {
'include_dirs': [
'openssl/include',
'<@(openssl_config_path)',
],
'include_dirs': ['openssl/include'],
},
},
],