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

Unified Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json
diff --git a/scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json b/scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json
index 6fde84f0727e80428f2c59b8935e78361e003478..97060b2a53bce180413dd607b751da5e4942ec7a 100644
--- a/scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json
+++ b/scripts/slave/recipes/skia/swarm_compile.expected/Build-Win-MSVC-x86-Debug-VS2015.json
@@ -51,7 +51,6 @@
"--depot_tools_parent_dir",
"[SLAVE_BUILD]"
],
- "cwd": "[SLAVE_BUILD]",
"name": "bootstrap win toolchain"
},
{
@@ -79,7 +78,6 @@
"[SLAVE_BUILD]\\out\\Debug",
"[SWARM_OUT_DIR]\\out\\Debug"
],
- "cwd": "[SLAVE_BUILD]",
"name": "copy build products",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@import errno@@@",
@@ -112,7 +110,6 @@
"-u",
"import psutil\nfor p in psutil.process_iter():\n try:\n if p.name == 'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\n"
],
- "cwd": "[SLAVE_BUILD]",
"name": "cleanup",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@import psutil@@@",

Powered by Google App Engine
This is Rietveld 408576698