aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@chromium.org>2021-04-02 20:58:09 +0200
committerCommit Bot <commit-bot@chromium.org>2021-04-02 19:09:52 +0000
commit76fb0029154131dec381c556abbb9ec6731f98fa (patch)
tree7c91a8ee10fc000967745a664d1fc68082a0862e /DEPS
parent9c1493a6d78c772af8fe0d0651df44fe1c7488cb (diff)
downloadlibyuv-76fb0029154131dec381c556abbb9ec6731f98fa.tar.gz
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>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 603a9176..adb94a95 100644
--- a/DEPS
+++ b/DEPS
@@ -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':