Files
ce_cdm/oemcrypto/test/fuzz_tests/oemcrypto_fuzztests.gyp
2017-11-28 17:42:16 -08:00

26 lines
647 B
Python

# Copyright 2017 Google Inc. All Rights Reserved.
#
# Builds under the CDM ./build.py (target platform) build system
# Refer to the distribution package's README for details.
{
'variables': {
'oemcrypto_lib%': '',
'oemcrypto_stubs%': '',
'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',
],
},
],
}