Source release 19.3.0

This commit is contained in:
John W. Bruce
2024-09-05 07:02:36 +00:00
parent cd8256726f
commit 11c108a8da
122 changed files with 2259 additions and 1082 deletions

View File

@@ -15,17 +15,24 @@
'toolsets' : [ 'target' ],
'target_name': 'extract_bcc_tool',
'sources': [
'../factory_upload_tool/ce/log.cpp',
'../factory_upload_tool/ce/properties_ce.cpp',
'../factory_upload_tool/ce/wv_factory_extractor.cpp',
'../factory_upload_tool/common/src/WidevineOemcryptoInterface.cpp',
'../oemcrypto/test/extract_bcc_tool.cpp',
'../util/src/string_conversions.cpp',
],
'include_dirs': [
'../cdm/include',
'../core/include',
'../metrics/include',
'../factory_upload_tool/ce',
'../factory_upload_tool/common/include',
'../oemcrypto/include',
'../util/include',
],
'dependencies': [
'cdm.gyp:widevine_ce_cdm_static',
# The liboemcrypto.so is dynamically loaded, causing control flow
# integrity check failed during indirect function call.
'cflags/': [
['exclude', '^-fsanitize'],
['exclude', '^-fno-sanitize'],
],
'msvs_settings': {
'VCLinkerTool': {