Chromium Code Reviews| Index: build/config/sanitizers/sanitizers.gni |
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni |
| index 032380780236e6d23471a184a5ad34b009da1129..4d520bd086ae74ad9cf44f92ea2c2aae93426cf7 100644 |
| --- a/build/config/sanitizers/sanitizers.gni |
| +++ b/build/config/sanitizers/sanitizers.gni |
| @@ -49,6 +49,10 @@ declare_args() { |
| # See http://www.chromium.org/developers/testing/libfuzzer |
| use_libfuzzer = false |
| + # Separate configuration for libfuzzer ubsan build. Used to deploy ubsan |
| + # gradually. Eventually should catch up with is_ubsan and should be removed. |
|
inferno
2016/03/25 20:57:55
Can you fix the comment to indicate this is a flag
aizatsky
2016/03/25 21:02:45
Done.
|
| + is_libfuzzer_ubsan = false |
| + |
| # Compile for fuzzing with Dr. Fuzz |
| # See http://www.chromium.org/developers/testing/dr-fuzz |
| use_drfuzz = false |