15 lines
406 B
Python
15 lines
406 B
Python
# Copyright 2019 Google LLC. All Rights Reserved. This file and proprietary
|
|
# source code may only be used and distributed under the Widevine License
|
|
# Agreement.
|
|
{
|
|
'variables': {
|
|
'wvutil_sources': [
|
|
'../util/src/cdm_random.cpp',
|
|
'../util/src/platform.cpp',
|
|
'../util/src/rw_lock.cpp',
|
|
'../util/src/string_conversions.cpp',
|
|
'../util/src/string_format.cpp',
|
|
],
|
|
},
|
|
}
|