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

Unified Diff: gyp/fuzz.gyp

Issue 1878363002: Make fuzz builds set SK_FUZZ_LOGGING (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 8 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 | « fuzz/fuzz.cpp ('k') | 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 caca42783d9cbff04aa70fdee14a338a73a14020..72907805a5a24cca4e169238d58f2acfc27bea1c 100644
--- a/gyp/fuzz.gyp
+++ b/gyp/fuzz.gyp
@@ -8,6 +8,9 @@
'targets': [{
'target_name': 'fuzz',
'type': 'executable',
+ 'defines': [
+ 'SK_FUZZ_LOGGING',
+ ],
'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
'dependencies': [
'flags.gyp:flags',
« no previous file with comments | « fuzz/fuzz.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698