Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / gyp / bench.gyp
1 # GYP file to build performance testbench.
2 #
3 {
4   'includes': [
5     'apptype_console.gypi',
6   ],
7   'targets': [
8     {
9       'target_name': 'nanobench',
10       'type': 'executable',
11       'sources': [
12         '../gm/gm.cpp',
13         '../bench/GMBench.cpp',
14         '../bench/SKPBench.cpp',
15         '../bench/ResultsWriter.cpp',
16         '../bench/nanobench.cpp',
17       ],
18       'includes': [
19         'bench.gypi',
20         'gmslides.gypi',
21       ],
22       'dependencies': [
23         'flags.gyp:flags_common',
24         'jsoncpp.gyp:jsoncpp',
25         'skia_lib.gyp:skia_lib',
26         'tools.gyp:crash_handler',
27         'tools.gyp:timer',
28       ],
29     },
30   ],
31 }