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

Side by Side Diff: scripts/slave/recipe_modules/findit/example.expected/affected_files_third_party.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, 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "diff", 5 "diff",
6 "r1~1", 6 "r1~1",
7 "r1", 7 "r1",
8 "--name-only" 8 "--name-only"
9 ], 9 ],
10 "cwd": "[TMP]/fake_checkout_tmp_1/third_party/pdfium", 10 "cwd": "[TMP_BASE]/fake_checkout_tmp_1/third_party/pdfium",
11 "name": "git diff to analyze commit", 11 "name": "git diff to analyze commit",
12 "stdout": "/path/to/tmp/", 12 "stdout": "/path/to/tmp/",
13 "~followup_annotations": [ 13 "~followup_annotations": [
14 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@", 14 "@@@STEP_LOG_LINE@files@third_party/pdfium/foo.cc@@@",
15 "@@@STEP_LOG_END@files@@@" 15 "@@@STEP_LOG_END@files@@@"
16 ] 16 ]
17 }, 17 },
18 { 18 {
19 "name": "$result", 19 "name": "$result",
20 "recipe_result": null, 20 "recipe_result": null,
21 "status_code": 0 21 "status_code": 0
22 } 22 }
23 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698