Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json |
index 1bf77128d8cebee5ef7f1cfa08b12ba43dbcaa7d..8f8580fa9da8440bdbcf745c63a8f7b714d98a41 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json |
@@ -238,7 +238,8 @@ |
"--", |
"base_unittests", |
"chromium_builder_tests", |
- "content_unittests" |
+ "content_unittests", |
+ "crash_service" |
], |
"cwd": "[SLAVE_BUILD]", |
"name": "compile", |
@@ -251,6 +252,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]", |