Roll recipe dependencies (nontrivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

Please review the expectation changes, and LGTM as normal. The recipe roller
will *NOT* CQ the change itself, so you must commit the change manually.

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

depot_tools:
  https://crrev.com/2cbf79f3c976c392242cb2e8710d397ad1ee1762 git: use new python script to bootstrap git on windows (phajdan.jr@chromium.org)

R=phajdan.jr@chromium.org
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=629679,635421

Recipe-Tryjob-Bypass-Reason: Autoroller
Review-Url: https://codereview.chromium.org/2262443004
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 20f473e..6033602 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -5,7 +5,7 @@
   project_id: "depot_tools"
   url: "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
   branch: "master"
-  revision: "df09a46d7cec6d4a523a0bb7d740d70b3ac7c663"
+  revision: "2cbf79f3c976c392242cb2e8710d397ad1ee1762"
 }
 deps {
   project_id: "recipe_engine"
diff --git a/scripts/slave/recipe_modules/findit/example.expected/affected_files_on_win.json b/scripts/slave/recipe_modules/findit/example.expected/affected_files_on_win.json
index f335dd1..470aaf4 100644
--- a/scripts/slave/recipe_modules/findit/example.expected/affected_files_on_win.json
+++ b/scripts/slave/recipe_modules/findit/example.expected/affected_files_on_win.json
@@ -1,7 +1,10 @@
 [
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
index 369f738..39cdac8 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_nothing_with_no_source_file_changes.json
@@ -254,7 +254,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
index f77efe2..de59713 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
@@ -254,7 +254,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json
index e760dcb..c5d0117 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win10_blink_rel.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_dbg.json
index 26b21c6..e09dabd 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_dbg.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_dbg.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_rel.json
index cc9b86e..e42f6df 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_compile_rel.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.json
index 8e0ad97..30d5ffe 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.json
index c86e7a2..443954a 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_dbg_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_dbg_ng.json
index feead51..9ea7c9d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_dbg_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_dbg_ng.json
@@ -265,7 +265,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_rel_ng.json
index a59d335..e096483 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_rel_ng.json
@@ -265,7 +265,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_dbg_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_dbg_ng.json
index c466d07..bd7ff07 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_dbg_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_dbg_ng.json
@@ -265,7 +265,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_rel_ng.json
index 4ee24ab..9f3a2b4 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_rel_ng.json
@@ -265,7 +265,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json
index 03a78ee..7c98f80 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng_exp.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng_exp.json
index 952d57a..5d05a63 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng_exp.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win10_chromium_x64_rel_ng_exp.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.json
index 742c51b..69e0ae4 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.json
@@ -267,7 +267,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.json
index b9dd80d..eef76dc 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chrome_official.json
@@ -267,7 +267,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng.json
index 2e6b371..212928b 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_rel_ng.json
index 4b22d04..167100f 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_rel_ng.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_dbg_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_dbg_ng.json
index c38d538..38f57b1 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_dbg_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_dbg_ng.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_rel_ng.json
index 78fbd6a..1c13f62 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_rel_ng.json
@@ -277,7 +277,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.json
index 31f4853..fd471f2 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_syzyasan_rel.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
index c8c820d..5285411 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_x64_rel_ng.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json
index 9a25e11..5b6affd 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.json
@@ -262,7 +262,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg.json
index e620c3b..e27b3dc 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_dbg.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_rel.json
index 5875eb2..e804d74 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_rel.json
@@ -280,7 +280,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_dbg.json
index 6cef119..cf44967 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_dbg.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_dbg.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_rel.json
index 8a8ceff..a56023b 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang_x64_rel.json
@@ -280,7 +280,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_optional_gpu_tests_rel.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_optional_gpu_tests_rel.json
index 8bbd414..082b465 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_optional_gpu_tests_rel.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_optional_gpu_tests_rel.json
@@ -265,7 +265,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_x64_archive.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_x64_archive.json
index 3318533..814e1d7 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_x64_archive.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_x64_archive.json
@@ -267,7 +267,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json b/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
index 207250f..515140d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json
@@ -261,7 +261,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json b/scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json
index 307cdfb..96cf641 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json
@@ -277,7 +277,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json b/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json
index 8a2be21..2ae15ce 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.json
@@ -280,7 +280,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json b/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json
index 8dba58b..063b5ae 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json
@@ -280,7 +280,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json b/scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json
index c79e3f9..061cb0c 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json b/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
index fc2d802..697c851 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json b/scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json
index 753346d..f8034b2 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json b/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
index 6d32f66..5eb632c 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.json b/scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.json
index fa4e93c..bd60867 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/nonexistent_test_step_skipped.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json b/scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json
index 0553669..e9fe67e 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/only_one_test_passed.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json b/scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json
index d300d7c..f29b45b 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_skipped.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json b/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
index 90730f0..163134d 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.json
@@ -256,7 +256,10 @@
   },
   {
     "cmd": [
-      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
+      "python",
+      "-u",
+      "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
+      "--verbose"
     ],
     "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
     "name": "ensure git tooling on windows",