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

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

Issue 1915033006: Revert of Reland of depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Remove recipes.cfg ? Created 4 years, 8 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_rietveld_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
index aeff690c5b3f6cee1fb923d405602abac7341d1f..8565941e2b324e237235504b5bb54cba4712639d 100644
--- a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
@@ -3,9 +3,9 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/depot_tools/apply_issue.py",
+ "[DEPOT_TOOLS]/apply_issue.py",
"-r",
- "[CWD]",
+ "[SLAVE_BUILD]",
"-i",
"12853011",
"-p",
@@ -27,7 +27,7 @@
"--cached",
"--name-only"
],
- "cwd": "[CWD]",
+ "cwd": "[SLAVE_BUILD]",
"name": "git diff to analyze patch",
"stdout": "/path/to/tmp/",
"~followup_annotations": [

Powered by Google App Engine
This is Rietveld 408576698