aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoanna Wang <jojwang@google.com>2023-08-01 21:31:47 +0000
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-08-02 15:58:20 +0000
commit506f93e9db5ae83e37e8c49e5d5b7247dfffc817 (patch)
tree8fa5270383d0239f6656e05c8ecc9b6dfbcc9324
parentacb14ffaa4a780e352435dd268ebdf96c3e8317d (diff)
downloadlibyuv-506f93e9db5ae83e37e8c49e5d5b7247dfffc817.tar.gz
Switch libcxx paths from trunk -> src.
Bug: chromium:1458042 Change-Id: Ib9034df2539310516aec1d57281603fb92cc403c Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4739040 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Joanna Wang <jojwang@chromium.org>
-rw-r--r--DEPS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 3678c59e..b6a7bc7b 100644
--- a/DEPS
+++ b/DEPS
@@ -83,7 +83,7 @@ deps = {
},
# TODO(chromium:1458042): Remove these paths, when chromium builds files
- # have moved to third_party/libcxx/lib*/trunk paths.
+ # have moved to third_party/lib*/src paths.
'src/buildtools/third_party/libc++/trunk':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80',
'src/buildtools/third_party/libc++abi/trunk':
@@ -113,11 +113,11 @@ deps = {
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + 'af29db7ec28d6df1c7f0f745186884091e602e07',
'src/third_party/harfbuzz-ng/src':
Var('chromium_git') + '/external/github.com/harfbuzz/harfbuzz.git' + '@' + 'db700b5670d9475cc8ed4880cc9447b232c5e432',
- 'src/third_party/libcxx/libc++/trunk':
+ 'src/third_party/libc++/src':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git' + '@' + '84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80',
- 'src/third_party/libcxx/libc++abi/trunk':
+ 'src/third_party/libc++abi/src':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git' + '@' + '8d21803b9076b16d46c32e2f10da191ee758520c',
- 'src/third_party/libcxx/libunwind/trunk':
+ 'src/third_party/libunwind/src':
Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git' + '@' + 'f1c687e0aaf0d70b9a53a150e9be5cb63af9215f',
'src/third_party/libjpeg_turbo':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '30bdb85e302ecfc52593636b2f44af438e05e784',