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

Unified Diff: gyp/yasm.gyp

Issue 1693823005: followups (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 10 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/yasm.gyp
diff --git a/gyp/yasm.gyp b/gyp/yasm.gyp
index 272778b8d50d529fe1d55dd6e5050efa7e0c8605..04e23cff120abe075837a730173f198166b5e015 100644
--- a/gyp/yasm.gyp
+++ b/gyp/yasm.gyp
@@ -64,7 +64,11 @@
# Silence warnings in libc++ builds (C code doesn't need this flag).
'ldflags!': [ '-stdlib=libc++', '-fsanitize=<(skia_sanitizer)' ],
# https://crbug.com/489901
- 'cflags!': [ '-fsanitize=bounds', '-fsanitize=<(skia_sanitizer)', '-fsanitize-memory-track-origins' ],
+ 'cflags!': [
+ '-fsanitize=bounds',
+ '-fsanitize=<(skia_sanitizer)',
+ '-fsanitize-memory-track-origins',
+ ],
'libraries!': [ '-llog', ],
},
'targets': [
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698