2012-11-01 17:43:44 +00:00
|
|
|
# Common entry point for all Skia executables running in NaCl
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'nacl_interface',
|
|
|
|
'type': 'static_library',
|
|
|
|
'dependencies': [
|
2013-06-03 12:10:19 +00:00
|
|
|
'skia_lib.gyp:skia_lib',
|
2012-11-01 17:43:44 +00:00
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
# For SkThreadUtils.h
|
|
|
|
'../src/utils',
|
|
|
|
],
|
|
|
|
'sources': [
|
2013-05-06 12:50:00 +00:00
|
|
|
'../platform_tools/nacl/src/nacl_interface.cpp',
|
2012-11-01 17:43:44 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
2012-11-02 02:01:24 +00:00
|
|
|
}
|