OpenSSL is still used on Windows and Mac
This commit is contained in:
parent
31b88f7370
commit
e67d0db448
1 changed files with 8 additions and 5 deletions
|
@ -136,9 +136,16 @@
|
||||||
'USE_AURA',
|
'USE_AURA',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS not in ["mac", "win"]', {
|
['OS in ["mac", "win"]', {
|
||||||
|
'defines': [
|
||||||
|
'USE_OPENSSL',
|
||||||
|
],
|
||||||
|
}, {
|
||||||
'defines': [
|
'defines': [
|
||||||
'USE_X11',
|
'USE_X11',
|
||||||
|
# "use_nss_certs" is set to 1 in libchromiumcontent.
|
||||||
|
'USE_NSS_CERTS',
|
||||||
|
'USE_NSS', # deprecated after Chrome 45.
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
|
@ -146,10 +153,6 @@
|
||||||
'_LARGEFILE_SOURCE',
|
'_LARGEFILE_SOURCE',
|
||||||
'_LARGEFILE64_SOURCE',
|
'_LARGEFILE64_SOURCE',
|
||||||
'_FILE_OFFSET_BITS=64',
|
'_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': [
|
'cflags_cc': [
|
||||||
'-D__STRICT_ANSI__',
|
'-D__STRICT_ANSI__',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue