Files
ce_cdm/oemcrypto/test/fuzz_tests/oemcrypto_fuzztests.gyp
2018-06-29 15:59:47 -07:00

27 lines
737 B
Python

# Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
#source code may only be used and distributed under the Widevine Master License
#Agreement.
#
# Builds under the CDM ./build.py (target platform) build system
# Refer to the distribution package's README for details.
{
'variables': {
'oemcrypto_lib%': '',
'openssl_config%': 'system',
'openssl_target%': '',
},
'targets': [
{
'target_name': 'wv_ce_cdm_oemcrypto_generate_signature_fuzz_test',
'type': 'executable',
'sources': [
# The test runner and the testing device certificate.
'oemcrypto_generate_signature.cc',
],
'includes': [
'oemcrypto_fuzztests.gypi',
],
},
],
}