Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: gyp/fuzz.gyp

Issue 2171773002: add pathops debugging to fuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/fuzz.gyp
diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp
index 72907805a5a24cca4e169238d58f2acfc27bea1c..a2d1ade12a4d5b53f788560639ca6597605b4e6e 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',
],
}],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698