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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
index 993339f62aa620a9aa8c4289463f5325e20ea91e..8e986c06c5038cc5c00fbe731fd5fe0b41f8ce27 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_swarming.json
@@ -266,11 +266,9 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
+ "[BUILDER_CACHE]\\win_swarming\\src\\tools\\determinism\\remove_build_metadata.py",
"--build-dir",
- "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug",
- "--src-dir",
- "[BUILDER_CACHE]\\win_swarming\\src"
+ "[BUILDER_CACHE]\\win_swarming\\src\\out\\Debug"
],
"cwd": "[SLAVE_BUILD]",
"name": "remove_build_metadata"
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698