From 0a4852e19d820c6fb9f406f79e1f468b595ffbc6 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Thu, 30 May 2024 17:29:10 +0000 Subject: [PATCH] Add clank/orderfile to deletion blocklist Bug: 343721296 Change-Id: If4907b284246c2952f8da23a47ef5674e50c7ada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5584808 Reviewed-by: Sky Malice Auto-Submit: Josip Sokcevic Reviewed-by: Peter Wen Commit-Queue: Josip Sokcevic --- gclient.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gclient.py b/gclient.py index cbac9e913..93c2799f9 100755 --- a/gclient.py +++ b/gclient.py @@ -740,13 +740,15 @@ class Dependency(gclient_utils.WorkItem, DependencySettings): cached_conditions = {} # TODO(https://crbug.com/343199633): Remove once all packages no longer - # place content in directories with git content. + # place content in directories with git content, and all milestone + # branches have picked it up (m128+). gcs_cleanup_blocklist_name = set([ + 'src/base/tracing/test/data', + 'src/clank/orderfiles', 'src/third_party/blink/renderer/core/css/perftest_data', 'src/third_party/instrumented_libs/binaries', - 'src/third_party/opus/tests/resources', - 'src/base/tracing/test/data', 'src/third_party/js_code_coverage', + 'src/third_party/opus/tests/resources', 'src/third_party/test_fonts', 'src/third_party/tfhub_models', 'src/tools/perf/page_sets/maps_perf_test/',