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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.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_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json b/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
index cfe7f9f80dfa67ab1186b0dff75e910d33d62ffe..6054cbf0b48b1771b9d0c92cf8c6ddcfa897a790 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_trybot.json
@@ -461,11 +461,9 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py",
+ "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
"--build-dir",
- "[BUILDER_CACHE]/linux/src/out/Release",
- "--src-dir",
- "[BUILDER_CACHE]/linux/src"
+ "[BUILDER_CACHE]/linux/src/out/Release"
],
"cwd": "[SLAVE_BUILD]",
"name": "remove_build_metadata"

Powered by Google App Engine
This is Rietveld 408576698