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

Unified Diff: gyp/common_conditions.gypi

Issue 26563002: Sketch of SK_ONCE (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: minor changes to OnceTest to try to fix build on 10.6 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..8d06ebccb464ee2b2e39de71df9ea71817bf3fa8 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -286,6 +286,11 @@
'ldflags': [
'-fsanitize=<(skia_sanitizer)',
],
+ 'conditions' : [[
bungeman-skia 2013/10/09 15:57:28 could we put this second '[' at the beginning of t
mtklein 2013/10/09 16:04:12 Done.
+ '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