зеркало из https://github.com/mozilla/moz-skia.git
20 строки
408 B
Python
20 строки
408 B
Python
# Common entry point for all Skia executables running in NaCl
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'nacl_interface',
|
|
'type': 'static_library',
|
|
'dependencies': [
|
|
'skia_lib.gyp:skia_lib',
|
|
],
|
|
'include_dirs': [
|
|
# For SkThreadUtils.h
|
|
'../src/utils',
|
|
],
|
|
'sources': [
|
|
'../platform_tools/nacl/src/nacl_interface.cpp',
|
|
],
|
|
},
|
|
],
|
|
}
|