Remove old buildtools llvm repo paths.

Bug: chromium:1458042
Change-Id: Id673a4b2aede0cbc44ad79f128590691b576e972
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/110890
Auto-Submit: Joanna Wang <jojwang@google.com>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index b7c8d69..4e94b81 100644
--- a/DEPS
+++ b/DEPS
@@ -250,23 +250,6 @@
     'dep_type': 'cipd',
   },
 
-  # TODO(chromium:1458042): Remove these paths, when chromium builds files
-  # have moved to third_party/lib*/src paths.
-  'buildtools/third_party/libc++/trunk':
-    Var('chromium_git') +
-        '/external/github.com/llvm/llvm-project/libcxx.git@' +
-        Var('libcxx_revision'),
-
-  'buildtools/third_party/libc++abi/trunk':
-    Var('chromium_git') +
-        '/external/github.com/llvm/llvm-project/libcxxabi.git@' +
-        Var('libcxxabi_revision'),
-
-  'buildtools/third_party/libunwind/trunk':
-    Var('chromium_git') +
-        '/external/github.com/llvm/llvm-project/libunwind.git@' +
-        Var('libunwind_revision'),
-
   'buildtools/win': {
     'packages': [
       {