mtklein | 65e5824 | 2016-01-13 12:57:57 -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 | |
| 6 | { |
| 7 | 'includes': [ 'apptype_console.gypi' ], |
| 8 | 'targets': [{ |
| 9 | 'target_name': 'fuzz', |
| 10 | 'type': 'executable', |
kjlubick | 9fd07e5 | 2016-04-12 12:02:59 -0700 | [diff] [blame] | 11 | 'defines': [ |
| 12 | 'SK_FUZZ_LOGGING', |
| 13 | ], |
mtklein | 65e5824 | 2016-01-13 12:57:57 -0800 | [diff] [blame] | 14 | 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ], |
mtklein | f5e9782 | 2016-01-15 06:19:53 -0800 | [diff] [blame] | 15 | 'dependencies': [ |
| 16 | 'flags.gyp:flags', |
| 17 | 'skia_lib.gyp:skia_lib', |
| 18 | ], |
mtklein | 26379ca | 2016-01-21 09:25:32 -0800 | [diff] [blame] | 19 | 'include_dirs': [ |
| 20 | '../src/core', |
| 21 | ], |
mtklein | 65e5824 | 2016-01-13 12:57:57 -0800 | [diff] [blame] | 22 | }], |
| 23 | } |