diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp index f8b7967..e6266ec 100644 --- a/crypto/crypto.gyp +++ b/crypto/crypto.gyp @@ -195,14 +195,6 @@ ], 'conditions': [ [ 'use_nss_certs == 1', { - 'conditions': [ - [ 'use_allocator!="none"', { - 'dependencies': [ - '../base/allocator/allocator.gyp:allocator', - ], - }, - ], - ], 'dependencies': [ '../build/linux/system.gyp:ssl', ], |