skia2/gyp/nacl.gyp
2013-05-06 12:50:00 +00:00

20 lines
420 B
Python

# Common entry point for all Skia executables running in NaCl
{
'targets': [
{
'target_name': 'nacl_interface',
'type': 'static_library',
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
],
'include_dirs': [
# For SkThreadUtils.h
'../src/utils',
],
'sources': [
'../platform_tools/nacl/src/nacl_interface.cpp',
],
},
],
}