OpenSSL is still used on Windows and Mac

This commit is contained in:
Cheng Zhao 2015-07-06 12:03:33 +08:00
parent 31b88f7370
commit e67d0db448

View file

@ -136,9 +136,16 @@
'USE_AURA',
],
}],
['OS not in ["mac", "win"]', {
['OS in ["mac", "win"]', {
'defines': [
'USE_OPENSSL',
],
}, {
'defines': [
'USE_X11',
# "use_nss_certs" is set to 1 in libchromiumcontent.
'USE_NSS_CERTS',
'USE_NSS', # deprecated after Chrome 45.
],
}],
['OS=="linux"', {
@ -146,10 +153,6 @@
'_LARGEFILE_SOURCE',
'_LARGEFILE64_SOURCE',
'_FILE_OFFSET_BITS=64',
# "use_nss_certs" is set to 1 in libchromiumcontent.
'USE_NSS_CERTS',
# USE_NSS is set to be compatible with Chrome < 45.
'USE_NSS',
],
'cflags_cc': [
'-D__STRICT_ANSI__',