From 6cd14492aab69bb6f5700332c23cac35113f08e7 Mon Sep 17 00:00:00 2001 From: Chong Gu Date: Wed, 20 Oct 2021 23:01:32 -0700 Subject: [PATCH] [Fuchsia] Remove checkout_fuchsia_for_arm64_host Also roll /build to a version that contains the cl removing checkout_fuchsia_for_arm64_host Bug: chromium:1137662 Change-Id: I72851e5ab4e1daabf6ea62fb7935dfd28d8dee25 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3232816 Auto-Submit: Chong Gu Commit-Queue: Chong Gu Reviewed-by: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#77486} --- DEPS | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/DEPS b/DEPS index 5af21ac549..3bafe7fd8e 100644 --- a/DEPS +++ b/DEPS @@ -6,9 +6,6 @@ use_relative_paths = True gclient_gn_args_file = 'build/config/gclient_args.gni' gclient_gn_args = [ - # TODO(https://crbug.com/1137662, https://crbug.com/1080854) - # Remove when migration is complete. - 'checkout_fuchsia_for_arm64_host', ] vars = { @@ -27,12 +24,6 @@ vars = { # Wildcards are supported (e.g. "qemu.*"). 'checkout_fuchsia_boot_images': "qemu.x64,qemu.arm64", - # TODO(https://crbug.com/1137662, https://crbug.com/1080854) - # Remove when migration is complete. - # By default, do not check out files required to run fuchsia tests in - # qemu on linux-arm64 machines. - 'checkout_fuchsia_for_arm64_host': False, - 'checkout_instrumented_libraries': False, 'checkout_ittapi': False, # Fetch clang-tidy into the same bin/ directory as our clang binary. @@ -92,7 +83,7 @@ deps = { 'base/trace_event/common': Var('chromium_url') + '/chromium/src/base/trace_event/common.git' + '@' + '68d816952258c9d817bba656ee2664b35507f01b', 'build': - Var('chromium_url') + '/chromium/src/build.git' + '@' + 'f78b0bd09847b94e9ec9cb520855d6785fd082ab', + Var('chromium_url') + '/chromium/src/build.git' + '@' + '110f470441bc9851b31f6b78c55dd8b2dfdef829', 'buildtools': Var('chromium_url') + '/chromium/src/buildtools.git' + '@' + 'a9bc3e283182a586998338a665c7eae17406ec54', 'buildtools/clang_format/script':