Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_x64_GN.json

Issue 1862773003: Remove references to crash_service, which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update expectations Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6b6c0c6060cbb5d31d19dee7a0bb4ae50194891a..7474365e7fb28cde42593fd9a403f55244347b1a 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,8 +281,7 @@
"[BUILD]\\goma",
"--",
"browser_tests",
- "browser_tests_run",
- "crash_service"
+ "browser_tests_run"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile",
@@ -352,17 +351,6 @@
"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"
],

Powered by Google App Engine
This is Rietveld 408576698