Add tools/win DEPS entry

Rolling third_party/abseil-cpp/ requires a new tools/win DEPS entry due
to https://crrev.com/1504060. See
https://pdfium-review.googlesource.com/c/pdfium/+/135590.

Change-Id: Ia63362805e6935e4ebf9a0a2dbb7ef2fcbadfb7e
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/135591
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Andy Phan <andyphan@chromium.org>
diff --git a/.gitignore b/.gitignore
index 76b69be..6d2e8cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@
 /tools/resultdb
 /tools/rust
 /tools/skia_goldctl
+/tools/win
 /v8
 /xcodebuild
 # Generated by clangd.
diff --git a/DEPS b/DEPS
index d8b54b3..d00d0cf 100644
--- a/DEPS
+++ b/DEPS
@@ -234,6 +234,10 @@
   # and whatever else without interference from each other.
   'tools_rust_revision': 'fa1df48579a1f8af4ddafd9a65705bf0b40e5186',
   # Three lines of non-changing comments so that
+  # the commit queue can handle CLs rolling tools_win_revision
+  # and whatever else without interference from each other.
+  'tools_win_revision': '89d58ebe78f02706d414154f923f759a05a887b6',
+  # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling v8
   # and whatever else without interference from each other.
   'v8_revision': '6ed01c3e37ded6a462a518239981e0f1cdc3ea88',
@@ -664,6 +668,12 @@
     'condition': 'checkout_win',
   },
 
+  'tools/win': {
+    'url': Var('chromium_git') + '/chromium/src/tools/win.git@' +
+        Var('tools_win_revision'),
+    'condition': 'checkout_win',
+  },
+
   'v8': {
     'url': Var('chromium_git') + '/v8/v8.git@' + Var('v8_revision'),
     'condition': 'checkout_v8',