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

Unified Diff: scripts/slave/recipes/swarming/staging.expected/win_Debug.json

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 4 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/swarming/staging.expected/win_Debug.json
diff --git a/scripts/slave/recipes/swarming/staging.expected/win_Debug.json b/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
index aa39a63a49ec9dbceddf9ad40df3815111b6ad6a..50db3d1967c8b05e8bf55b20caced3f0c4dcb210 100644
--- a/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
+++ b/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
@@ -162,11 +162,9 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
+ "[SLAVE_BUILD]\\src\\tools\\determinism\\remove_build_metadata.py",
"--build-dir",
- "[SLAVE_BUILD]\\src\\out\\Debug",
- "--src-dir",
- "[SLAVE_BUILD]\\src"
+ "[SLAVE_BUILD]\\src\\out\\Debug"
],
"cwd": "[SLAVE_BUILD]",
"name": "remove_build_metadata"

Powered by Google App Engine
This is Rietveld 408576698