From b1c2a554239ab3be950f0d19581945eb115e7a6c Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Fri, 8 Oct 2010 12:44:40 +0000 Subject: Decouples certificates viewers from NSS to prepare support for OpenSSL. This change is a pre-requisite for http://codereview.chromium.org/3529008/show There are no functional changes, it's only refactoring existing code. BUG=None TEST=Go to an https:// page and check the certificate info. Review URL: http://codereview.chromium.org/3565006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61944 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/common.gypi') diff --git a/build/common.gypi b/build/common.gypi index 79995f2..d028565 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -314,7 +314,7 @@ # whether to compile in the sources for the GPU plugin / process. 'enable_gpu%': 1, - # Use OpenSSL instead of NSS. Currently in developement. + # Use OpenSSL instead of NSS. Currently in development. 'use_openssl%': 0, 'conditions': [ @@ -501,6 +501,11 @@ 'ENABLE_GPU=1', ], }], + ['use_openssl==1', { + 'defines': [ + 'USE_OPENSSL=1', + ], + }], ['enable_eglimage==1', { 'defines': [ 'ENABLE_EGLIMAGE=1', -- cgit v1.1