diff options
Diffstat (limited to 'crypto/crypto.gyp')
-rw-r--r-- | crypto/crypto.gyp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index f660e4cd..b073a99 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -15,6 +15,9 @@ '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', ], + 'defines': [ + 'CRYPTO_IMPLEMENTATION', + ], 'msvs_disabled_warnings': [ 4018, ], @@ -74,11 +77,6 @@ 'capi_util.cc', ], }], - [ 'component == "shared_library"', { - 'defines': [ - 'CRYPTO_IMPLEMENTATION', - ], - }], [ 'use_openssl==1', { # TODO(joth): Use a glob to match exclude patterns once the # OpenSSL file set is complete. |