aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/fuzz.gyp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-07-21 09:41:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-21 09:41:14 -0700
commitb5dc4051f722d9c65d55eb3a65e0e8d031e107ad (patch)
treec1b3fbd9cdacfcc9a1ecd10c0a93f095b49978bf /gyp/fuzz.gyp
parentf41ae2f9738e32a43762b780e6d113b4b6157747 (diff)
add pathops debugging to fuzz
Add optional debugging routines for use in gdb. R=kjlubick GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2171773002 Review-Url: https://codereview.chromium.org/2171773002
Diffstat (limited to 'gyp/fuzz.gyp')
-rw-r--r--gyp/fuzz.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp
index 72907805a5..a2d1ade12a 100644
--- a/gyp/fuzz.gyp
+++ b/gyp/fuzz.gyp
@@ -11,13 +11,18 @@
'defines': [
'SK_FUZZ_LOGGING',
],
- 'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
+ 'sources': [
+ '<!@(python find.py ../fuzz "*.cpp")',
+ '../tests/PathOpsDebug.cpp',
+ ],
'dependencies': [
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
],
'include_dirs': [
+ '../include/private',
'../src/core',
+ '../src/pathops',
],
}],
}