From 021cf5ac3ef6c5ffd8b65c7365d0f6d7ff456b9c Mon Sep 17 00:00:00 2001 From: Victor Boivie Date: Fri, 13 Dec 2024 14:34:14 +0100 Subject: [PATCH] Always checkout libFuzzer It's supported at least on Mac, so gating it on Linux prevents developers using Mac to run fuzzers easily. The repository size increase is quite small Bug: None Change-Id: I06ce173356f1d7130acd720e70de806bf49f362b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/371321 Reviewed-by: Jeremy Leconte Commit-Queue: Victor Boivie Cr-Commit-Position: refs/heads/main@{#43560} --- DEPS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 5028b58a5e..bcc8c3ccc0 100644 --- a/DEPS +++ b/DEPS @@ -385,11 +385,8 @@ deps = { 'condition': 'checkout_android', 'dep_type': 'cipd', }, - # Used for building libFuzzers (only supports Linux). - 'src/third_party/libFuzzer/src': { - 'url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git@e31b99917861f891308269c36a32363b120126bb', - 'condition': 'checkout_linux', - }, + 'src/third_party/libFuzzer/src': + 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git@e31b99917861f891308269c36a32363b120126bb', 'src/third_party/fuzztest/src': 'https://chromium.googlesource.com/external/github.com/google/fuzztest.git@8bd3142058af42d4605da7f2bc8d6dfc2c97e123', 'src/third_party/libjpeg_turbo':