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

Unified Diff: gyp/fuzz.gyp

Issue 1589493006: Restore creature comforts to fuzz binary (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whoops Created 4 years, 11 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
« fuzz/fuzz.cpp ('K') | « 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 4290ff5fb532447f7525ee8bd27861b14e093127..40845a16533a0848ce87228fefd0eae61d11880a 100644
--- a/gyp/fuzz.gyp
+++ b/gyp/fuzz.gyp
@@ -9,9 +9,9 @@
'target_name': 'fuzz',
'type': 'executable',
'sources': [ '<!@(python find.py ../fuzz "*.cpp")' ],
- 'dependencies': [ 'skia_lib.gyp:skia_lib' ],
- 'xcode_settings': {
- 'DEAD_CODE_STRIPPING': 'YES',
- },
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ ],
}],
}
« fuzz/fuzz.cpp ('K') | « fuzz/fuzz.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698