53 lines
1.3 KiB
Python
53 lines
1.3 KiB
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.
|
|
{
|
|
'target_defaults': {
|
|
'type': 'executable',
|
|
'includes': [
|
|
'oemcrypto_fuzztests.gypi',
|
|
],
|
|
},
|
|
'targets': [
|
|
{
|
|
'target_name': 'oemcrypto_load_license_fuzz',
|
|
'sources': [
|
|
'oemcrypto_load_license_fuzz.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'oemcrypto_load_provisioning_fuzz',
|
|
'sources': [
|
|
'oemcrypto_load_provisioning_fuzz.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'oemcrypto_load_renewal_fuzz',
|
|
'sources': [
|
|
'oemcrypto_load_renewal_fuzz.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'oemcrypto_license_request_fuzz',
|
|
'sources': [
|
|
'oemcrypto_license_request_fuzz.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'oemcrypto_provisioning_request_fuzz',
|
|
'sources': [
|
|
'oemcrypto_provisioning_request_fuzz.cc',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'oemcrypto_renewal_request_fuzz',
|
|
'sources': [
|
|
'oemcrypto_renewal_request_fuzz.cc',
|
|
],
|
|
},
|
|
],
|
|
}
|