25 lines
801 B
Python
25 lines
801 B
Python
# Copyright 2019 Google LLC. All Rights Reserved. This file and proprietary
|
|
# source code may only be used and distributed under the Widevine Master License
|
|
# Agreement.
|
|
{
|
|
'variables': {
|
|
'wvutil_sources': [
|
|
'../util/include/advance_iv_ctr.h',
|
|
'../util/include/arraysize.h',
|
|
'../util/include/cdm_random.h',
|
|
'../util/include/clock.h',
|
|
'../util/include/disallow_copy_and_assign.h',
|
|
'../util/include/file_store.h',
|
|
'../util/include/log.h',
|
|
'../util/include/platform.h',
|
|
'../util/include/rw_lock.h',
|
|
'../util/include/string_conversions.h',
|
|
'../util/include/util_common.h',
|
|
'../util/src/cdm_random.cpp',
|
|
'../util/src/platform.cpp',
|
|
'../util/src/rw_lock.cpp',
|
|
'../util/src/string_conversions.cpp',
|
|
],
|
|
},
|
|
}
|