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

Unified Diff: gyp/sfntly.gyp

Issue 1509733003: Disable sanitizers with a blacklist. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put yasm stuff back Created 5 years 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 | « gyp/common_variables.gypi ('k') | tools/xsan.blacklist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sfntly.gyp
diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp
index 07e2d2cb95c9e0362f1e9eb753cce1c266e95b13..4e3ca5f47a33abefcf3a5d78005dcca87070b845 100644
--- a/gyp/sfntly.gyp
+++ b/gyp/sfntly.gyp
@@ -33,9 +33,6 @@
'dependencies' : [
'icu.gyp:icuuc',
],
- # Disable any sanitizers we might be using.
- 'ldflags!': [ '-fsanitize=<(skia_sanitizer)' ],
- 'cflags!': [ '-fsanitize=<(skia_sanitizer)' ],
'conditions': [
[ 'skia_os == "win"',
{
« no previous file with comments | « gyp/common_variables.gypi ('k') | tools/xsan.blacklist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698