Remove old buildtools/clang_format/script path.
Bug: 1447924 Change-Id: I9ba8a877d28e34c05011230c39107913cd8e32e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4591709 Auto-Submit: Joanna Wang <jojwang@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1155005}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
f1d697a87b
commit
0dcb795867
5
DEPS
5
DEPS
@ -529,11 +529,6 @@ allowed_hosts = [
|
||||
]
|
||||
|
||||
deps = {
|
||||
# TODO(crbug.com/1447924): remove buildtools/clang_format path
|
||||
'src/buildtools/clang_format/script':
|
||||
Var('chromium_git') +
|
||||
'/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
|
||||
Var('clang_format_revision'),
|
||||
'src/third_party/clang-format/script':
|
||||
Var('chromium_git') +
|
||||
'/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@' +
|
||||
|
@ -209,11 +209,6 @@ PATH_SPECIFIC_ALLOWLISTED_LICENSES = {
|
||||
'UNKNOWN',
|
||||
],
|
||||
|
||||
# TODO(crbug.com/1447924): remove buildtools path
|
||||
# http://crbug.com/333508
|
||||
'buildtools/clang_format/script': [
|
||||
'UNKNOWN',
|
||||
],
|
||||
# http://crbug.com/333508
|
||||
'third_party/clang-format/script': [
|
||||
'UNKNOWN',
|
||||
|
@ -127,8 +127,6 @@ constexpr const char* const kRawPtrManualPathsToIgnore[] = {
|
||||
// grep -v third_party | \
|
||||
// grep -v '^$' | \
|
||||
// sort | uniq > ~/scratch/git-paths
|
||||
// TODO(crbug.com/1447924): remove buildtools path
|
||||
"buildtools/clang_format/script/",
|
||||
"third_party/clang-format/script/",
|
||||
"chrome/app/theme/default_100_percent/google_chrome/",
|
||||
"chrome/app/theme/default_200_percent/google_chrome/",
|
||||
|
Reference in New Issue
Block a user