Index: tools/ipc_fuzzer/mutate/mutate.gyp |
diff --git a/tools/ipc_fuzzer/mutate/mutate.gyp b/tools/ipc_fuzzer/mutate/mutate.gyp |
index a68a0782da29d16874b634c8cb3a4cd83b5d8462..7608020ff200911cd4f4372caa096273bcfbaa56 100644 |
--- a/tools/ipc_fuzzer/mutate/mutate.gyp |
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp |
@@ -24,6 +24,7 @@ |
# Compiling mutate.cc with ASan takes too long, see |
# http://crbug.com/360158. |
'-fsanitize=address', |
+ '-fsanitize-coverage=<(asan_coverage)', |
], |
}], |
], |
@@ -51,6 +52,7 @@ |
# Compiling generate.cc with ASan takes too long, see |
# http://crbug.com/360158. |
'-fsanitize=address', |
+ '-fsanitize-coverage=<(asan_coverage)', |
], |
}], |
], |