瀏覽代碼

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 <skym@chromium.org>
Auto-Submit: Josip Sokcevic <sokcevic@chromium.org>
Reviewed-by: Peter Wen <wnwen@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
Josip Sokcevic 1 年之前
父節點
當前提交
0a4852e19d
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      gclient.py

+ 5 - 3
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/',