26379ca002
BUG=skia:4692 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1611293002 Review URL: https://codereview.chromium.org/1611293002
21 lines
500 B
Python
21 lines
500 B
Python
# Copyright 2016 Google Inc.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
'includes': [ 'apptype_console.gypi' ],
|
|
'targets': [{
|
|
'target_name': 'fuzz',
|
|
'type': 'executable',
|
|
'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
|
|
'dependencies': [
|
|
'flags.gyp:flags',
|
|
'skia_lib.gyp:skia_lib',
|
|
],
|
|
'include_dirs': [
|
|
'../src/core',
|
|
],
|
|
}],
|
|
}
|