26 lines
647 B
Python
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',
|
|
],
|
|
},
|
|
],
|
|
}
|