| Index: tools/ipc_fuzzer/fuzzer/fuzzer.gyp
|
| diff --git a/tools/ipc_fuzzer/fuzzer/fuzzer.gyp b/tools/ipc_fuzzer/fuzzer/fuzzer.gyp
|
| index 524b612653f645687e8914d545a2fb836ea0a5d0..909108d3c2ee839a84ac14716aa148966148deef 100644
|
| --- a/tools/ipc_fuzzer/fuzzer/fuzzer.gyp
|
| +++ b/tools/ipc_fuzzer/fuzzer/fuzzer.gyp
|
| @@ -24,6 +24,16 @@
|
| 'rand_util.h',
|
| 'rand_util.cc',
|
| ],
|
| + 'conditions': [
|
| + ['asan==1', {
|
| + 'cflags!': [
|
| + # Compiling fuzzer.cc with ASan takes too long, see
|
| + # http://crbug.com/360158.
|
| + '-fsanitize=address',
|
| + '-fsanitize-coverage=<(sanitizer_coverage)',
|
| + ],
|
| + }],
|
| + ],
|
| 'include_dirs': [
|
| '../../..',
|
| ],
|
|
|