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

Unified Diff: build/isolate.gypi

Issue 1421973007: [swarming] Isolate llvm symbolizer and tsan suppressions file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | src/base.isolate » ('j') | src/base.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index 84ca1bec69034f445fc60e07d57136ae2be50bb0..5a89eb5dde1d05edb801edfa84a7d82789762243 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -68,6 +68,10 @@
'--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
'--config-variable', 'OS=<(OS)',
+ '--config-variable', 'asan=<(asan)',
+ '--config-variable', 'cfi_vptr=<(cfi_vptr)',
+ '--config-variable', 'msan=<(msan)',
+ '--config-variable', 'tsan=<(tsan)',
'--config-variable', 'component=<(component)',
'--config-variable', 'target_arch=<(target_arch)',
'--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)',
« no previous file with comments | « no previous file | src/base.isolate » ('j') | src/base.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698