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

Unified Diff: gyp/common_conditions.gypi

Issue 26563002: Sketch of SK_ONCE (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: reupload again Created 7 years, 2 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 | « no previous file | gyp/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 1cbdd7b45a62b79c7572f94fb56e031b3ffd0e29..22eb9a5d83de05dd41d896a0809deb8cc8158b0c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -286,6 +286,11 @@
'ldflags': [
'-fsanitize=<(skia_sanitizer)',
],
+ 'conditions' : [
+ [ 'skia_sanitizer == "thread"', {
+ 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
+ }],
+ ],
}],
[ 'skia_clang_build', {
'cflags': [
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698