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

Unified Diff: build/isolate.gypi

Issue 1778313002: [Swarming] Isolate sancov tool. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | tools/testrunner/testrunner.isolate » ('j') | tools/testrunner/testrunner.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 546870a755a81a425b5155db09fb20c8fa5c987f..4cfbbfddd100d716523313c28b723aa73c7aaae3 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -76,6 +76,8 @@
'--config-variable', 'icu_use_data_file_flag=0',
'--config-variable', 'msan=<(msan)',
'--config-variable', 'tsan=<(tsan)',
+ '--config-variable', 'coverage=<(coverage)',
+ '--config-variable', 'sanitizer_coverage=<(sanitizer_coverage)',
'--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 | tools/testrunner/testrunner.isolate » ('j') | tools/testrunner/testrunner.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698