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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.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/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
index 349b40af8268eb722754c2be82708ca38d63715d..ad11d0bb15a3f0a819f939f39085d1a695766755 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD64.json
@@ -320,11 +320,9 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
+ "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\tools\\determinism\\remove_build_metadata.py",
"--build-dir",
- "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\out\\Release_x64",
- "--src-dir",
- "[BUILDER_CACHE]\\CrWinClangLLD64\\src"
+ "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\out\\Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "remove_build_metadata"

Powered by Google App Engine
This is Rietveld 408576698