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

Side by Side Diff: scripts/slave/recipe_modules/findit/example.expected/affected_files_on_win.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
5 ], 5 ],
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
7 "name": "ensure git tooling on windows" 7 "name": "ensure git tooling on windows"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
12 "diff", 12 "diff",
13 "r1~1", 13 "r1~1",
14 "r1", 14 "r1",
15 "--name-only" 15 "--name-only"
16 ], 16 ],
17 "cwd": "[TMP]\\fake_checkout_tmp_1\\third_party/pdfium", 17 "cwd": "[TMP_BASE]\\fake_checkout_tmp_1\\third_party/pdfium",
18 "name": "git diff to analyze commit", 18 "name": "git diff to analyze commit",
19 "stdout": "/path/to/tmp/", 19 "stdout": "/path/to/tmp/",
20 "~followup_annotations": [ 20 "~followup_annotations": [
21 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@", 21 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@",
22 "@@@STEP_LOG_END@files@@@" 22 "@@@STEP_LOG_END@files@@@"
23 ] 23 ]
24 }, 24 },
25 { 25 {
26 "name": "$result", 26 "name": "$result",
27 "recipe_result": null, 27 "recipe_result": null,
28 "status_code": 0 28 "status_code": 0
29 } 29 }
30 ] 30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698