2013-08-21 19:27:48 +00:00
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'skgputest',
|
|
|
|
'product_name': 'skia_skgputest',
|
|
|
|
'type': 'static_library',
|
|
|
|
'standalone_static_library': 1,
|
|
|
|
'dependencies': [
|
2013-08-21 20:50:50 +00:00
|
|
|
'skia_lib.gyp:skia_lib',
|
2013-08-21 19:27:48 +00:00
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'../include/gpu',
|
|
|
|
'../include/utils',
|
|
|
|
'../src/core',
|
|
|
|
'../src/gpu',
|
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'../src/gpu',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'sources': [
|
2014-11-13 19:12:41 +00:00
|
|
|
'<(skia_src_path)/gpu/GrContextFactory.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrContextFactory.h',
|
2013-08-21 19:27:48 +00:00
|
|
|
'<(skia_src_path)/gpu/GrTest.cpp',
|
|
|
|
'<(skia_src_path)/gpu/GrTest.h',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|