1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 '../native_client/build/untrusted.gypi',
15 'target_name': 'crypto_nacl',
18 'nacl_untrusted_build': 1,
19 'nlib_target': 'libcrypto_nacl.a',
22 'build_pnacl_newlib': 1,
25 '../third_party/openssl/openssl_nacl.gyp:openssl_nacl',
26 '../native_client/tools.gyp:prep_toolchain',
27 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
30 'CRYPTO_IMPLEMENTATION',
36 ['exclude', '_nss\.(cc|h)$'],
37 ['exclude', '^(mock_)?apple_'],
38 ['exclude', '^capi_'],
39 ['exclude', '^cssm_'],
42 ['exclude', '^third_party/nss/'],
43 ['include', '^third_party/nss/sha512.cc'],