Index: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json |
index 7474365e7fb28cde42593fd9a403f55244347b1a..6b6c0c6060cbb5d31d19dee7a0bb4ae50194891a 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json |
@@ -281,7 +281,8 @@ |
"[BUILD]\\goma", |
"--", |
"browser_tests", |
- "browser_tests_run" |
+ "browser_tests_run", |
+ "crash_service" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "compile", |
@@ -351,6 +352,17 @@ |
"cmd": [ |
"python", |
"-u", |
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py", |
+ "--target", |
+ "Release_x64" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "start_crash_service" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv[1]\nsys.exit(1)\n", |
"browser_tests" |
], |