| Index: scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json | 
| diff --git a/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json b/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json | 
| index f95b19efee07a07785d14fcee6f2e7a56b4d5734..ed841ecf0ffc9550b2f7dafc4d2d6ca619be4035 100644 | 
| --- a/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json | 
| +++ b/scripts/slave/recipes/chromium_gn.expected/full_chromium_win_Win_x64_GN.json | 
| @@ -165,12 +165,50 @@ | 
| "cmd": [ | 
| "python", | 
| "-u", | 
| -      "[DEPOT_TOOLS]\\gn.py", | 
| -      "--root=[SLAVE_BUILD]\\src", | 
| -      "check", | 
| -      "//out/Release_x64" | 
| +      "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py", | 
| +      "--target", | 
| +      "Release_x64" | 
| +    ], | 
| +    "cwd": "[SLAVE_BUILD]", | 
| +    "name": "start_crash_service" | 
| +  }, | 
| +  { | 
| +    "allow_subannotations": true, | 
| +    "cmd": [ | 
| +      "python", | 
| +      "-u", | 
| +      "[BUILD]\\scripts\\slave\\runtest.py", | 
| +      "--target", | 
| +      "Release_x64", | 
| +      "--factory-properties", | 
| +      "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 
| +      "--build-properties", | 
| +      "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Win x64 GN\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"recipe\": \"chromium_gn\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 
| +      "--annotate=gtest", | 
| +      "--test-type=base_unittests", | 
| +      "--step-name=base_unittests", | 
| +      "--test-launcher-summary-output", | 
| +      "/path/to/tmp/json", | 
| +      "--generate-json-file", | 
| +      "-o", | 
| +      "gtest-results/base_unittests.exe", | 
| +      "--builder-name=Win x64 GN", | 
| +      "--slave-name=TestSlavename", | 
| +      "--build-number=571", | 
| +      "base_unittests.exe" | 
| +    ], | 
| +    "cwd": "[SLAVE_BUILD]", | 
| +    "name": "base_unittests" | 
| +  }, | 
| +  { | 
| +    "cmd": [ | 
| +      "python", | 
| +      "-u", | 
| +      "[BUILD]\\scripts\\slave\\process_dumps.py", | 
| +      "--target", | 
| +      "Release_x64" | 
| ], | 
| "cwd": "[SLAVE_BUILD]", | 
| -    "name": "gn check" | 
| +    "name": "process_dumps" | 
| } | 
| ] | 
|  |