Source release 19.3.0
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user