2011-06-02 14:38:23 +00:00
|
|
|
# GYP file to build performance testbench.
|
|
|
|
#
|
2011-05-31 21:21:54 +00:00
|
|
|
{
|
|
|
|
'includes': [
|
2011-06-02 14:38:23 +00:00
|
|
|
'apptype_console.gypi',
|
2011-05-31 21:21:54 +00:00
|
|
|
],
|
|
|
|
'targets': [
|
2014-06-25 21:08:00 +00:00
|
|
|
{
|
|
|
|
'target_name': 'nanobench',
|
|
|
|
'type': 'executable',
|
|
|
|
'sources': [
|
2014-07-31 19:13:48 +00:00
|
|
|
'../bench/GMBench.cpp',
|
2014-08-01 14:46:52 +00:00
|
|
|
'../bench/SKPBench.cpp',
|
2014-07-14 18:30:37 +00:00
|
|
|
'../bench/ResultsWriter.cpp',
|
2014-07-31 19:13:48 +00:00
|
|
|
'../bench/nanobench.cpp',
|
|
|
|
],
|
|
|
|
'includes': [
|
|
|
|
'bench.gypi',
|
|
|
|
'gmslides.gypi',
|
2014-06-25 21:08:00 +00:00
|
|
|
],
|
|
|
|
'dependencies': [
|
2014-07-22 17:15:34 +00:00
|
|
|
'flags.gyp:flags_common',
|
2014-07-14 18:30:37 +00:00
|
|
|
'jsoncpp.gyp:jsoncpp',
|
|
|
|
'skia_lib.gyp:skia_lib',
|
2014-06-25 21:08:00 +00:00
|
|
|
'tools.gyp:crash_handler',
|
|
|
|
'tools.gyp:timer',
|
|
|
|
],
|
|
|
|
},
|
2011-05-31 21:21:54 +00:00
|
|
|
],
|
|
|
|
}
|