Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json |
index 17514c1c8051bd767f2eeed85a9b99461998ee03..af8a3dd84f15fb9e4ab937511022ff9d24398b3b 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinGoma.json |
@@ -217,7 +217,8 @@ |
"--", |
"base_unittests", |
"chromium_builder_tests", |
- "content_unittests" |
+ "content_unittests", |
+ "crash_service" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "compile", |
@@ -230,6 +231,17 @@ |
"cmd": [ |
"python", |
"-u", |
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.py", |
+ "--target", |
+ "Release" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "start_crash_service" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[BUILD]\\goma\\diagnose_goma_log.py" |
], |
"cwd": "[SLAVE_BUILD]", |