| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index ee31a8d28ba7fec7d927613fae4a61577e706d4e..02a9abebf9876e65f2d345e8010164e7b480fa12 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1078,6 +1078,10 @@
|
| # Enable hang reports in Kasko. Requires Kasko to be enabled.
|
| 'kasko_hang_reports%': 0,
|
|
|
| + # Enable failed rendez-vous reports in Kasko. Requires Kasko to be
|
| + # enabled.
|
| + 'kasko_failed_rdv_reports%': 0,
|
| +
|
| # Setting this to '0' will cause V8's startup snapshot to be
|
| # embedded in the binary instead of being a external files.
|
| 'v8_use_external_startup_data%': 1,
|
| @@ -1228,6 +1232,7 @@
|
| 'syzyasan%': '<(syzyasan)',
|
| 'kasko%': '<(kasko)',
|
| 'kasko_hang_reports%': '<(kasko_hang_reports)',
|
| + 'kasko_failed_rdv_reports%': '<(kasko_failed_rdv_reports)',
|
| 'syzygy_optimize%': '<(syzygy_optimize)',
|
| 'lsan%': '<(lsan)',
|
| 'msan%': '<(msan)',
|
| @@ -2041,6 +2046,8 @@
|
| 'kasko%': 1,
|
| # Disable hang reports for SyzyASAN builds.
|
| 'kasko_hang_reports': 0,
|
| + # Disable failed rendez-vous reports for SyzyASAN builds.
|
| + 'kasko_failed_rdv_reports': 0,
|
| }],
|
| ['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
|
| # Only enabled by default for ninja because it's buggy in VS.
|
|
|