Files
ce_cdm/platforms/example-runtime-client-info/read_client_info.gyp
John "Juce" Bruce f11df1e144 Source release 17.1.1
2022-11-29 12:54:04 -08:00

14 lines
361 B
Python

# Copyright 2022 Google LLC. All Rights Reserved. This file and proprietary
# source code may only be used and distributed under the Widevine License
# Agreement.
{
'targets': [
{
'target_name': 'read_client_info',
'type': 'static_library',
'include_dirs': ['../../cdm/include'],
'sources': ['read_client_info.cpp'],
},
],
}