First step in fixing Chromium roll into libyuv.

This should fix the first error:
AssertionError: Libyuv DEPS entry src/buildtools/clang_format/script has
a different URL (https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format.git)
than Chromium (https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git).

No-Try: True
TBR=fbarchard@chromium.org
Bug: libyuv:891
Change-Id: I8e59739c0ad9d936cc835872f1ec945d5e4ab2dd
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2803131
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Mirko Bonadei 2021-04-02 20:58:09 +02:00 committed by Commit Bot
parent 9c1493a6d7
commit 76fb002915

2
DEPS
View File

@ -48,7 +48,7 @@ deps = {
},
'src/buildtools/clang_format/script':
Var('chromium_git') + '/chromium/llvm-project/cfe/tools/clang-format.git' + '@' + '96636aa0e9f047f17447f2d45a094d0b59ed7917',
Var('chromium_git') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' + '99803d74e35962f63a775f29477882afd4d57d94',
'src/buildtools/third_party/libc++/trunk':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + 'd9040c75cfea5928c804ab7c235fed06a63f743a',
'src/buildtools/third_party/libc++abi/trunk':