diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 14:56:54 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 14:56:54 +0000 |
commit | eb57bb21a94acdc46ab1496d103c2cb4739b158a (patch) | |
tree | 4b04b67a54d4ea33461e6e209eacdbe07a2d7232 /base | |
parent | c8b3a52736df33e0d29f64547456f271509a261b (diff) | |
download | chromium_src-eb57bb21a94acdc46ab1496d103c2cb4739b158a.zip chromium_src-eb57bb21a94acdc46ab1496d103c2cb4739b158a.tar.gz chromium_src-eb57bb21a94acdc46ab1496d103c2cb4739b158a.tar.bz2 |
Simplify gyp files by adding a global glob for openssl/nss
BUG=None
TEST=Build
Review URL: http://codereview.chromium.org/4799003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gypi | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/base/base.gypi b/base/base.gypi index a395299..0c702bd 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -539,37 +539,11 @@ ], },], [ 'use_openssl==1', { - # TODO(joth): Use a glob to match exclude patterns once the - # OpenSSL file set is complete. 'sources!': [ - 'crypto/encryptor_nss.cc', - 'crypto/rsa_private_key_nss.cc', - 'crypto/signature_creator_nss.cc', - 'crypto/signature_verifier_nss.cc', - 'crypto/symmetric_key_nss.cc', - 'hmac_nss.cc', - 'nss_util.cc', - 'nss_util.h', # Note that sha2.cc depends on the NSS files bundled into # chromium; it does not have the _nss postfix as it is required # on platforms besides linux and *bsd. 'sha2.cc', - 'third_party/nss/blapi.h', - 'third_party/nss/blapit.h', - 'third_party/nss/sha256.h', - 'third_party/nss/sha512.cc', - ], - }, { - 'sources!': [ - 'crypto/encryptor_openssl.cc', - 'crypto/rsa_private_key_openssl.cc', - 'crypto/signature_creator_openssl.cc', - 'crypto/signature_verifier_openssl.cc', - 'crypto/symmetric_key_openssl.cc', - 'hmac_openssl.cc', - 'openssl_util.cc', - 'openssl_util.h', - 'sha2_openssl.cc', ], },], ], |