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

Unified Diff: recipe_modules/tryserver/example.expected/with_git_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_git_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json
index 2c28083b713990b73cf373ff82a8d17884b928df..117f1c2e17844e6ba842e4e4258d041af898466d 100644
--- a/recipe_modules/tryserver/example.expected/with_git_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_git_patch.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/git_setup.py",
+ "[BUILD]/scripts/slave/git_setup.py",
"--path",
"[TMP_BASE]/patch_tmp_1",
"--url",
@@ -47,7 +47,7 @@
"cmd": [
"patch",
"--dir",
- "[CWD]",
+ "[SLAVE_BUILD]",
"--force",
"--forward",
"--remove-empty-files",
@@ -75,7 +75,7 @@
"--cached",
"--name-only"
],
- "cwd": "[CWD]/v8",
+ "cwd": "[SLAVE_BUILD]/v8",
"name": "git diff to analyze patch",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
« no previous file with comments | « recipe_modules/tryserver/example.py ('k') | recipe_modules/tryserver/example.expected/with_rietveld_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698