| Index: scripts/slave/recipes/gpu.expected/win_debug.json
|
| diff --git a/scripts/slave/recipes/gpu.expected/win_debug.json b/scripts/slave/recipes/gpu.expected/win_debug.json
|
| index d7af5bd92508c2d3d33aa2111bd09d23d634ecb6..7b5658ff5fa0ffad8eacfc6e1aba7d8327c05bfe 100644
|
| --- a/scripts/slave/recipes/gpu.expected/win_debug.json
|
| +++ b/scripts/slave/recipes/gpu.expected/win_debug.json
|
| @@ -106,6 +106,18 @@
|
| "name": "compile"
|
| },
|
| {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
|
| + "--build-dir",
|
| + "[SLAVE_BUILD]\\src\\out",
|
| + "--target",
|
| + "Debug"
|
| + ],
|
| + "name": "start_crash_service"
|
| + },
|
| + {
|
| "always_run": true,
|
| "cmd": [
|
| "python",
|
| @@ -348,5 +360,17 @@
|
| "-v"
|
| ],
|
| "name": "memory_test"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]\\scripts\\slave\\process_dumps.py",
|
| + "--build-dir",
|
| + "[SLAVE_BUILD]\\src\\out",
|
| + "--target",
|
| + "Debug"
|
| + ],
|
| + "name": "process_dumps"
|
| }
|
| ]
|
|
|