33 lines
864 B
Python
33 lines
864 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.
|
|
#
|
|
# Include this in any custom unit test targets.
|
|
# Does not include the test runner main.
|
|
{
|
|
'sources': [
|
|
'oec_device_features.cpp',
|
|
'oec_decrypt_fallback_chain.cpp',
|
|
'oec_key_deriver.cpp',
|
|
'oec_session_util.cpp',
|
|
'oemcrypto_session_tests_helper.cpp',
|
|
'oemcrypto_test.cpp',
|
|
'wvcrc.cpp',
|
|
],
|
|
'include_dirs': [
|
|
'<(util_dir)/include',
|
|
'<(util_dir)/test',
|
|
'<(oemcrypto_dir)/include',
|
|
'<(oemcrypto_dir)/ref/src',
|
|
'<(oemcrypto_dir)/test',
|
|
'<(oemcrypto_dir)/odk/include',
|
|
],
|
|
'defines': [
|
|
'OEMCRYPTO_TESTS',
|
|
],
|
|
'dependencies': [
|
|
'<(oemcrypto_dir)/odk/src/odk.gyp:odk',
|
|
],
|
|
'includes': [ '../../util/libssl_dependency.gypi' ],
|
|
}
|