blob: caca42783d9cbff04aa70fdee14a338a73a14020 [file] [log] [blame]
mtklein65e58242016-01-13 12:57:57 -08001# 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',
11 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
mtkleinf5e97822016-01-15 06:19:53 -080012 'dependencies': [
13 'flags.gyp:flags',
14 'skia_lib.gyp:skia_lib',
15 ],
mtklein26379ca2016-01-21 09:25:32 -080016 'include_dirs': [
17 '../src/core',
18 ],
mtklein65e58242016-01-13 12:57:57 -080019 }],
20}