Fix DEPS defaults. Not to land until these two changes are in: https://chromium-review.googlesource.com/c/chromium/tools/build/+/716263 https://chromium-review.googlesource.com/c/chromium/tools/build/+/719010 Change-Id: I4e6d6fbcb6068405431dd3f9f38071c8af81d8b7 Reviewed-on: https://boringssl-review.googlesource.com/21825 Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Steven Valdez <svaldez@google.com>
diff --git a/util/bot/DEPS b/util/bot/DEPS index 7dc3c4b..0d67e3d 100644 --- a/util/bot/DEPS +++ b/util/bot/DEPS
@@ -15,10 +15,8 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', - # TODO(davidben): Switch this to False by default once the recipes configure it. - 'checkout_clang': True, - # TODO(davidben): Switch this to False by default once the recipes configure it. - 'checkout_fuzzer': 'checkout_linux', + 'checkout_clang': False, + 'checkout_fuzzer': False, 'checkout_sde': False, }