Closed
Description
Change #23426 added a section to common.gypi
that conditionally defines OPENSSL_THREADS
. This change was integrated into Electron 5 and as a result my native addon that depends on BoringSSL under Electron now fails to build under Electron 5 with the following error message:
../deps/grpc/third_party/boringssl/include/openssl/base.h:143:0: error: "OPENSSL_THREADS" redefined [-Werror]
#define OPENSSL_THREADS
The full bug details are at electron/electron#18122.