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

Unified Diff: gyp/common_variables.gypi

Issue 24644003: Add skia_tsan_build to match skia_asan_build and fix one example race. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 3 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 | « gyp/common_conditions.gypi ('k') | tests/skia_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_variables.gypi
===================================================================
--- gyp/common_variables.gypi (revision 11454)
+++ gyp/common_variables.gypi (working copy)
@@ -79,6 +79,7 @@
],
'skia_asan_build%': 0,
+ 'skia_tsan_build%': 0,
'skia_scalar%': 'float',
'skia_mesa%': 0,
'skia_nv_path_rendering%': 0,
@@ -118,7 +119,7 @@
}, {
'skia_release_optimization_level%': '<(skia_default_gcc_optimization_level)',
}],
- [ 'skia_asan_build', {
+ [ 'skia_asan_build or skia_tsan_build', {
'skia_clang_build': 1,
}, {
'skia_clang_build%': 0,
@@ -133,6 +134,7 @@
'skia_os%': '<(skia_os)',
'os_posix%': '<(os_posix)',
'skia_asan_build%': '<(skia_asan_build)',
+ 'skia_tsan_build%': '<(skia_tsan_build)',
'skia_scalar%': '<(skia_scalar)',
'skia_mesa%': '<(skia_mesa)',
'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tests/skia_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698