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

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

Issue 2262443004: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 4 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 "python",
5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
7 "--verbose"
5 ], 8 ],
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 9 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
7 "name": "ensure git tooling on windows", 10 "name": "ensure git tooling on windows",
8 "timeout": 300 11 "timeout": 300
9 }, 12 },
10 { 13 {
11 "cmd": [ 14 "cmd": [
12 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 15 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
13 "diff", 16 "diff",
14 "r1~1", 17 "r1~1",
15 "r1", 18 "r1",
16 "--name-only" 19 "--name-only"
17 ], 20 ],
18 "cwd": "[TMP_BASE]\\fake_checkout_tmp_1\\third_party/pdfium", 21 "cwd": "[TMP_BASE]\\fake_checkout_tmp_1\\third_party/pdfium",
19 "name": "git diff to analyze commit", 22 "name": "git diff to analyze commit",
20 "stdout": "/path/to/tmp/", 23 "stdout": "/path/to/tmp/",
21 "~followup_annotations": [ 24 "~followup_annotations": [
22 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@", 25 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@",
23 "@@@STEP_LOG_END@files@@@" 26 "@@@STEP_LOG_END@files@@@"
24 ] 27 ]
25 }, 28 },
26 { 29 {
27 "name": "$result", 30 "name": "$result",
28 "recipe_result": null, 31 "recipe_result": null,
29 "status_code": 0 32 "status_code": 0
30 } 33 }
31 ] 34 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698