Source release v3.5.0
This commit is contained in:
25
oemcrypto/test/fuzz_tests/oemcrypto_fuzztests.gyp
Normal file
25
oemcrypto/test/fuzz_tests/oemcrypto_fuzztests.gyp
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user