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

Unified Diff: gyp/fuzz.gyp

Issue 1581203003: some fuzz hacking (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused 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
« 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 40845a16533a0848ce87228fefd0eae61d11880a..4290ff5fb532447f7525ee8bd27861b14e093127 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': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
+ 'dependencies': [ 'skia_lib.gyp:skia_lib' ],
+ 'xcode_settings': {
+ 'DEAD_CODE_STRIPPING': 'YES',
+ },
}],
}
« 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