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

Unified Diff: recipe_modules/tryserver/example.expected/with_wrong_patch.json

Issue 1785443002: depot_tools: adjust for resource API changes in recipe engine (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 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: recipe_modules/tryserver/example.expected/with_wrong_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
index 1afd3b8f4819f98f0f1d3f0c0b87350833a1c2db..1a2cbcb1e8aac9c54629853aa1f23c71c4286d99 100644
--- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
@@ -1,14 +1,14 @@
[
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
+ "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
],
- "cwd": "RECIPE_PACKAGE[depot_tools]",
+ "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
"name": "ensure git tooling on windows"
},
{
"cmd": [
- "RECIPE_PACKAGE[depot_tools]\\git.bat",
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"diff",
"--cached",
"--name-only"
« recipe_modules/bot_update/api.py ('K') | « recipe_modules/presubmit/example.expected/basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698