aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',