Files
oemcrypto/util/libssl_dependency.gypi
Fred Gylys-Colwell 31f24774e8 OEMCrypto v17.2
Version 17.2 includes udpates to support MediaCAS. See the
CHANGELOG for full details.
2023-09-07 13:32:55 -07:00

19 lines
488 B
Python

# Copyright 2020 Google LLC. All Rights Reserved. This file and proprietary
# source code may only be used and distributed under the Widevine License
# Agreement.
{
'conditions': [
['privacy_crypto_impl=="openssl"', {
'libraries': [
'-lcrypto',
'-lssl',
],
}],
['privacy_crypto_impl=="boringssl" or privacy_crypto_impl=="apple"', {
'dependencies': [
'<(boringssl_libssl_path)',
], # dependencies
}],
], # conditions
}