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

Unified Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 11 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/build_dynamic_isolated_script_test.json
diff --git a/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json b/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json
index 2c20bad33863952feae74301e5ccca4fc40f4619..7c0f401d49c419b5adb3727b449222319698ad5e 100644
--- a/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json
+++ b/scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json
@@ -180,7 +180,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
+ "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
"--build-dir",
"[SLAVE_BUILD]/src/out/Release",
"--clean-isolated-files"
@@ -242,7 +242,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
+ "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
"--build-dir",
"[SLAVE_BUILD]/src/out/Release",
"--src-dir",
@@ -255,7 +255,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]/resources/isolate.py",
+ "RECIPE_MODULE[build.isolate]/resources/isolate.py",
"[SLAVE_BUILD]/src/tools/swarming_client",
"batcharchive",
"--dump-json",

Powered by Google App Engine
This is Rietveld 408576698