joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 1 | # Copyright 2016 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | # GYP file to build performance testbench. |
| 6 | # |
| 7 | { |
| 8 | 'includes': [ |
| 9 | 'apptype_console.gypi', |
| 10 | ], |
| 11 | 'targets': [ |
| 12 | { |
| 13 | 'target_name': 'kilobench', |
| 14 | 'type': 'executable', |
| 15 | 'include_dirs': [ |
joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 16 | '../bench', |
| 17 | '../gm', |
bungeman | bf521ff | 2016-02-17 13:13:44 -0800 | [diff] [blame] | 18 | '../include/private', |
joshualitt | eb60d67 | 2016-01-15 10:00:08 -0800 | [diff] [blame] | 19 | '../src/core', |
bsalomon | 3724e57 | 2016-03-30 18:56:19 -0700 | [diff] [blame] | 20 | '../src/gpu', |
joshualitt | eb60d67 | 2016-01-15 10:00:08 -0800 | [diff] [blame] | 21 | '../tools/VisualBench', |
joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 22 | ], |
| 23 | 'sources': [ |
| 24 | '<!@(python find.py ../tools/kilobench "*.cpp")', |
| 25 | '../bench/Benchmark.cpp', |
| 26 | '../tools/VisualBench/VisualSKPBench.cpp', |
| 27 | ], |
joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 28 | 'dependencies': [ |
| 29 | 'flags.gyp:flags', |
bsalomon | 3724e57 | 2016-03-30 18:56:19 -0700 | [diff] [blame] | 30 | 'gpu.gyp:skgpu', |
joshualitt | eb60d67 | 2016-01-15 10:00:08 -0800 | [diff] [blame] | 31 | 'gputest.gyp:skgputest', |
joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 32 | 'jsoncpp.gyp:jsoncpp', |
| 33 | 'skia_lib.gyp:skia_lib', |
| 34 | 'tools.gyp:crash_handler', |
| 35 | 'tools.gyp:proc_stats', |
joshualitt | eb60d67 | 2016-01-15 10:00:08 -0800 | [diff] [blame] | 36 | 'tools.gyp:resources', |
joshualitt | 99f3406 | 2016-01-14 11:05:22 -0800 | [diff] [blame] | 37 | 'tools.gyp:timer', |
| 38 | ], |
| 39 | }, |
| 40 | ], |
| 41 | } |