5a64e58ebb
git-svn-id: http://skia.googlecode.com/svn/trunk@3539 2bbb7eff-a529-9590-31e7-b0007b416f81
29 lines
583 B
Python
29 lines
583 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'experimental',
|
|
'type': 'static_library',
|
|
'include_dirs': [
|
|
'../include/config',
|
|
'../include/core',
|
|
],
|
|
'sources': [
|
|
'../experimental/SkSetPoly3To3.cpp',
|
|
'../experimental/SkSetPoly3To3_A.cpp',
|
|
'../experimental/SkSetPoly3To3_D.cpp',
|
|
],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [
|
|
'../experimental',
|
|
],
|
|
},
|
|
},
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|