Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7f976adf8dcb06c8b864fe20cf4193845abed985..38617f8e50600764d4607ba6016326e6d921e9c9 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1597,6 +1597,9 @@ |
| }, { |
| 'syzygy_optimize%': 0, |
| }], |
| + ['sanitizer_coverage==1', { |
| + 'sanitizer_coverage': 'edge,indirect-calls,8bit-counters,trace-cmp', |
| + }], |
| # Get binutils version so we can enable debug fission if we can. |
| ['os_posix==1 and OS!="mac" and OS!="ios"', { |
| 'conditions': [ |